Class: Google::Cloud::GkeMultiCloud::V1::AwsServicesAuthentication Deprecated
- 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
Deprecated.
This message is deprecated and may be removed in the next major version update.
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
257 258 259 260 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 257 class AwsServicesAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#role_session_name ⇒ ::String
257 258 259 260 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 257 class AwsServicesAuthentication include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |