class Aws::MigrationHubRefactorSpaces::Types::CreateEnvironmentRequest

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

data as a hash:

    {
      client_token: "ClientToken",
      description: "Description",
      name: "EnvironmentName", # required
      network_fabric_type: "TRANSIT_GATEWAY", # required, accepts TRANSIT_GATEWAY
      tags: {
        "TagMapKeyString" => "TagMapValueString",
      },
    }

@!attribute [rw] client_token

A unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

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

@!attribute [rw] description

The description of the environment.
@return [String]

@!attribute [rw] name

The name of the environment.
@return [String]

@!attribute [rw] network_fabric_type

The network fabric type of the environment.
@return [String]

@!attribute [rw] tags

The tags to assign to the environment. A tag is a label that you
assign to an Amazon Web Services resource. Each tag consists of a
key-value pair.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/migration-hub-refactor-spaces-2021-10-26/CreateEnvironmentRequest AWS API Documentation

Constants

SENSITIVE