class
Amazonite::Ssm::CreateResourceDataSyncRequest
- Amazonite::Ssm::CreateResourceDataSyncRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/create_resource_data_sync_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(sync_name : String, s3_destination : ResourceDataSyncS3Destination | Nil = nil, sync_type : String | Nil = nil, sync_source : ResourceDataSyncSource | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#s3_destination : ResourceDataSyncS3Destination | Nil
Amazon S3 configuration details for the sync.
-
#s3_destination=(s3_destination : ResourceDataSyncS3Destination | Nil)
Amazon S3 configuration details for the sync.
-
#sync_name : String
A name for the configuration.
-
#sync_name=(sync_name : String)
A name for the configuration.
-
#sync_source : ResourceDataSyncSource | Nil
Specify information about the data sources to synchronize.
-
#sync_source=(sync_source : ResourceDataSyncSource | Nil)
Specify information about the data sources to synchronize.
-
#sync_type : String | Nil
Specify
SyncToDestinationto create a resource data sync that synchronizes data to an S3 bucket for Inventory. -
#sync_type=(sync_type : String | Nil)
Specify
SyncToDestinationto create a resource data sync that synchronizes data to an S3 bucket for Inventory. - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Amazon S3 configuration details for the sync. This parameter is required if the SyncType value
is SyncToDestination.
Amazon S3 configuration details for the sync. This parameter is required if the SyncType value
is SyncToDestination.
Specify information about the data sources to synchronize. This parameter is required if the
SyncType value is SyncFromSource.
Specify information about the data sources to synchronize. This parameter is required if the
SyncType value is SyncFromSource.
Specify SyncToDestination to create a resource data sync that synchronizes data to an S3
bucket for Inventory. If you specify SyncToDestination, you must provide a value for
S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple
Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in
Organizations for Explorer. If you specify SyncFromSource, you must provide a value for
SyncSource. The default value is SyncToDestination.
Specify SyncToDestination to create a resource data sync that synchronizes data to an S3
bucket for Inventory. If you specify SyncToDestination, you must provide a value for
S3Destination. Specify SyncFromSource to synchronize data from a single account and multiple
Regions, or multiple Amazon Web Services accounts and Amazon Web Services Regions, as listed in
Organizations for Explorer. If you specify SyncFromSource, you must provide a value for
SyncSource. The default value is SyncToDestination.