Class: Aws::CloudWatchLogs::Types::PutBearerTokenAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutBearerTokenAuthenticationRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bearer_token_authentication_enabled ⇒ Boolean
Whether to enable bearer token authentication.
-
#log_group_identifier ⇒ String
The name or ARN of the log group.
Instance Attribute Details
#bearer_token_authentication_enabled ⇒ Boolean
Whether to enable bearer token authentication.
Type: Boolean
Required: Yes
7520 7521 7522 7523 7524 7525 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7520 class PutBearerTokenAuthenticationRequest < Struct.new( :log_group_identifier, :bearer_token_authentication_enabled) SENSITIVE = [] include Aws::Structure end |
#log_group_identifier ⇒ String
The name or ARN of the log group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern: [\.\-_/#A-Za-z0-9]+
Required: Yes
7520 7521 7522 7523 7524 7525 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 7520 class PutBearerTokenAuthenticationRequest < Struct.new( :log_group_identifier, :bearer_token_authentication_enabled) SENSITIVE = [] include Aws::Structure end |