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