Class: Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb
Overview
Authentication configuration for the management of AWS resources.
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Required.
-
#role_session_name ⇒ ::String
Optional.
Instance Attribute Details
#role_arn ⇒ ::String
Returns Required. The Amazon Resource Name (ARN) of the role that the Anthos Multi-Cloud API will assume when managing AWS resources on your account.
254 255 256 257 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 254 class AwsServicesAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#role_session_name ⇒ ::String
Returns Optional. An identifier for the assumed role session.
When unspecified, it defaults to multicloud-service-agent
.
254 255 256 257 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 254 class AwsServicesAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |