
com.pulumi.azurenative.awsconnector.inputs.ObjectLockConfigurationArgs 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.ObjectLockRuleArgs;
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 ObjectLockConfiguration
*
*/
public final class ObjectLockConfigurationArgs extends com.pulumi.resources.ResourceArgs {
public static final ObjectLockConfigurationArgs Empty = new ObjectLockConfigurationArgs();
/**
* Indicates whether this bucket has an Object Lock configuration enabled. Enable ``ObjectLockEnabled`` when you apply ``ObjectLockConfiguration`` to a bucket.
*
*/
@Import(name="objectLockEnabled")
private @Nullable Output objectLockEnabled;
/**
* @return Indicates whether this bucket has an Object Lock configuration enabled. Enable ``ObjectLockEnabled`` when you apply ``ObjectLockConfiguration`` to a bucket.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy