Method: Aws::CodeBuild::Types::UpdateFleetInput#fleet_service_role

Defined in:
lib/aws-sdk-codebuild/types.rb

#fleet_service_roleString

The service role associated with the compute fleet. For more information, see [ Allow a user to add a permission policy for a fleet service role] in the *CodeBuild User Guide*.

[1]: docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-permission-policy-fleet-service-role.html

Returns:

  • (String)


6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
# File 'lib/aws-sdk-codebuild/types.rb', line 6935

class UpdateFleetInput < Struct.new(
  :arn,
  :base_capacity,
  :environment_type,
  :compute_type,
  :compute_configuration,
  :scaling_configuration,
  :overflow_behavior,
  :vpc_config,
  :proxy_configuration,
  :image_id,
  :fleet_service_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end