AWS Native is in preview. AWS Classic is fully supported.
aws-native.appconfig.ConfigurationProfile
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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,
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
The ConfigurationProfile resource accepts the following input properties:
- Application
Id string - The application ID.
- Location
Uri 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.
- Description string
- A description of the configuration profile.
- Kms
Key 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.
- Retrieval
Role 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.
- Application
Id string - The application ID.
- Location
Uri 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.
- Description string
- A description of the configuration profile.
- Kms
Key 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.
- Retrieval
Role stringArn - The ARN of an IAM role with permission to access the configuration at the specified LocationUri.
- Tag
Args - 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
[]Configuration
Profile Validators Args - A list of methods for validating the configuration.
- application
Id String - The application ID.
- location
Uri 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.
- description String
- A description of the configuration profile.
- kms
Key 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.
- retrieval
Role 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<Configuration
Profile Validators> - A list of methods for validating the configuration.
- application
Id string - The application ID.
- location
Uri 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.
- description string
- A description of the configuration profile.
- kms
Key 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.
- retrieval
Role 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
Configuration
Profile 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.
- 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[Tag
Args] - 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[Configuration
Profile Validators Args] - A list of methods for validating the configuration.
- application
Id String - The application ID.
- location
Uri 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.
- description String
- A description of the configuration profile.
- kms
Key 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.
- retrieval
Role 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:
- Configuration
Profile stringId - The configuration profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Kms
Key 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 stringId - The configuration profile ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Kms
Key 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 StringId - The configuration profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- kms
Key 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 stringId - The configuration profile ID
- id string
- The provider-assigned unique ID for this managed resource.
- kms
Key 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.
- configuration
Profile StringId - The configuration profile ID
- id String
- The provider-assigned unique ID for this managed resource.
- kms
Key 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
ConfigurationProfileValidators, ConfigurationProfileValidatorsArgs
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.