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