interface IHostedConfigurationVersionRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppConfig.IHostedConfigurationVersionRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappconfig#IHostedConfigurationVersionRef |
Java | software.amazon.awscdk.services.appconfig.IHostedConfigurationVersionRef |
Python | aws_cdk.aws_appconfig.IHostedConfigurationVersionRef |
TypeScript | aws-cdk-lib » aws_appconfig » IHostedConfigurationVersionRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a HostedConfigurationVersion.
Properties
| Name | Type | Description |
|---|---|---|
| hosted | Hosted | A reference to a HostedConfigurationVersion resource. |
| node | Node | The tree node. |
hostedConfigurationVersionRef
Type:
Hosted
A reference to a HostedConfigurationVersion resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript