1. Packages
  2. AWS Native
  3. API Docs
  4. appconfig
  5. Environment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.appconfig.Environment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource Type definition for AWS::AppConfig::Environment

    Create Environment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Environment(name: string, args: EnvironmentArgs, opts?: CustomResourceOptions);
    @overload
    def Environment(resource_name: str,
                    args: EnvironmentArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Environment(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    application_id: Optional[str] = None,
                    description: Optional[str] = None,
                    monitors: Optional[Sequence[EnvironmentMonitorArgs]] = None,
                    name: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewEnvironment(ctx *Context, name string, args EnvironmentArgs, opts ...ResourceOption) (*Environment, error)
    public Environment(string name, EnvironmentArgs args, CustomResourceOptions? opts = null)
    public Environment(String name, EnvironmentArgs args)
    public Environment(String name, EnvironmentArgs args, CustomResourceOptions options)
    
    type: aws-native:appconfig:Environment
    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 EnvironmentArgs
    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 EnvironmentArgs
    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 EnvironmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EnvironmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EnvironmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const environmentResource = new aws_native.appconfig.Environment("environmentResource", {
        applicationId: "string",
        description: "string",
        monitors: [{
            alarmArn: "string",
            alarmRoleArn: "string",
        }],
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    Environment 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 Environment resource accepts the following input properties:

    ApplicationId string
    The application ID.
    Description string
    A description of the environment.
    Monitors List<Pulumi.AwsNative.AppConfig.Inputs.EnvironmentMonitor>
    Amazon CloudWatch alarms to monitor during the deployment process.
    Name string
    A name for the environment.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    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.
    ApplicationId string
    The application ID.
    Description string
    A description of the environment.
    Monitors []EnvironmentMonitorArgs
    Amazon CloudWatch alarms to monitor during the deployment process.
    Name string
    A name for the environment.
    Tags TagArgs
    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.
    applicationId String
    The application ID.
    description String
    A description of the environment.
    monitors List<EnvironmentMonitor>
    Amazon CloudWatch alarms to monitor during the deployment process.
    name String
    A name for the environment.
    tags List<Tag>
    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.
    applicationId string
    The application ID.
    description string
    A description of the environment.
    monitors EnvironmentMonitor[]
    Amazon CloudWatch alarms to monitor during the deployment process.
    name string
    A name for the environment.
    tags Tag[]
    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.
    application_id str
    The application ID.
    description str
    A description of the environment.
    monitors Sequence[EnvironmentMonitorArgs]
    Amazon CloudWatch alarms to monitor during the deployment process.
    name str
    A name for the environment.
    tags Sequence[TagArgs]
    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.
    applicationId String
    The application ID.
    description String
    A description of the environment.
    monitors List<Property Map>
    Amazon CloudWatch alarms to monitor during the deployment process.
    name String
    A name for the environment.
    tags List<Property Map>
    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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Environment resource produces the following output properties:

    EnvironmentId string
    The environment ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    EnvironmentId string
    The environment ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    environmentId String
    The environment ID.
    id String
    The provider-assigned unique ID for this managed resource.
    environmentId string
    The environment ID.
    id string
    The provider-assigned unique ID for this managed resource.
    environment_id str
    The environment ID.
    id str
    The provider-assigned unique ID for this managed resource.
    environmentId String
    The environment ID.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    EnvironmentMonitor, EnvironmentMonitorArgs

    AlarmArn string
    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
    AlarmRoleArn string
    ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.
    AlarmArn string
    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
    AlarmRoleArn string
    ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.
    alarmArn String
    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
    alarmRoleArn String
    ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.
    alarmArn string
    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
    alarmRoleArn string
    ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.
    alarm_arn str
    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
    alarm_role_arn str
    ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.
    alarmArn String
    Amazon Resource Name (ARN) of the Amazon CloudWatch alarm.
    alarmRoleArn String
    ARN of an AWS Identity and Access Management (IAM) role for AWS AppConfig to monitor AlarmArn.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi