class Aws::AppRegistry::Types::CreateApplicationRequest

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

data as a hash:

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

@!attribute [rw] name

The name of the application. The name must be unique in the region
in which you are creating the application.
@return [String]

@!attribute [rw] description

The description of the application.
@return [String]

@!attribute [rw] tags

Key-value pairs you can use to associate with the application.
@return [Hash<String,String>]

@!attribute [rw] client_token

A unique identifier that you provide to ensure idempotency. If you
retry a request that completed successfully using the same client
token and the same parameters, the retry succeeds without performing
any further actions. If you retry a successful request using the
same client token, but one or more of the parameters are different,
the retry fails.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/CreateApplicationRequest AWS API Documentation

Constants

SENSITIVE