dynatrace.IpAddressMasking
Explore with Pulumi AI
Create IpAddressMasking Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IpAddressMasking(name: string, args: IpAddressMaskingArgs, opts?: CustomResourceOptions);
@overload
def IpAddressMasking(resource_name: str,
args: IpAddressMaskingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IpAddressMasking(resource_name: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
scope: Optional[str] = None,
type: Optional[str] = None)
func NewIpAddressMasking(ctx *Context, name string, args IpAddressMaskingArgs, opts ...ResourceOption) (*IpAddressMasking, error)
public IpAddressMasking(string name, IpAddressMaskingArgs args, CustomResourceOptions? opts = null)
public IpAddressMasking(String name, IpAddressMaskingArgs args)
public IpAddressMasking(String name, IpAddressMaskingArgs args, CustomResourceOptions options)
type: dynatrace:IpAddressMasking
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IpAddressMaskingArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. IpAddressMaskingArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IpAddressMaskingArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IpAddressMaskingArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. IpAddressMaskingArgs - 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 ipAddressMaskingResource = new Dynatrace.IpAddressMasking("ipAddressMaskingResource", new()
{
Enabled = false,
Scope = "string",
Type = "string",
});
example, err := dynatrace.NewIpAddressMasking(ctx, "ipAddressMaskingResource", &dynatrace.IpAddressMaskingArgs{
Enabled: pulumi.Bool(false),
Scope: pulumi.String("string"),
Type: pulumi.String("string"),
})
var ipAddressMaskingResource = new IpAddressMasking("ipAddressMaskingResource", IpAddressMaskingArgs.builder()
.enabled(false)
.scope("string")
.type("string")
.build());
ip_address_masking_resource = dynatrace.IpAddressMasking("ipAddressMaskingResource",
enabled=False,
scope="string",
type="string")
const ipAddressMaskingResource = new dynatrace.IpAddressMasking("ipAddressMaskingResource", {
enabled: false,
scope: "string",
type: "string",
});
type: dynatrace:IpAddressMasking
properties:
enabled: false
scope: string
type: string
IpAddressMasking 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 IpAddressMasking resource accepts the following input properties:
- Enabled
This property is required. bool - This setting is enabled (
true
) or disabled (false
) - Scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- Type string
- Possible Values:
all
,public
- Enabled
This property is required. bool - This setting is enabled (
true
) or disabled (false
) - Scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- Type string
- Possible Values:
all
,public
- enabled
This property is required. Boolean - This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type String
- Possible Values:
all
,public
- enabled
This property is required. boolean - This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type string
- Possible Values:
all
,public
- enabled
This property is required. bool - This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type str
- Possible Values:
all
,public
- enabled
This property is required. Boolean - This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type String
- Possible Values:
all
,public
Outputs
All input properties are implicitly available as output properties. Additionally, the IpAddressMasking 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 IpAddressMasking Resource
Get an existing IpAddressMasking 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?: IpAddressMaskingState, opts?: CustomResourceOptions): IpAddressMasking
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enabled: Optional[bool] = None,
scope: Optional[str] = None,
type: Optional[str] = None) -> IpAddressMasking
func GetIpAddressMasking(ctx *Context, name string, id IDInput, state *IpAddressMaskingState, opts ...ResourceOption) (*IpAddressMasking, error)
public static IpAddressMasking Get(string name, Input<string> id, IpAddressMaskingState? state, CustomResourceOptions? opts = null)
public static IpAddressMasking get(String name, Output<String> id, IpAddressMaskingState state, CustomResourceOptions options)
resources: _: type: dynatrace:IpAddressMasking get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
This property is required. - The unique name of the resulting resource.
- id
This property is required. - 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
) - Scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- Type string
- Possible Values:
all
,public
- Enabled bool
- This setting is enabled (
true
) or disabled (false
) - Scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- Type string
- Possible Values:
all
,public
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type String
- Possible Values:
all
,public
- enabled boolean
- This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type string
- Possible Values:
all
,public
- enabled Boolean
- This setting is enabled (
true
) or disabled (false
) - scope
Changes to this property will trigger replacement.
- The scope of this setting (MOBILEAPPLICATION, CUSTOMAPPLICATION, APPLICATION). Omit this property if you want to cover the whole environment.
- type String
- Possible Values:
all
,public
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.