interface DomainVerificationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.VpcLattice.DomainVerificationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsvpclattice#DomainVerificationReference |
Java | software.amazon.awscdk.interfaces.vpclattice.DomainVerificationReference |
Python | aws_cdk.interfaces.aws_vpclattice.DomainVerificationReference |
TypeScript | aws-cdk-lib » interfaces » aws_vpclattice » DomainVerificationReference |
A reference to a DomainVerification resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_vpclattice as interfaces_vpclattice } from 'aws-cdk-lib/interfaces';
const domainVerificationReference: interfaces_vpclattice.DomainVerificationReference = {
domainVerificationArn: 'domainVerificationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The Arn of the DomainVerification resource. |
domainVerificationArn
Type:
string
The Arn of the DomainVerification resource.

.NET
Go
Java
Python
TypeScript