Class SourcedConfigurationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.SourcedConfigurationOptions.Jsii$Proxy
- All Implemented Interfaces:
ConfigurationOptions
,SourcedConfigurationOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SourcedConfigurationOptions
@Stability(Stable)
@Internal
public static final class SourcedConfigurationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SourcedConfigurationOptions
An implementation for
SourcedConfigurationOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.SourcedConfigurationOptions
SourcedConfigurationOptions.Builder, SourcedConfigurationOptions.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSourcedConfigurationOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IKey
The deployment key of the configuration.final IDeploymentStrategy
The deployment strategy for the configuration.final List<IEnvironment>
The list of environments to deploy the configuration to.final String
The description of the configuration.final ConfigurationSource
The location where the configuration is stored.final String
getName()
The name of the configuration.final IRole
The IAM role to retrieve the configuration.final ConfigurationType
getType()
The type of configuration.final List<IValidator>
The validators for the configuration.final String
The version number of the sourced configuration to deploy.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theSourcedConfigurationOptions.Builder
.
-
-
Method Details
-
getLocation
Description copied from interface:SourcedConfigurationOptions
The location where the configuration is stored.- Specified by:
getLocation
in interfaceSourcedConfigurationOptions
-
getRetrievalRole
Description copied from interface:SourcedConfigurationOptions
The IAM role to retrieve the configuration.Default: - A role is generated.
- Specified by:
getRetrievalRole
in interfaceSourcedConfigurationOptions
-
getVersionNumber
Description copied from interface:SourcedConfigurationOptions
The version number of the sourced configuration to deploy.If this is not specified, then there will be no deployment.
Default: - None.
- Specified by:
getVersionNumber
in interfaceSourcedConfigurationOptions
-
getDeploymentKey
Description copied from interface:ConfigurationOptions
The deployment key of the configuration.Default: - None.
- Specified by:
getDeploymentKey
in interfaceConfigurationOptions
-
getDeploymentStrategy
Description copied from interface:ConfigurationOptions
The deployment strategy for the configuration.Default: - A deployment strategy with the rollout strategy set to RolloutStrategy.CANARY_10_PERCENT_20_MINUTES
- Specified by:
getDeploymentStrategy
in interfaceConfigurationOptions
-
getDeployTo
Description copied from interface:ConfigurationOptions
The list of environments to deploy the configuration to.If this parameter is not specified, then there will be no deployment created alongside this configuration.
Deployments can be added later using the
IEnvironment.addDeployment
orIEnvironment.addDeployments
methods.Default: - None.
- Specified by:
getDeployTo
in interfaceConfigurationOptions
-
getDescription
Description copied from interface:ConfigurationOptions
The description of the configuration.Default: - No description.
- Specified by:
getDescription
in interfaceConfigurationOptions
-
getName
Description copied from interface:ConfigurationOptions
The name of the configuration.Default: - A name is generated.
- Specified by:
getName
in interfaceConfigurationOptions
-
getType
Description copied from interface:ConfigurationOptions
The type of configuration.Default: ConfigurationType.FREEFORM
- Specified by:
getType
in interfaceConfigurationOptions
-
getValidators
Description copied from interface:ConfigurationOptions
The validators for the configuration.Default: - No validators.
- Specified by:
getValidators
in interfaceConfigurationOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-