class Amazonite::CloudWatchLogs::PutBearerTokenAuthenticationRequest

Included Modules

Defined in:

cloudwatch_logs/put_bearer_token_authentication_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(log_group_identifier : String, bearer_token_authentication_enabled : Bool) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

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


[View source]
def bearer_token_authentication_enabled=(bearer_token_authentication_enabled : Bool) #

Whether to enable bearer token authentication.

Type: Boolean

Required: Yes


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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


[View source]
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


[View source]
def validate! : Nil #

[View source]