Class: Aws::DevOpsAgent::Types::GitLabConfiguration

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

Overview

Configuration for GitLab project integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_identifierString

GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev)

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-devopsagent/types.rb', line 2285

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

GitLab numeric project ID.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-devopsagent/types.rb', line 2285

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#project_pathString

Full GitLab project path (e.g., namespace/project-name).

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-devopsagent/types.rb', line 2285

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :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)


2285
2286
2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-devopsagent/types.rb', line 2285

class GitLabConfiguration < Struct.new(
  :project_id,
  :project_path,
  :instance_identifier,
  :runtime_role_arn)
  SENSITIVE = []
  include Aws::Structure
end