Class CfnConfigurationProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationProfileMixinProps
CfnConfigurationProfileMixinProps-
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.mixins.preview.services.appconfig.mixins.CfnConfigurationProfileMixinProps
CfnConfigurationProfileMixinProps.Builder, CfnConfigurationProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationProfileMixinProps.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 StringThe application ID.final StringA parameter to configure deletion protection.final StringA description of the configuration profile.final StringThe AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.final StringA URI to locate the configuration.final StringgetName()A name for the configuration profile.final StringThe ARN of an IAM role with permission to access the configuration at the specifiedLocationUri.getTags()Metadata to assign to the configuration profile.final StringgetType()The type of configurations contained in the profile.final ObjectA list of methods for validating the 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 theCfnConfigurationProfileMixinProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnConfigurationProfileMixinPropsThe application ID.- Specified by:
getApplicationIdin interfaceCfnConfigurationProfileMixinProps- See Also:
-
getDeletionProtectionCheck
Description copied from interface:CfnConfigurationProfileMixinPropsA parameter to configure deletion protection.Deletion protection prevents a user from deleting a configuration profile if your application has called either GetLatestConfiguration or GetConfiguration for the configuration profile 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 interfaceCfnConfigurationProfileMixinProps- See Also:
-
getDescription
Description copied from interface:CfnConfigurationProfileMixinPropsA description of the configuration profile.- Specified by:
getDescriptionin interfaceCfnConfigurationProfileMixinProps- See Also:
-
getKmsKeyIdentifier
Description copied from interface:CfnConfigurationProfileMixinPropsThe AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.- Specified by:
getKmsKeyIdentifierin interfaceCfnConfigurationProfileMixinProps- See Also:
-
getLocationUri
Description copied from interface:CfnConfigurationProfileMixinPropsA URI to locate the configuration. You can specify the following:.- For the AWS AppConfig hosted configuration store and for feature flags, specify
hosted. - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format
ssm-parameter://<parameter name>or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format:
codepipeline://. - For an AWS Secrets Manager secret, specify the URI in the following format:
secretsmanager://. - For an Amazon S3 object, specify the URI in the following format:
s3://<bucket>/<objectKey>. Here is an example:s3://amzn-s3-demo-bucket/my-app/us-east-1/my-config.json - For an SSM document, specify either the document name in the format
ssm-document://<document name>or the Amazon Resource Name (ARN).
- Specified by:
getLocationUriin interfaceCfnConfigurationProfileMixinProps- See Also:
- For the AWS AppConfig hosted configuration store and for feature flags, specify
-
getName
Description copied from interface:CfnConfigurationProfileMixinPropsA name for the configuration profile.- Specified by:
getNamein interfaceCfnConfigurationProfileMixinProps- See Also:
-
getRetrievalRoleArn
Description copied from interface:CfnConfigurationProfileMixinPropsThe ARN of an IAM role with permission to access the configuration at the specifiedLocationUri.A retrieval role ARN is not required for configurations stored in AWS CodePipeline or the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
- Specified by:
getRetrievalRoleArnin interfaceCfnConfigurationProfileMixinProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationProfileMixinPropsMetadata to assign to the configuration profile.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 interfaceCfnConfigurationProfileMixinProps- See Also:
-
getType
Description copied from interface:CfnConfigurationProfileMixinPropsThe type of configurations contained in the profile.AWS AppConfig supports
feature flagsandfreeformconfigurations. We recommend you create feature flag configurations to enable or disable new features and freeform configurations to distribute configurations to an application. When calling this API, enter one of the following values forType:AWS.AppConfig.FeatureFlagsAWS.Freeform- Specified by:
getTypein interfaceCfnConfigurationProfileMixinProps- See Also:
-
getValidators
Description copied from interface:CfnConfigurationProfileMixinPropsA list of methods for validating the configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfigurationProfilePropsMixin.ValidatorsProperty>- Specified by:
getValidatorsin interfaceCfnConfigurationProfileMixinProps- 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()
-