We recommend new projects start with resources from the AWS provider.
aws-native.appconfig.ConfigurationProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
An example resource schema demonstrating some basic constructs and validation rules.
Create ConfigurationProfile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ConfigurationProfile(name: string, args: ConfigurationProfileArgs, opts?: CustomResourceOptions);@overload
def ConfigurationProfile(resource_name: str,
                         args: ConfigurationProfileArgs,
                         opts: Optional[ResourceOptions] = None)
@overload
def ConfigurationProfile(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         application_id: Optional[str] = None,
                         location_uri: Optional[str] = None,
                         deletion_protection_check: Optional[ConfigurationProfileDeletionProtectionCheck] = None,
                         description: Optional[str] = None,
                         kms_key_identifier: Optional[str] = None,
                         name: Optional[str] = None,
                         retrieval_role_arn: Optional[str] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                         type: Optional[str] = None,
                         validators: Optional[Sequence[ConfigurationProfileValidatorsArgs]] = None)func NewConfigurationProfile(ctx *Context, name string, args ConfigurationProfileArgs, opts ...ResourceOption) (*ConfigurationProfile, error)public ConfigurationProfile(string name, ConfigurationProfileArgs args, CustomResourceOptions? opts = null)
public ConfigurationProfile(String name, ConfigurationProfileArgs args)
public ConfigurationProfile(String name, ConfigurationProfileArgs args, CustomResourceOptions options)
type: aws-native:appconfig:ConfigurationProfile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ConfigurationProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ConfigurationProfileArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ConfigurationProfileArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ConfigurationProfileArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ConfigurationProfileArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ConfigurationProfile Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ConfigurationProfile resource accepts the following input properties:
- ApplicationId string
- The application ID.
- LocationUri 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.
- DeletionProtection Pulumi.Check Aws Native. App Config. Configuration Profile Deletion Protection Check 
- 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
- Description string
- A description of the configuration profile.
- KmsKey stringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- Name string
- A name for the configuration profile.
- RetrievalRole stringArn 
- The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- 
List<Pulumi.Aws Native. Inputs. 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.
- Type 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
- Validators
List<Pulumi.Aws Native. App Config. Inputs. Configuration Profile Validators> 
- A list of methods for validating the configuration.
- ApplicationId string
- The application ID.
- LocationUri 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.
- DeletionProtection ConfigurationCheck Profile Deletion Protection Check 
- 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
- Description string
- A description of the configuration profile.
- KmsKey stringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- Name string
- A name for the configuration profile.
- RetrievalRole stringArn 
- The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- 
TagArgs 
- 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.
- Type 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
- Validators
[]ConfigurationProfile Validators Args 
- A list of methods for validating the configuration.
- applicationId String
- The application ID.
- locationUri 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.
- deletionProtection ConfigurationCheck Profile Deletion Protection Check 
- 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
- description String
- A description of the configuration profile.
- kmsKey StringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- name String
- A name for the configuration profile.
- retrievalRole StringArn 
- The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- 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.
- type 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
- validators
List<ConfigurationProfile Validators> 
- A list of methods for validating the configuration.
- applicationId string
- The application ID.
- locationUri 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.
- deletionProtection ConfigurationCheck Profile Deletion Protection Check 
- 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
- description string
- A description of the configuration profile.
- kmsKey stringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- name string
- A name for the configuration profile.
- retrievalRole stringArn 
- The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- 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.
- type 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
- validators
ConfigurationProfile Validators[] 
- A list of methods for validating the configuration.
- application_id str
- The application ID.
- location_uri str
- 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.
- deletion_protection_ Configurationcheck Profile Deletion Protection Check 
- 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
- description str
- A description of the configuration profile.
- kms_key_ stridentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- name str
- A name for the configuration profile.
- retrieval_role_ strarn 
- The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- 
Sequence[TagArgs] 
- 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.
- type str
- 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
- validators
Sequence[ConfigurationProfile Validators Args] 
- A list of methods for validating the configuration.
- applicationId String
- The application ID.
- locationUri 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.
- deletionProtection "ACCOUNT_DEFAULT" | "APPLY" | "BYPASS"Check 
- 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
- description String
- A description of the configuration profile.
- kmsKey StringIdentifier 
- The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
- name String
- A name for the configuration profile.
- retrievalRole StringArn 
- The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- List<Property Map>
- 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.
- type 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
- validators List<Property Map>
- A list of methods for validating the configuration.
Outputs
All input properties are implicitly available as output properties. Additionally, the ConfigurationProfile resource produces the following output properties:
- ConfigurationProfile stringId 
- The configuration profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- KmsKey stringArn 
- 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.
- ConfigurationProfile stringId 
- The configuration profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- KmsKey stringArn 
- 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.
- configurationProfile StringId 
- The configuration profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- kmsKey StringArn 
- 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.
- configurationProfile stringId 
- The configuration profile ID
- id string
- The provider-assigned unique ID for this managed resource.
- kmsKey stringArn 
- 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.
- configuration_profile_ strid 
- The configuration profile ID
- id str
- The provider-assigned unique ID for this managed resource.
- kms_key_ strarn 
- 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.
- configurationProfile StringId 
- The configuration profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- kmsKey StringArn 
- 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.
Supporting Types
ConfigurationProfileDeletionProtectionCheck, ConfigurationProfileDeletionProtectionCheckArgs          
- AccountDefault 
- ACCOUNT_DEFAULT
- Apply
- APPLY
- Bypass
- BYPASS
- ConfigurationProfile Deletion Protection Check Account Default 
- ACCOUNT_DEFAULT
- ConfigurationProfile Deletion Protection Check Apply 
- APPLY
- ConfigurationProfile Deletion Protection Check Bypass 
- BYPASS
- AccountDefault 
- ACCOUNT_DEFAULT
- Apply
- APPLY
- Bypass
- BYPASS
- AccountDefault 
- ACCOUNT_DEFAULT
- Apply
- APPLY
- Bypass
- BYPASS
- ACCOUNT_DEFAULT
- ACCOUNT_DEFAULT
- APPLY
- APPLY
- BYPASS
- BYPASS
- "ACCOUNT_DEFAULT"
- ACCOUNT_DEFAULT
- "APPLY"
- APPLY
- "BYPASS"
- BYPASS
ConfigurationProfileValidators, ConfigurationProfileValidatorsArgs      
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.