Class: Aws::CodeStarconnections::Types::CreateRepositoryLinkInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arnString

The Amazon Resource Name (ARN) of the connection to be associated with the repository link.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 256

class CreateRepositoryLinkInput < Struct.new(
  :connection_arn,
  :owner_id,
  :repository_name,
  :encryption_key_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key_arnString

The Amazon Resource Name (ARN) encryption key for the repository to be associated with the repository link.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 256

class CreateRepositoryLinkInput < Struct.new(
  :connection_arn,
  :owner_id,
  :repository_name,
  :encryption_key_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 256

class CreateRepositoryLinkInput < Struct.new(
  :connection_arn,
  :owner_id,
  :repository_name,
  :encryption_key_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository to be associated with the repository link.

Returns:

  • (String)


256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 256

class CreateRepositoryLinkInput < Struct.new(
  :connection_arn,
  :owner_id,
  :repository_name,
  :encryption_key_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the repository to be associated with the repository link.

Returns:



256
257
258
259
260
261
262
263
264
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 256

class CreateRepositoryLinkInput < Struct.new(
  :connection_arn,
  :owner_id,
  :repository_name,
  :encryption_key_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end