Class: Aws::AppRunner::Types::CreateConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

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.

Returns:

  • (String)


628
629
630
631
632
633
634
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 628

class CreateConnectionRequest < Struct.new(
  :connection_name,
  :provider_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The source repository provider.

Returns:

  • (String)


628
629
630
631
632
633
634
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 628

class CreateConnectionRequest < Struct.new(
  :connection_name,
  :provider_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of metadata items that you can associate with your connection resource. A tag is a key-value pair.

Returns:



628
629
630
631
632
633
634
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 628

class CreateConnectionRequest < Struct.new(
  :connection_name,
  :provider_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end