Class: Aws::DevOpsAgent::Types::GitHubConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

Configuration for GitHub repository integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_identifierString

GitHub instance identifier (e.g., github.com or github.enterprise.com)

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-devopsagent/types.rb', line 2252

class GitHubConfiguration < Struct.new(
  :repo_name,
  :repo_id,
  :owner,
  :owner_type,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The GitHub repository owner name.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-devopsagent/types.rb', line 2252

class GitHubConfiguration < Struct.new(
  :repo_name,
  :repo_id,
  :owner,
  :owner_type,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#owner_typeString

Type of GitHub repository owner.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-devopsagent/types.rb', line 2252

class GitHubConfiguration < Struct.new(
  :repo_name,
  :repo_id,
  :owner,
  :owner_type,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#repo_idString

Associated Github repo ID

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-devopsagent/types.rb', line 2252

class GitHubConfiguration < Struct.new(
  :repo_name,
  :repo_id,
  :owner,
  :owner_type,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#repo_nameString

Associated Github repo name

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-devopsagent/types.rb', line 2252

class GitHubConfiguration < Struct.new(
  :repo_name,
  :repo_id,
  :owner,
  :owner_type,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_role_arnString

Optional role ARN that AIDevOps assumes at runtime for automatic verification testing and VPC connectivity on this association.

Returns:

  • (String)


2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
# File 'lib/aws-sdk-devopsagent/types.rb', line 2252

class GitHubConfiguration < Struct.new(
  :repo_name,
  :repo_id,
  :owner,
  :owner_type,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end