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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.CfnConfigurationProfileProps
CfnConfigurationProfileProps.Builder, CfnConfigurationProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnConfigurationProfileProps.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 String
The application ID.final String
A description of the configuration profile.final String
The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.final String
A URI to locate the configuration.final String
getName()
A name for the configuration profile.final String
The ARN of an IAM role with permission to access the configuration at the specifiedLocationUri
.getTags()
Metadata to assign to the configuration profile.final String
getType()
The type of configurations contained in the profile.final Object
A list of methods for validating the configuration.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 theCfnConfigurationProfileProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnConfigurationProfileProps
The application ID.- Specified by:
getApplicationId
in interfaceCfnConfigurationProfileProps
- See Also:
-
getLocationUri
Description copied from interface:CfnConfigurationProfileProps
A 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:
getLocationUri
in interfaceCfnConfigurationProfileProps
- See Also:
- For the AWS AppConfig hosted configuration store and for feature flags, specify
-
getName
Description copied from interface:CfnConfigurationProfileProps
A name for the configuration profile.- Specified by:
getName
in interfaceCfnConfigurationProfileProps
- See Also:
-
getDescription
Description copied from interface:CfnConfigurationProfileProps
A description of the configuration profile.- Specified by:
getDescription
in interfaceCfnConfigurationProfileProps
- See Also:
-
getKmsKeyIdentifier
Description copied from interface:CfnConfigurationProfileProps
The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.- Specified by:
getKmsKeyIdentifier
in interfaceCfnConfigurationProfileProps
- See Also:
-
getRetrievalRoleArn
Description copied from interface:CfnConfigurationProfileProps
The 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:
getRetrievalRoleArn
in interfaceCfnConfigurationProfileProps
- See Also:
-
getTags
Description copied from interface:CfnConfigurationProfileProps
Metadata 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:
getTags
in interfaceCfnConfigurationProfileProps
- See Also:
-
getType
Description copied from interface:CfnConfigurationProfileProps
The type of configurations contained in the profile.AWS AppConfig supports
feature flags
andfreeform
configurations. 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.FeatureFlags
AWS.Freeform
- Specified by:
getType
in interfaceCfnConfigurationProfileProps
- See Also:
-
getValidators
Description copied from interface:CfnConfigurationProfileProps
A list of methods for validating the configuration.- Specified by:
getValidators
in interfaceCfnConfigurationProfileProps
- See Also:
-
$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()
-