interface CfnDomainProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.CfnDomainProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#CfnDomainProps |
![]() | software.amazon.awscdk.services.lightsail.CfnDomainProps |
![]() | aws_cdk.aws_lightsail.CfnDomainProps |
![]() | aws-cdk-lib » aws_lightsail » CfnDomainProps |
Properties for defining a CfnDomain
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lightsail as lightsail } from 'aws-cdk-lib';
const cfnDomainProps: lightsail.CfnDomainProps = {
domainName: 'domainName',
// the properties below are optional
domainEntries: [{
name: 'name',
target: 'target',
type: 'type',
// the properties below are optional
id: 'id',
isAlias: false,
}],
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The fully qualified domain name in the certificate request. |
domain | IResolvable | IResolvable | Domain [] | An array of key-value pairs containing information about the domain entries. |
tags? | Cfn [] | The tag keys and optional values for the resource. |
domainName
Type:
string
The fully qualified domain name in the certificate request.
domainEntries?
Type:
IResolvable
|
IResolvable
|
Domain
[]
(optional)
An array of key-value pairs containing information about the domain entries.
tags?
Type:
Cfn
[]
(optional)
The tag keys and optional values for the resource.
For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide .