Class HostedConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
ConfigurationOptions,ConfigurationProps,HostedConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HostedConfigurationProps
HostedConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.HostedConfigurationProps
HostedConfigurationProps.Builder, HostedConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHostedConfigurationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal IApplicationThe application associated with the configuration.final ConfigurationContentThe content of the hosted configuration.final DeletionProtectionCheckA parameter to configure deletion protection.final IKeyThe deployment key of the configuration.final IDeploymentStrategyThe deployment strategy for the configuration.final List<IEnvironment> The list of environments to deploy the configuration to.final StringThe description of the configuration.final IKeyRefThe customer managed key to encrypt hosted configuration.final NumberThe latest version number of the hosted configuration.final StringgetName()The name of the configuration.final ConfigurationTypegetType()The type of configuration.final List<IValidator> The validators for the configuration.final StringThe version label of the hosted configuration.final inthashCode()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 theHostedConfigurationProps.Builder.
-
-
Method Details
-
getContent
Description copied from interface:HostedConfigurationPropsThe content of the hosted configuration.- Specified by:
getContentin interfaceHostedConfigurationProps
-
getKmsKey
Description copied from interface:HostedConfigurationPropsThe customer managed key to encrypt hosted configuration.Default: None
- Specified by:
getKmsKeyin interfaceHostedConfigurationProps
-
getLatestVersionNumber
Description copied from interface:HostedConfigurationPropsThe latest version number of the hosted configuration.Default: - None.
- Specified by:
getLatestVersionNumberin interfaceHostedConfigurationProps
-
getVersionLabel
Description copied from interface:HostedConfigurationPropsThe version label of the hosted configuration.Default: - None.
- Specified by:
getVersionLabelin interfaceHostedConfigurationProps
-
getApplication
Description copied from interface:ConfigurationPropsThe application associated with the configuration.- Specified by:
getApplicationin interfaceConfigurationProps
-
getDeletionProtectionCheck
Description copied from interface:ConfigurationOptionsA parameter to configure deletion protection.Deletion protection prevents a user from deleting a configuration profile if your application has called either
GetLatestConfigurationorGetConfigurationfor the configuration profile during the specified interval.Default: DeletionProtectionCheck.ACCOUNT_DEFAULT
- Specified by:
getDeletionProtectionCheckin interfaceConfigurationOptions- See Also:
-
getDeploymentKey
Description copied from interface:ConfigurationOptionsThe deployment key of the configuration.Default: - None.
- Specified by:
getDeploymentKeyin interfaceConfigurationOptions
-
getDeploymentStrategy
Description copied from interface:ConfigurationOptionsThe deployment strategy for the configuration.Default: - A deployment strategy with the rollout strategy set to RolloutStrategy.CANARY_10_PERCENT_20_MINUTES
- Specified by:
getDeploymentStrategyin interfaceConfigurationOptions
-
getDeployTo
Description copied from interface:ConfigurationOptionsThe 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.addDeploymentorIEnvironment.addDeploymentsmethods.Default: - None.
- Specified by:
getDeployToin interfaceConfigurationOptions
-
getDescription
Description copied from interface:ConfigurationOptionsThe description of the configuration.Default: - No description.
- Specified by:
getDescriptionin interfaceConfigurationOptions
-
getName
Description copied from interface:ConfigurationOptionsThe name of the configuration.Default: - A name is generated.
- Specified by:
getNamein interfaceConfigurationOptions
-
getType
Description copied from interface:ConfigurationOptionsThe type of configuration.Default: ConfigurationType.FREEFORM
- Specified by:
getTypein interfaceConfigurationOptions
-
getValidators
Description copied from interface:ConfigurationOptionsThe validators for the configuration.Default: - No validators.
- Specified by:
getValidatorsin interfaceConfigurationOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-