interface DomainReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Cases.DomainReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscases#DomainReference |
Java | software.amazon.awscdk.interfaces.cases.DomainReference |
Python | aws_cdk.interfaces.aws_cases.DomainReference |
TypeScript | aws-cdk-lib » interfaces » aws_cases » DomainReference |
A reference to a Domain resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cases as interfaces_cases } from 'aws-cdk-lib/interfaces';
const domainReference: interfaces_cases.DomainReference = {
domainArn: 'domainArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The DomainArn of the Domain resource. |
domainArn
Type:
string
The DomainArn of the Domain resource.

.NET
Go
Java
Python
TypeScript