Interface IExtension.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IExtension,IExtensionRef,IExtensionRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IExtension.Jsii$Proxy
- Enclosing interface:
IExtension
@Internal
public static interface IExtension.Jsii$Default
extends IExtension, IResource.Jsii$Default, IExtensionRef.Jsii$Default
Internal default implementation for
IExtension.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.IExtension
IExtension.Jsii$Default, IExtension.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.appconfig.IExtensionRef
IExtensionRef.Jsii$Default, IExtensionRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptionThe actions for the extension.default StringThe description of the extension.default StringThe Amazon Resource Name (ARN) of the extension.default StringThe ID of the extension.default NumberThe version number of the extension.default NumberThe latest version number of the extension.default StringgetName()The name of the extension.The parameters of the extension.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.appconfig.IExtensionRef.Jsii$Default
getExtensionRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExtensionArn
The Amazon Resource Name (ARN) of the extension.- Specified by:
getExtensionArnin interfaceIExtension
-
getExtensionId
The ID of the extension.- Specified by:
getExtensionIdin interfaceIExtension
-
getExtensionVersionNumber
The version number of the extension.- Specified by:
getExtensionVersionNumberin interfaceIExtension
-
getActions
The actions for the extension.- Specified by:
getActionsin interfaceIExtension
-
getDescription
The description of the extension.- Specified by:
getDescriptionin interfaceIExtension
-
getLatestVersionNumber
The latest version number of the extension.- Specified by:
getLatestVersionNumberin interfaceIExtension
-
getName
The name of the extension.- Specified by:
getNamein interfaceIExtension
-
getParameters
The parameters of the extension.- Specified by:
getParametersin interfaceIExtension
-