Interface ICfnGlobalResolverMixinProps
Properties for CfnGlobalResolverPropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnGlobalResolverMixinProps
Syntax (vb)
Public Interface ICfnGlobalResolverMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Route53GlobalResolver;
var cfnGlobalResolverMixinProps = new CfnGlobalResolverMixinProps {
ClientToken = "clientToken",
Description = "description",
IpAddressType = "ipAddressType",
Name = "name",
ObservabilityRegion = "observabilityRegion",
Regions = new [] { "regions" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
| ClientToken | Properties for CfnGlobalResolverPropsMixin. |
| Description | Properties for CfnGlobalResolverPropsMixin. |
| IpAddressType | Properties for CfnGlobalResolverPropsMixin. |
| Name | Properties for CfnGlobalResolverPropsMixin. |
| ObservabilityRegion | Properties for CfnGlobalResolverPropsMixin. |
| Regions | Properties for CfnGlobalResolverPropsMixin. |
| Tags | Properties for CfnGlobalResolverPropsMixin. |
Properties
ClientToken
Properties for CfnGlobalResolverPropsMixin.
string? ClientToken { get; }
Property Value
Remarks
Description
Properties for CfnGlobalResolverPropsMixin.
string? Description { get; }
Property Value
Remarks
IpAddressType
Properties for CfnGlobalResolverPropsMixin.
string? IpAddressType { get; }
Property Value
Remarks
Name
Properties for CfnGlobalResolverPropsMixin.
string? Name { get; }
Property Value
Remarks
ObservabilityRegion
Properties for CfnGlobalResolverPropsMixin.
string? ObservabilityRegion { get; }
Property Value
Remarks
Regions
Properties for CfnGlobalResolverPropsMixin.
string[]? Regions { get; }
Property Value
string[]
Remarks
Tags
Properties for CfnGlobalResolverPropsMixin.
ICfnTag[]? Tags { get; }
Property Value
ICfnTag[]