![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::ResourceDataSyncS3Destination USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::ResourceDataSyncS3Destination object: $service_obj->Method(Att1 => { AWSKMSKeyARN => $value, ..., SyncFormat => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::ResourceDataSyncS3Destination object: $result = $service_obj->Method(...); $result->Att1->AWSKMSKeyARN DESCRIPTIONInformation about the target S3 bucket for the Resource Data Sync. ATTRIBUTESAWSKMSKeyARN => StrThe ARN of an encryption key for a destination in Amazon S3. Must belong to the same Region as the destination S3 bucket. REQUIRED BucketName => StrThe name of the S3 bucket where the aggregated data is stored. DestinationDataSharing => Paws::SSM::ResourceDataSyncDestinationDataSharingEnables destination data sharing. By default, this field is "null". Prefix => StrAn Amazon S3 prefix for the bucket. REQUIRED Region => StrThe AWS Region with the S3 bucket targeted by the Resource Data Sync. REQUIRED SyncFormat => StrA supported sync format. The following format is currently supported: JsonSerDe SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|