interface ProtectionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_shield.ProtectionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsshield#ProtectionReference |
![]() | software.amazon.awscdk.services.shield.ProtectionReference |
![]() | aws_cdk.aws_shield.ProtectionReference |
![]() | aws-cdk-lib » aws_shield » ProtectionReference |
A reference to a Protection 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 shield } from 'aws-cdk-lib';
const protectionReference: shield.ProtectionReference = {
protectionArn: 'protectionArn',
};
Properties
Name | Type | Description |
---|---|---|
protection | string | The ProtectionArn of the Protection resource. |
protectionArn
Type:
string
The ProtectionArn of the Protection resource.