Class: Aws::AppRunner::Types::CreateConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::CreateConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_name ⇒ String
A name for the new connection.
-
#provider_type ⇒ String
The source repository provider.
-
#tags ⇒ Array<Types::Tag>
A list of metadata items that you can associate with your connection resource.
Instance Attribute Details
#connection_name ⇒ String
A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-apprunner/types.rb', line 628 class CreateConnectionRequest < Struct.new( :connection_name, :provider_type, :tags) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The source repository provider.
628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-apprunner/types.rb', line 628 class CreateConnectionRequest < Struct.new( :connection_name, :provider_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.
628 629 630 631 632 633 634 |
# File 'lib/aws-sdk-apprunner/types.rb', line 628 class CreateConnectionRequest < Struct.new( :connection_name, :provider_type, :tags) SENSITIVE = [] include Aws::Structure end |