interface IDomainRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodeArtifact.IDomainRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodeartifact#IDomainRef |
Java | software.amazon.awscdk.services.codeartifact.IDomainRef |
Python | aws_cdk.aws_codeartifact.IDomainRef |
TypeScript | aws-cdk-lib » aws_codeartifact » IDomainRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Domain.
Properties
| Name | Type | Description |
|---|---|---|
| domain | Domain | A reference to a Domain resource. |
| node | Node | The tree node. |
domainRef
Type:
Domain
A reference to a Domain resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript