Class CfnConfigurationProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnConfigurationProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationProfileProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnConfigurationProfileProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationProfileProps
An implementation for
CfnConfigurationProfileProps-
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.CfnConfigurationProfileProps
CfnConfigurationProfileProps.Builder, CfnConfigurationProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationProfileProps.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 description of the configuration profile.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 theCfnConfigurationProfileProps.Builder.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnConfigurationProfilePropsThe application ID.- Specified by:
getApplicationIdin interfaceCfnConfigurationProfileProps
-
getLocationUri
Description copied from interface:CfnConfigurationProfilePropsA 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://my-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 interfaceCfnConfigurationProfileProps
- For the AWS AppConfig hosted configuration store and for feature flags, specify
-
getName
Description copied from interface:CfnConfigurationProfilePropsA name for the configuration profile.- Specified by:
getNamein interfaceCfnConfigurationProfileProps
-
getDescription
Description copied from interface:CfnConfigurationProfilePropsA description of the configuration profile.- Specified by:
getDescriptionin interfaceCfnConfigurationProfileProps
-
getRetrievalRoleArn
Description copied from interface:CfnConfigurationProfilePropsThe 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 the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
- Specified by:
getRetrievalRoleArnin interfaceCfnConfigurationProfileProps
-
getTags
Description copied from interface:CfnConfigurationProfilePropsMetadata 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 interfaceCfnConfigurationProfileProps
-
getType
Description copied from interface:CfnConfigurationProfilePropsThe 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 interfaceCfnConfigurationProfileProps
-
getValidators
Description copied from interface:CfnConfigurationProfilePropsA list of methods for validating the configuration.- Specified by:
getValidatorsin interfaceCfnConfigurationProfileProps
-
$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()
-