dynatrace.ContainerRule
Explore with Pulumi AI
Create ContainerRule Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ContainerRule(name: string, args: ContainerRuleArgs, opts?: CustomResourceOptions);
@overload
def ContainerRule(resource_name: str,
args: ContainerRuleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ContainerRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
mode: Optional[str] = None,
operator: Optional[str] = None,
property: Optional[str] = None,
insert_after: Optional[str] = None,
value: Optional[str] = None)
func NewContainerRule(ctx *Context, name string, args ContainerRuleArgs, opts ...ResourceOption) (*ContainerRule, error)
public ContainerRule(string name, ContainerRuleArgs args, CustomResourceOptions? opts = null)
public ContainerRule(String name, ContainerRuleArgs args)
public ContainerRule(String name, ContainerRuleArgs args, CustomResourceOptions options)
type: dynatrace:ContainerRule
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 ContainerRuleArgs
- 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 ContainerRuleArgs
- 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 ContainerRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ContainerRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ContainerRuleArgs
- 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 containerRuleResource = new Dynatrace.ContainerRule("containerRuleResource", new()
{
Enabled = false,
Mode = "string",
Operator = "string",
Property = "string",
InsertAfter = "string",
Value = "string",
});
example, err := dynatrace.NewContainerRule(ctx, "containerRuleResource", &dynatrace.ContainerRuleArgs{
Enabled: pulumi.Bool(false),
Mode: pulumi.String("string"),
Operator: pulumi.String("string"),
Property: pulumi.String("string"),
InsertAfter: pulumi.String("string"),
Value: pulumi.String("string"),
})
var containerRuleResource = new ContainerRule("containerRuleResource", ContainerRuleArgs.builder()
.enabled(false)
.mode("string")
.operator("string")
.property("string")
.insertAfter("string")
.value("string")
.build());
container_rule_resource = dynatrace.ContainerRule("containerRuleResource",
enabled=False,
mode="string",
operator="string",
property="string",
insert_after="string",
value="string")
const containerRuleResource = new dynatrace.ContainerRule("containerRuleResource", {
enabled: false,
mode: "string",
operator: "string",
property: "string",
insertAfter: "string",
value: "string",
});
type: dynatrace:ContainerRule
properties:
enabled: false
insertAfter: string
mode: string
operator: string
property: string
value: string
ContainerRule Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ContainerRule 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- Property string
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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
- Value string
- Condition value
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- Operator string
- Possible Values:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- Property string
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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
- Value string
- Condition value
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - mode String
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator String
- Possible Values:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property String
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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
- value String
- Condition value
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - mode string
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator string
- Possible Values:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property string
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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
- value string
- Condition value
- enabled bool
- This setting is enabled (
true
) or disabled (false
) - mode str
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator str
- Possible Values:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property str
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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
- value str
- Condition value
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - mode String
- Possible Values:
MONITORING_OFF
,MONITORING_ON
- operator String
- Possible Values:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property String
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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
- value String
- Condition value
Outputs
All input properties are implicitly available as output properties. Additionally, the ContainerRule 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 ContainerRule Resource
Get an existing ContainerRule 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?: ContainerRuleState, opts?: CustomResourceOptions): ContainerRule
@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) -> ContainerRule
func GetContainerRule(ctx *Context, name string, id IDInput, state *ContainerRuleState, opts ...ResourceOption) (*ContainerRule, error)
public static ContainerRule Get(string name, Input<string> id, ContainerRuleState? state, CustomResourceOptions? opts = null)
public static ContainerRule get(String name, Output<String> id, ContainerRuleState 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- Property string
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- Property string
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property String
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property string
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property str
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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:
CONTAINS
,ENDS
,EQUALS
,EXISTS
,NOT_CONTAINS
,NOT_ENDS
,NOT_EQUALS
,NOT_EXISTS
,NOT_STARTS
,STARTS
- property String
- Possible Values:
CONTAINER_NAME
,IMAGE_NAME
,KUBERNETES_BASEPODNAME
,KUBERNETES_CONTAINERNAME
,KUBERNETES_FULLPODNAME
,KUBERNETES_NAMESPACE
,KUBERNETES_PODUID
- 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.