class Aws::AppConfig::Types::CreateApplicationRequest

@note When making an API call, you may pass CreateApplicationRequest

data as a hash:

    {
      name: "Name", # required
      description: "Description",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] name

A name for the application.
@return [String]

@!attribute [rw] description

A description of the application.
@return [String]

@!attribute [rw] tags

Metadata to assign to the application. Tags help organize and
categorize your AppConfig resources. Each tag consists of a key and
an optional value, both of which you define.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/appconfig-2019-10-09/CreateApplicationRequest AWS API Documentation

Constants

SENSITIVE