class
Amazonite::CloudWatchLogs::S3Configuration
- Amazonite::CloudWatchLogs::S3Configuration
- Reference
- Object
Overview
Configuration for Amazon S3 destination where scheduled query results are delivered.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/s3_configuration.crConstructors
- .new(destination_identifier : String, role_arn : String, owner_account_id : String | Nil = nil, kms_key_id : String | Nil = nil)
- .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. -
#destination_identifier : String
The Amazon S3 URI where query results are delivered.
-
#destination_identifier=(destination_identifier : String)
The Amazon S3 URI where query results are delivered.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_id : String | Nil
The Amazon Resource Name (ARN) of the KMS encryption key.
-
#kms_key_id=(kms_key_id : String | Nil)
The Amazon Resource Name (ARN) of the KMS encryption key.
-
#owner_account_id : String | Nil
The Amazon Web Services accountId for the bucket owning account.
-
#owner_account_id=(owner_account_id : String | Nil)
The Amazon Web Services accountId for the bucket owning account.
-
#role_arn : String
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
-
#role_arn=(role_arn : String)
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.
The Amazon Resource Name (ARN) of the KMS encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket.
The Amazon Web Services accountId for the bucket owning account.
The Amazon Web Services accountId for the bucket owning account.
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.