interface ResiliencyPolicyReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.ResilienceHub.ResiliencyPolicyReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsresiliencehub#ResiliencyPolicyReference |
Java | software.amazon.awscdk.interfaces.resiliencehub.ResiliencyPolicyReference |
Python | aws_cdk.interfaces.aws_resiliencehub.ResiliencyPolicyReference |
TypeScript | aws-cdk-lib » interfaces » aws_resiliencehub » ResiliencyPolicyReference |
A reference to a ResiliencyPolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resiliencehub as interfaces_aws_resiliencehub } from 'aws-cdk-lib/interfaces';
const resiliencyPolicyReference: interfaces_aws_resiliencehub.ResiliencyPolicyReference = {
policyArn: 'policyArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| policy | string | The PolicyArn of the ResiliencyPolicy resource. |
policyArn
Type:
string
The PolicyArn of the ResiliencyPolicy resource.

.NET
Go
Java
Python
TypeScript