Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html

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

A list of regions the Global Resolver will exist in.

Tags

Properties for CfnGlobalResolverPropsMixin.

Properties

ClientToken

Properties for CfnGlobalResolverPropsMixin.

string? ClientToken { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-clienttoken

Description

Properties for CfnGlobalResolverPropsMixin.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-description

IpAddressType

Properties for CfnGlobalResolverPropsMixin.

string? IpAddressType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-ipaddresstype

Name

Properties for CfnGlobalResolverPropsMixin.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-name

ObservabilityRegion

Properties for CfnGlobalResolverPropsMixin.

string? ObservabilityRegion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-observabilityregion

Regions

A list of regions the Global Resolver will exist in.

string[]? Regions { get; }
Property Value

string[]

Remarks

This list cannot be updated and will stay fixed for the duration of the Global Resolver.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-regions

Tags

Properties for CfnGlobalResolverPropsMixin.

ICfnTag[]? Tags { get; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-globalresolver.html#cfn-route53globalresolver-globalresolver-tags

Back to top Generated by DocFX