Interface IConfiguration.Jsii$Default
- All Superinterfaces:
IConfiguration
,software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IConfiguration.Jsii$Proxy
- Enclosing interface:
IConfiguration
@Internal
public static interface IConfiguration.Jsii$Default
extends IConfiguration, software.constructs.IConstruct.Jsii$Default
Internal default implementation for
IConfiguration
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.IConfiguration
IConfiguration.Jsii$Default, IConfiguration.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault IApplication
The application associated with the configuration.default String
The ID of the configuration profile.default IKey
The deployment key for the configuration.default IDeploymentStrategy
The deployment strategy for the configuration.default List
<IEnvironment> The environments to deploy to.default String
The description of the configuration.default String
getName()
The name of the configuration.default software.constructs.Node
getNode()
The tree node.default ConfigurationType
getType()
The configuration type.default List
<IValidator> The validators for the configuration.default String
The configuration version number.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
-
getApplication
The application associated with the configuration.- Specified by:
getApplication
in interfaceIConfiguration
-
getConfigurationProfileId
The ID of the configuration profile.- Specified by:
getConfigurationProfileId
in interfaceIConfiguration
-
getDeploymentKey
The deployment key for the configuration.- Specified by:
getDeploymentKey
in interfaceIConfiguration
-
getDeploymentStrategy
The deployment strategy for the configuration.- Specified by:
getDeploymentStrategy
in interfaceIConfiguration
-
getDeployTo
The environments to deploy to.- Specified by:
getDeployTo
in interfaceIConfiguration
-
getDescription
The description of the configuration.- Specified by:
getDescription
in interfaceIConfiguration
-
getName
The name of the configuration.- Specified by:
getName
in interfaceIConfiguration
-
getType
The configuration type.- Specified by:
getType
in interfaceIConfiguration
-
getValidators
The validators for the configuration.- Specified by:
getValidators
in interfaceIConfiguration
-
getVersionNumber
The configuration version number.- Specified by:
getVersionNumber
in interfaceIConfiguration
-