Class: Aws::Proton::Types::UpdateAccountSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateAccountSettingsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delete_pipeline_provisioning_repository ⇒ Boolean
Set to ‘true` to remove a configured pipeline repository from the account settings.
-
#pipeline_codebuild_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines.
-
#pipeline_provisioning_repository ⇒ Types::RepositoryBranchInput
A linked repository for pipeline provisioning.
-
#pipeline_service_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines.
Instance Attribute Details
#delete_pipeline_provisioning_repository ⇒ Boolean
Set to ‘true` to remove a configured pipeline repository from the account settings. Don’t set this field if you are updating the configured pipeline repository.
5838 5839 5840 5841 5842 5843 5844 5845 |
# File 'lib/aws-sdk-proton/types.rb', line 5838 class UpdateAccountSettingsInput < Struct.new( :delete_pipeline_provisioning_repository, :pipeline_codebuild_role_arn, :pipeline_provisioning_repository, :pipeline_service_role_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_codebuild_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Proton assumes this role for CodeBuild-based provisioning.
5838 5839 5840 5841 5842 5843 5844 5845 |
# File 'lib/aws-sdk-proton/types.rb', line 5838 class UpdateAccountSettingsInput < Struct.new( :delete_pipeline_provisioning_repository, :pipeline_codebuild_role_arn, :pipeline_provisioning_repository, :pipeline_service_role_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_provisioning_repository ⇒ Types::RepositoryBranchInput
A linked repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.
To remove a previously configured repository, set ‘deletePipelineProvisioningRepository` to `true`, and don’t set ‘pipelineProvisioningRepository`.
5838 5839 5840 5841 5842 5843 5844 5845 |
# File 'lib/aws-sdk-proton/types.rb', line 5838 class UpdateAccountSettingsInput < Struct.new( :delete_pipeline_provisioning_repository, :pipeline_codebuild_role_arn, :pipeline_provisioning_repository, :pipeline_service_role_arn) SENSITIVE = [] include Aws::Structure end |
#pipeline_service_role_arn ⇒ String
The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.
To remove a previously configured ARN, specify an empty string.
5838 5839 5840 5841 5842 5843 5844 5845 |
# File 'lib/aws-sdk-proton/types.rb', line 5838 class UpdateAccountSettingsInput < Struct.new( :delete_pipeline_provisioning_repository, :pipeline_codebuild_role_arn, :pipeline_provisioning_repository, :pipeline_service_role_arn) SENSITIVE = [] include Aws::Structure end |