Resource Type definition for AWS::AppConfig::Environment
application_id
(String) The application ID.name
(String) A name for the environment.description
(String) A description of the environment.monitors
(Attributes List) Amazon CloudWatch alarms to monitor during the deployment process. (see below for nested schema)tags
(Attributes Set) Metadata to assign to the environment. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. (see below for nested schema)environment_id
(String) The environment ID.id
(String) Uniquely identifies the resource.monitors
Required:
alarm_arn
(String) Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.Optional:
alarm_role_arn
(String) ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.tags
Required:
key
(String) The key-value string map. The valid character set is [a-zA-Z1-9+-=._:/]. The tag key can be up to 128 characters and must not start with aws:.value
(String) The tag value can be up to 256 characters.Import is supported using the following syntax:
$ terraform import awscc_appconfig_environment.example <resource ID>