interface DRTAccessReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Shield.DRTAccessReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsshield#DRTAccessReference |
Java | software.amazon.awscdk.interfaces.shield.DRTAccessReference |
Python | aws_cdk.interfaces.aws_shield.DRTAccessReference |
TypeScript | aws-cdk-lib » interfaces » aws_shield » DRTAccessReference |
A reference to a DRTAccess resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_shield as interfaces_aws_shield } from 'aws-cdk-lib/interfaces';
const dRTAccessReference: interfaces_aws_shield.DRTAccessReference = {
accountId: 'accountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountId of the DRTAccess resource. |
accountId
Type:
string
The AccountId of the DRTAccess resource.

.NET
Go
Java
Python
TypeScript