class
Amazonite::Ssm::ResourceDataSyncS3Destination
- Amazonite::Ssm::ResourceDataSyncS3Destination
- Reference
- Object
Overview
Information about the target S3 bucket for the resource data sync.
Included Modules
- JSON::Serializable
Defined in:
ssm/resource_data_sync_s3_destination.crConstructors
- .new(bucket_name : String, sync_format : ResourceDataSyncS3Format, region : String, prefix : String | Nil = nil, awskms_key_arn : String | Nil = nil, destination_data_sharing : ResourceDataSyncDestinationDataSharing | 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. -
#awskms_key_arn : String | Nil
The ARN of an encryption key for a destination in Amazon S3.
-
#awskms_key_arn=(awskms_key_arn : String | Nil)
The ARN of an encryption key for a destination in Amazon S3.
-
#bucket_name : String
The name of the S3 bucket where the aggregated data is stored.
-
#bucket_name=(bucket_name : String)
The name of the S3 bucket where the aggregated data is stored.
-
#destination_data_sharing : ResourceDataSyncDestinationDataSharing | Nil
Enables destination data sharing.
-
#destination_data_sharing=(destination_data_sharing : ResourceDataSyncDestinationDataSharing | Nil)
Enables destination data sharing.
-
#hash(hasher)
See
Object#hash(hasher) -
#prefix : String | Nil
An Amazon S3 prefix for the bucket.
-
#prefix=(prefix : String | Nil)
An Amazon S3 prefix for the bucket.
-
#region : String
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
-
#region=(region : String)
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
-
#sync_format : ResourceDataSyncS3Format
A supported sync format.
-
#sync_format=(sync_format : ResourceDataSyncS3Format)
A supported sync format.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.
The ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket.
The name of the S3 bucket where the aggregated data is stored.
Enables destination data sharing. By default, this field is null.
Enables destination data sharing. By default, this field is null.
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
The Amazon Web Services Region with the S3 bucket targeted by the resource data sync.
A supported sync format. The following format is currently supported: JsonSerDe
A supported sync format. The following format is currently supported: JsonSerDe