Uses of Interface
software.amazon.awscdk.interfaces.appconfig.IExtensionAssociationRef
Packages that use IExtensionAssociationRef
Package
Description
AWS AppConfig Construct Library
-
Uses of IExtensionAssociationRef in software.amazon.awscdk.interfaces.appconfig
Subinterfaces of IExtensionAssociationRef in software.amazon.awscdk.interfaces.appconfigModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIExtensionAssociationRef.Classes in software.amazon.awscdk.interfaces.appconfig that implement IExtensionAssociationRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IExtensionAssociationRef in software.amazon.awscdk.services.appconfig
Classes in software.amazon.awscdk.services.appconfig that implement IExtensionAssociationRefModifier and TypeClassDescriptionclassWhen you create an extension or configure an AWS authored extension, you associate the extension with an AWS AppConfig application, environment, or configuration profile.Methods in software.amazon.awscdk.services.appconfig that return IExtensionAssociationRefModifier and TypeMethodDescriptionstatic IExtensionAssociationRefCfnExtensionAssociation.fromExtensionAssociationArn(software.constructs.Construct scope, String id, String arn) Creates a new IExtensionAssociationRef from an ARN.static IExtensionAssociationRefCfnExtensionAssociation.fromExtensionAssociationId(software.constructs.Construct scope, String id, String extensionAssociationId) Creates a new IExtensionAssociationRef from a extensionAssociationId.