interface ZonalAutoshiftConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arczonalshift.ZonalAutoshiftConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarczonalshift#ZonalAutoshiftConfigurationReference |
![]() | software.amazon.awscdk.services.arczonalshift.ZonalAutoshiftConfigurationReference |
![]() | aws_cdk.aws_arczonalshift.ZonalAutoshiftConfigurationReference |
![]() | aws-cdk-lib » aws_arczonalshift » ZonalAutoshiftConfigurationReference |
A reference to a ZonalAutoshiftConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arczonalshift as arczonalshift } from 'aws-cdk-lib';
const zonalAutoshiftConfigurationReference: arczonalshift.ZonalAutoshiftConfigurationReference = {
resourceIdentifier: 'resourceIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The ResourceIdentifier of the ZonalAutoshiftConfiguration resource. |
resourceIdentifier
Type:
string
The ResourceIdentifier of the ZonalAutoshiftConfiguration resource.