interface CfnDomainVerificationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice.CfnDomainVerificationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsvpclattice#CfnDomainVerificationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnDomainVerificationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_vpclattice.CfnDomainVerificationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_vpclattice » CfnDomainVerificationMixinProps |
Properties for CfnDomainVerificationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as vpclattice } from '@aws-cdk/cfn-property-mixins';
const cfnDomainVerificationMixinProps: vpclattice.CfnDomainVerificationMixinProps = {
domainName: 'domainName',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The domain name being verified. |
| tags? | Cfn[] | The tags associated with the domain verification. |
domainName?
Type:
string
(optional)
The domain name being verified.
tags?
Type:
Cfn[]
(optional)
The tags associated with the domain verification.

.NET
Go
Java
Python
TypeScript