interface Route53ConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnHttpApi.Route53ConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnHttpApi_Route53ConfigurationProperty |
![]() | software.amazon.awscdk.services.sam.CfnHttpApi.Route53ConfigurationProperty |
![]() | aws_cdk.aws_sam.CfnHttpApi.Route53ConfigurationProperty |
![]() | aws-cdk-lib » aws_sam » CfnHttpApi » Route53ConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const route53ConfigurationProperty: sam.CfnHttpApi.Route53ConfigurationProperty = {
distributedDomainName: 'distributedDomainName',
evaluateTargetHealth: false,
hostedZoneId: 'hostedZoneId',
hostedZoneName: 'hostedZoneName',
ipV6: false,
};
Properties
Name | Type | Description |
---|---|---|
distributed | string | |
evaluate | boolean | IResolvable | |
hosted | string | |
hosted | string | |
ip | boolean | IResolvable |
distributedDomainName?
Type:
string
(optional)
evaluateTargetHealth?
Type:
boolean |
IResolvable
(optional)
hostedZoneId?
Type:
string
(optional)
hostedZoneName?
Type:
string
(optional)
ipV6?
Type:
boolean |
IResolvable
(optional)