interface CfnDomainNameProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.CfnDomainNameProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#CfnDomainNameProps |
![]() | software.amazon.awscdk.services.appsync.CfnDomainNameProps |
![]() | aws_cdk.aws_appsync.CfnDomainNameProps |
![]() | aws-cdk-lib » aws_appsync » CfnDomainNameProps |
Properties for defining a CfnDomainName
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const cfnDomainNameProps: appsync.CfnDomainNameProps = {
certificateArn: 'certificateArn',
domainName: 'domainName',
// the properties below are optional
description: 'description',
};
Properties
Name | Type | Description |
---|---|---|
certificate | string | The Amazon Resource Name (ARN) of the certificate. |
domain | string | The domain name. |
description? | string | The decription for your domain name. |
certificateArn
Type:
string
The Amazon Resource Name (ARN) of the certificate.
This will be an AWS Certificate Manager certificate.
domainName
Type:
string
The domain name.
description?
Type:
string
(optional)
The decription for your domain name.