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

 .NET
 Go
 Java
 Python
 TypeScript