Package com.pulumi.aws.s3.inputs
Class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs
-
public final class BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.Builder
builder()
static BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.Builder
builder(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs defaults)
com.pulumi.core.Output<java.lang.String>
partitionDateSource()
-
-
-
Field Detail
-
Empty
public static final BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs Empty
-
-
Method Detail
-
partitionDateSource
public com.pulumi.core.Output<java.lang.String> partitionDateSource()
- Returns:
- Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`.
-
builder
public static BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.Builder builder()
-
builder
public static BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs.Builder builder(BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs defaults)
-
-