Method: Aws::Proton::Types::UpdateEnvironmentAccountConnectionInput#component_role_arn
- Defined in:
- lib/aws-sdk-proton/types.rb
#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 |