s3DataDistributionType property
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated. Valid values are FullyReplicated or ShardedByS3Key
Implementation
final pulumi.Input<String?>? s3DataDistributionType;