Class CfnEnvironmentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appconfig.CfnEnvironmentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEnvironmentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEnvironmentMixinProps
@Stability(Stable)
@Internal
public static final class CfnEnvironmentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEnvironmentMixinProps
An implementation for
CfnEnvironmentMixinProps-
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.cfnpropertymixins.services.appconfig.CfnEnvironmentMixinProps
CfnEnvironmentMixinProps.Builder, CfnEnvironmentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEnvironmentMixinProps.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 ObjectThe application ID.final StringA parameter to configure deletion protection.final StringA description of the environment.final ObjectAmazon CloudWatch alarms to monitor during the deployment process.final StringgetName()A name for the environment.getTags()Metadata to assign to the environment.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 theCfnEnvironmentMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnEnvironmentMixinPropsThe application ID.Returns union: either
StringorIApplicationRef- Specified by:
getApplicationIdin interfaceCfnEnvironmentMixinProps- See Also:
-
getDeletionProtectionCheck
Description copied from interface:CfnEnvironmentMixinPropsA parameter to configure deletion protection.Deletion protection prevents a user from deleting an environment if your application called either GetLatestConfiguration or GetConfiguration in the environment during the specified interval.
This parameter supports the following values:
BYPASS: Instructs AWS AppConfig to bypass the deletion protection check and delete a configuration profile even if deletion protection would have otherwise prevented it.APPLY: Instructs the deletion protection check to run, even if deletion protection is disabled at the account level.APPLYalso forces the deletion protection check to run against resources created in the past hour, which are normally excluded from deletion protection checks.ACCOUNT_DEFAULT: The default setting, which instructs AWS AppConfig to implement the deletion protection value specified in theUpdateAccountSettingsAPI.
- Specified by:
getDeletionProtectionCheckin interfaceCfnEnvironmentMixinProps- See Also:
-
getDescription
Description copied from interface:CfnEnvironmentMixinPropsA description of the environment.- Specified by:
getDescriptionin interfaceCfnEnvironmentMixinProps- See Also:
-
getMonitors
Description copied from interface:CfnEnvironmentMixinPropsAmazon CloudWatch alarms to monitor during the deployment process.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnvironmentPropsMixin.MonitorsProperty>- Specified by:
getMonitorsin interfaceCfnEnvironmentMixinProps- See Also:
-
getName
Description copied from interface:CfnEnvironmentMixinPropsA name for the environment.- Specified by:
getNamein interfaceCfnEnvironmentMixinProps- See Also:
-
getTags
Description copied from interface:CfnEnvironmentMixinPropsMetadata to assign to the environment.Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
- Specified by:
getTagsin interfaceCfnEnvironmentMixinProps- See Also:
-
$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()
-