
com.pulumi.azurenative.awsconnector.inputs.LoggingConfigurationArgs 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.azurenative.awsconnector.inputs;
import com.pulumi.azurenative.awsconnector.inputs.TargetObjectKeyFormatArgs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Definition of LoggingConfiguration
*
*/
public final class LoggingConfigurationArgs extends com.pulumi.resources.ResourceArgs {
public static final LoggingConfigurationArgs Empty = new LoggingConfigurationArgs();
/**
* The name of the bucket where Amazon S3 should store server access log files. You can store log files in any bucket that you own. By default, logs are stored in the bucket where the ``LoggingConfiguration`` property is defined.
*
*/
@Import(name="destinationBucketName")
private @Nullable Output destinationBucketName;
/**
* @return The name of the bucket where Amazon S3 should store server access log files. You can store log files in any bucket that you own. By default, logs are stored in the bucket where the ``LoggingConfiguration`` property is defined.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy