class Aws::AppRunner::Types::CreateConnectionRequest
@note When making an API call, you may pass CreateConnectionRequest
data as a hash: { connection_name: "ConnectionName", # required provider_type: "GITHUB", # required, accepts GITHUB tags: [ { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] connection_name
A name for the new connection. It must be unique across all App Runner connections for the AWS account in the AWS Region. @return [String]
@!attribute [rw] provider_type
The source repository provider. @return [String]
@!attribute [rw] tags
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CreateConnectionRequest AWS API Documentation
Constants
- SENSITIVE