interface ProtectionGroupReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Shield.ProtectionGroupReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsshield#ProtectionGroupReference |
Java | software.amazon.awscdk.interfaces.shield.ProtectionGroupReference |
Python | aws_cdk.interfaces.aws_shield.ProtectionGroupReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_shield } from 'aws-cdk-lib/interfaces';
const protectionGroupReference: interfaces_aws_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