class Aws::CodeStarconnections::Types::CreateConnectionInput

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

data as a hash:

    {
      provider_type: "Bitbucket", # accepts Bitbucket, GitHub, GitHubEnterpriseServer
      connection_name: "ConnectionName", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
      host_arn: "HostArn",
    }

@!attribute [rw] provider_type

The name of the external provider where your third-party code
repository is configured.
@return [String]

@!attribute [rw] connection_name

The name of the connection to be created. The name must be unique in
the calling AWS account.
@return [String]

@!attribute [rw] tags

The key-value pair to use when tagging the resource.
@return [Array<Types::Tag>]

@!attribute [rw] host_arn

The Amazon Resource Name (ARN) of the host associated with the
connection to be created.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/CreateConnectionInput AWS API Documentation

Constants

SENSITIVE