com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.aws.s3.inputs;
import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatPartitionedPrefixArgs;
import com.pulumi.aws.s3.inputs.BucketLoggingV2TargetObjectKeyFormatSimplePrefixArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class BucketLoggingV2TargetObjectKeyFormatArgs extends com.pulumi.resources.ResourceArgs {
public static final BucketLoggingV2TargetObjectKeyFormatArgs Empty = new BucketLoggingV2TargetObjectKeyFormatArgs();
/**
* Partitioned S3 key for log objects. See below.
*
*/
@Import(name="partitionedPrefix")
private @Nullable Output partitionedPrefix;
/**
* @return Partitioned S3 key for log objects. See below.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy