ConfigurationProfile

class ConfigurationProfile : KotlinCustomResource

An example resource schema demonstrating some basic constructs and validation rules.

Properties

Link copied to clipboard
val applicationId: Output<String>

The application ID.

Link copied to clipboard

The configuration profile ID

Link copied to clipboard

On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html

Link copied to clipboard
val description: Output<String>?

A description of the configuration profile.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyArn: Output<String>

The Amazon Resource Name of the AWS Key Management Service key to encrypt new configuration data versions in the AWS AppConfig hosted configuration store. This attribute is only used for hosted configuration types. To encrypt data managed in other configuration stores, see the documentation for how to specify an AWS KMS key for that particular service.

Link copied to clipboard
val kmsKeyIdentifier: Output<String>?

The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.

Link copied to clipboard
val locationUri: Output<String>

A URI to locate the configuration. You can specify the AWS AppConfig hosted configuration store, Systems Manager (SSM) document, an SSM Parameter Store parameter, or an Amazon S3 object.

Link copied to clipboard
val name: Output<String>

A name for the configuration profile.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val retrievalRoleArn: Output<String>?

The ARN of an IAM role with permission to access the configuration at the specified LocationUri.

Link copied to clipboard
val tags: Output<List<Tag>>?

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.

Link copied to clipboard
val type: Output<String>?

The type of configurations contained in the profile. When calling this API, enter one of the following values for Type: AWS.AppConfig.FeatureFlags, AWS.Freeform

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

A list of methods for validating the configuration.