Show / Hide Table of Contents

Interface CfnApiPropsMixin.IRoute53ConfigurationProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnApiPropsMixin.IRoute53ConfigurationProperty
Syntax (vb)
Public Interface CfnApiPropsMixin.IRoute53ConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-route53configuration.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.Mixins.Preview.AWS.SAM.Mixins;

             var route53ConfigurationProperty = new Route53ConfigurationProperty {
                 DistributedDomainName = "distributedDomainName",
                 EvaluateTargetHealth = false,
                 HostedZoneId = "hostedZoneId",
                 HostedZoneName = "hostedZoneName",
                 IpV6 = false
             };

Synopsis

Properties

DistributedDomainName
EvaluateTargetHealth
HostedZoneId
HostedZoneName
IpV6

Properties

DistributedDomainName

string? DistributedDomainName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-route53configuration.html#cfn-serverless-api-route53configuration-distributeddomainname

EvaluateTargetHealth

object? EvaluateTargetHealth { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-route53configuration.html#cfn-serverless-api-route53configuration-evaluatetargethealth

Type union: either bool or IResolvable

HostedZoneId

string? HostedZoneId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-route53configuration.html#cfn-serverless-api-route53configuration-hostedzoneid

HostedZoneName

string? HostedZoneName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-route53configuration.html#cfn-serverless-api-route53configuration-hostedzonename

IpV6

object? IpV6 { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-route53configuration.html#cfn-serverless-api-route53configuration-ipv6

Type union: either bool or IResolvable

Back to top Generated by DocFX