interface DomainReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SDB.DomainReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssdb#DomainReference |
![]() | software.amazon.awscdk.services.sdb.DomainReference |
![]() | aws_cdk.aws_sdb.DomainReference |
![]() | aws-cdk-lib » aws_sdb » 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_sdb as sdb } from 'aws-cdk-lib';
const domainReference: sdb.DomainReference = {
domainId: 'domainId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The Id of the Domain resource. |
domainId
Type:
string
The Id of the Domain resource.