Class: Aws::Proton::Types::UpdateEnvironmentAccountConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codebuild_role_arnString

The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5993

class UpdateEnvironmentAccountConnectionInput < Struct.new(
  :codebuild_role_arn,
  :component_role_arn,
  :id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#component_role_arnString

The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account.

The environment account connection must have a componentRoleArn to allow directly defined components to be associated with any environments running in the account.

For more information about components, see Proton components in the Proton User Guide.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5993

class UpdateEnvironmentAccountConnectionInput < Struct.new(
  :codebuild_role_arn,
  :component_role_arn,
  :id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the environment account connection to update.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5993

class UpdateEnvironmentAccountConnectionInput < Struct.new(
  :codebuild_role_arn,
  :component_role_arn,
  :id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.

Returns:

  • (String)


5993
5994
5995
5996
5997
5998
5999
6000
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 5993

class UpdateEnvironmentAccountConnectionInput < Struct.new(
  :codebuild_role_arn,
  :component_role_arn,
  :id,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end