Dynatrace v0.10.0 published on Friday, Jun 7, 2024 by Pulumiverse
dynatrace.VulnerabilityThirdParty
Explore with Pulumi AI
Create VulnerabilityThirdParty Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VulnerabilityThirdParty(name: string, args: VulnerabilityThirdPartyArgs, opts?: CustomResourceOptions);
@overload
def VulnerabilityThirdParty(resource_name: str,
args: VulnerabilityThirdPartyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VulnerabilityThirdParty(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
mode: Optional[str] = None,
operator: Optional[str] = None,
property: Optional[str] = None,
value: Optional[str] = None,
insert_after: Optional[str] = None)
func NewVulnerabilityThirdParty(ctx *Context, name string, args VulnerabilityThirdPartyArgs, opts ...ResourceOption) (*VulnerabilityThirdParty, error)
public VulnerabilityThirdParty(string name, VulnerabilityThirdPartyArgs args, CustomResourceOptions? opts = null)
public VulnerabilityThirdParty(String name, VulnerabilityThirdPartyArgs args)
public VulnerabilityThirdParty(String name, VulnerabilityThirdPartyArgs args, CustomResourceOptions options)
type: dynatrace:VulnerabilityThirdParty
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args VulnerabilityThirdPartyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args VulnerabilityThirdPartyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args VulnerabilityThirdPartyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VulnerabilityThirdPartyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VulnerabilityThirdPartyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var vulnerabilityThirdPartyResource = new Dynatrace.VulnerabilityThirdParty("vulnerabilityThirdPartyResource", new()
{
Enabled = false,
Mode = "string",
Operator = "string",
Property = "string",
Value = "string",
InsertAfter = "string",
});
example, err := dynatrace.NewVulnerabilityThirdParty(ctx, "vulnerabilityThirdPartyResource", &dynatrace.VulnerabilityThirdPartyArgs{
Enabled: pulumi.Bool(false),
Mode: pulumi.String("string"),
Operator: pulumi.String("string"),
Property: pulumi.String("string"),
Value: pulumi.String("string"),
InsertAfter: pulumi.String("string"),
})
var vulnerabilityThirdPartyResource = new VulnerabilityThirdParty("vulnerabilityThirdPartyResource", VulnerabilityThirdPartyArgs.builder()
.enabled(false)
.mode("string")
.operator("string")
.property("string")
.value("string")
.insertAfter("string")
.build());
vulnerability_third_party_resource = dynatrace.VulnerabilityThirdParty("vulnerabilityThirdPartyResource",
enabled=False,
mode="string",
operator="string",
property="string",
value="string",
insert_after="string")
const vulnerabilityThirdPartyResource = new dynatrace.VulnerabilityThirdParty("vulnerabilityThirdPartyResource", {
enabled: false,
mode: "string",
operator: "string",
property: "string",
value: "string",
insertAfter: "string",
});
type: dynatrace:VulnerabilityThirdParty
properties:
enabled: false
insertAfter: string
mode: string
operator: string
property: string
value: string
VulnerabilityThirdParty Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The VulnerabilityThirdParty resource accepts the following input properties:
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- Operator string
- Possible Values:
EQUALS
,NOT_EQUALS
- Property string
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- Value string
- Condition value
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- Operator string
- Possible Values:
EQUALS
,NOT_EQUALS
- Property string
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- Value string
- Condition value
- Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - mode String
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator String
- Possible Values:
EQUALS
,NOT_EQUALS
- property String
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value String
- Condition value
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator string
- Possible Values:
EQUALS
,NOT_EQUALS
- property string
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value string
- Condition value
- insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - mode str
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator str
- Possible Values:
EQUALS
,NOT_EQUALS
- property str
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value str
- Condition value
- insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - mode String
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator String
- Possible Values:
EQUALS
,NOT_EQUALS
- property String
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value String
- Condition value
- insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
Outputs
All input properties are implicitly available as output properties. Additionally, the VulnerabilityThirdParty resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing VulnerabilityThirdParty Resource
Get an existing VulnerabilityThirdParty resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: VulnerabilityThirdPartyState, opts?: CustomResourceOptions): VulnerabilityThirdParty
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
insert_after: Optional[str] = None,
mode: Optional[str] = None,
operator: Optional[str] = None,
property: Optional[str] = None,
value: Optional[str] = None) -> VulnerabilityThirdParty
func GetVulnerabilityThirdParty(ctx *Context, name string, id IDInput, state *VulnerabilityThirdPartyState, opts ...ResourceOption) (*VulnerabilityThirdParty, error)
public static VulnerabilityThirdParty Get(string name, Input<string> id, VulnerabilityThirdPartyState? state, CustomResourceOptions? opts = null)
public static VulnerabilityThirdParty get(String name, Output<String> id, VulnerabilityThirdPartyState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- Operator string
- Possible Values:
EQUALS
,NOT_EQUALS
- Property string
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- Value string
- Condition value
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- Mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- Operator string
- Possible Values:
EQUALS
,NOT_EQUALS
- Property string
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- Value string
- Condition value
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- mode String
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator String
- Possible Values:
EQUALS
,NOT_EQUALS
- property String
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value String
- Condition value
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - insert
After string - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator string
- Possible Values:
EQUALS
,NOT_EQUALS
- property string
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value string
- Condition value
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - insert_
after str - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- mode str
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator str
- Possible Values:
EQUALS
,NOT_EQUALS
- property str
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value str
- Condition value
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - insert
After String - Because this resource allows for ordering you may specify the ID of the resource instance that comes before this instance regarding order. If not specified when creating the setting will be added to the end of the list. If not specified during update the order will remain untouched
- mode String
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator String
- Possible Values:
EQUALS
,NOT_EQUALS
- property String
- Possible Values:
HOST_TAG
,MANAGEMENT_ZONE
,PROCESS_TAG
- value String
- Condition value
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.