Class: Aws::Proton::Types::UpdateEnvironmentAccountConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateEnvironmentAccountConnectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#codebuild_role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
-
#component_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account.
-
#id ⇒ String
The ID of the environment account connection to update.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role that’s associated with the environment account connection to update.
Instance Attribute Details
#codebuild_role_arn ⇒ String
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.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File '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_arn ⇒ String
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*.
[1]: docs.aws.amazon.com/proton/latest/userguide/ag-components.html
5993 5994 5995 5996 5997 5998 5999 6000 |
# File '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 |
#id ⇒ String
The ID of the environment account connection to update.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM service role that’s associated with the environment account connection to update.
5993 5994 5995 5996 5997 5998 5999 6000 |
# File '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 |