interface RotationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SSMContacts.RotationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsssmcontacts#RotationReference |
Java | software.amazon.awscdk.interfaces.ssmcontacts.RotationReference |
Python | aws_cdk.interfaces.aws_ssmcontacts.RotationReference |
TypeScript | aws-cdk-lib » interfaces » aws_ssmcontacts » RotationReference |
A reference to a Rotation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssmcontacts as interfaces_aws_ssmcontacts } from 'aws-cdk-lib/interfaces';
const rotationReference: interfaces_aws_ssmcontacts.RotationReference = {
rotationArn: 'rotationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| rotation | string | The Arn of the Rotation resource. |
rotationArn
Type:
string
The Arn of the Rotation resource.

.NET
Go
Java
Python
TypeScript