interface ProtectionGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_shield.ProtectionGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsshield#ProtectionGroupReference |
Java | software.amazon.awscdk.services.shield.ProtectionGroupReference |
Python | aws_cdk.aws_shield.ProtectionGroupReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript