Class IConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.IConfiguration.Jsii$Proxy
- All Implemented Interfaces:
- IConfiguration,- IConfiguration.Jsii$Default,- software.amazon.jsii.JsiiSerializable,- software.constructs.IConstruct,- software.constructs.IConstruct.Jsii$Default,- software.constructs.IDependable,- software.constructs.IDependable.Jsii$Default
- Enclosing interface:
- IConfiguration
@Internal
public static final class IConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IConfiguration.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.IConfigurationIConfiguration.Jsii$Default, IConfiguration.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstructsoftware.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependablesoftware.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal IApplicationThe application associated with the configuration.final StringThe ID of the configuration profile.final IKeyThe deployment key for the configuration.final IDeploymentStrategyThe deployment strategy for the configuration.final List<IEnvironment> The environments to deploy to.final StringThe description of the configuration.final StringgetName()The name of the configuration.final software.constructs.NodegetNode()The tree node.final ConfigurationTypegetType()The configuration type.final List<IValidator> The validators for the configuration.final StringThe configuration version number.Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) 
 
- 
- 
Method Details- 
getNode@Stability(Stable) @NotNull public final software.constructs.Node getNode()The tree node.- Specified by:
- getNodein interface- IConfiguration.Jsii$Default
- Specified by:
- getNodein interface- software.constructs.IConstruct
- Specified by:
- getNodein interface- software.constructs.IConstruct.Jsii$Default
 
- 
getApplicationThe application associated with the configuration.- Specified by:
- getApplicationin interface- IConfiguration
- Specified by:
- getApplicationin interface- IConfiguration.Jsii$Default
 
- 
getConfigurationProfileIdThe ID of the configuration profile.- Specified by:
- getConfigurationProfileIdin interface- IConfiguration
- Specified by:
- getConfigurationProfileIdin interface- IConfiguration.Jsii$Default
 
- 
getDeploymentKeyThe deployment key for the configuration.- Specified by:
- getDeploymentKeyin interface- IConfiguration
- Specified by:
- getDeploymentKeyin interface- IConfiguration.Jsii$Default
 
- 
getDeploymentStrategyThe deployment strategy for the configuration.- Specified by:
- getDeploymentStrategyin interface- IConfiguration
- Specified by:
- getDeploymentStrategyin interface- IConfiguration.Jsii$Default
 
- 
getDeployToThe environments to deploy to.- Specified by:
- getDeployToin interface- IConfiguration
- Specified by:
- getDeployToin interface- IConfiguration.Jsii$Default
 
- 
getDescriptionThe description of the configuration.- Specified by:
- getDescriptionin interface- IConfiguration
- Specified by:
- getDescriptionin interface- IConfiguration.Jsii$Default
 
- 
getNameThe name of the configuration.- Specified by:
- getNamein interface- IConfiguration
- Specified by:
- getNamein interface- IConfiguration.Jsii$Default
 
- 
getTypeThe configuration type.- Specified by:
- getTypein interface- IConfiguration
- Specified by:
- getTypein interface- IConfiguration.Jsii$Default
 
- 
getValidatorsThe validators for the configuration.- Specified by:
- getValidatorsin interface- IConfiguration
- Specified by:
- getValidatorsin interface- IConfiguration.Jsii$Default
 
- 
getVersionNumberThe configuration version number.- Specified by:
- getVersionNumberin interface- IConfiguration
- Specified by:
- getVersionNumberin interface- IConfiguration.Jsii$Default
 
 
-