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

.NET
Go
Java
Python
TypeScript