Interface IConfiguration
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IConfiguration.Jsii$Default
- All Known Implementing Classes:
HostedConfiguration
,IConfiguration.Jsii$Proxy
,SourcedConfiguration
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:55:52.826Z")
@Stability(Stable)
public interface IConfiguration
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIConfiguration
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe application associated with the configuration.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 ConfigurationType
getType()
The configuration type.default List<IValidator>
The validators for the configuration.default String
The configuration version number.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
The application associated with the configuration. -
getConfigurationProfileId
The ID of the configuration profile. -
getDeploymentKey
The deployment key for the configuration. -
getDeploymentStrategy
The deployment strategy for the configuration. -
getDeployTo
The environments to deploy to. -
getDescription
The description of the configuration. -
getName
The name of the configuration. -
getType
The configuration type. -
getValidators
The validators for the configuration. -
getVersionNumber
The configuration version number.
-