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
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
Remarks
EvaluateTargetHealth
object? EvaluateTargetHealth { get; }
Property Value
Remarks
HostedZoneId
string? HostedZoneId { get; }
Property Value
Remarks
HostedZoneName
string? HostedZoneName { get; }
Property Value
Remarks
IpV6
object? IpV6 { get; }