class
Amazonite::CloudWatchLogs::PutBearerTokenAuthenticationRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_bearer_token_authentication_request.crConstructors
- .new(log_group_identifier : String, bearer_token_authentication_enabled : Bool)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#bearer_token_authentication_enabled : Bool
Whether to enable bearer token authentication.
-
#bearer_token_authentication_enabled=(bearer_token_authentication_enabled : Bool)
Whether to enable bearer token authentication.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_group_identifier : String
The name or ARN of the log group.
-
#log_group_identifier=(log_group_identifier : String)
The name or ARN of the log group.
- #validate! : Nil
Constructor Detail
def self.new(log_group_identifier : String, bearer_token_authentication_enabled : Bool)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def bearer_token_authentication_enabled : Bool
#
Whether to enable bearer token authentication.
Type: Boolean
Required: Yes
def bearer_token_authentication_enabled=(bearer_token_authentication_enabled : Bool)
#
Whether to enable bearer token authentication.
Type: Boolean
Required: Yes
def 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
def log_group_identifier=(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