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

.NET
Go
Java
Python
TypeScript