com.pulumi.aws.iot.inputs.TopicRuleErrorActionS3Args 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.iot.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class TopicRuleErrorActionS3Args extends com.pulumi.resources.ResourceArgs {
public static final TopicRuleErrorActionS3Args Empty = new TopicRuleErrorActionS3Args();
/**
* The Amazon S3 bucket name.
*
*/
@Import(name="bucketName", required=true)
private Output bucketName;
/**
* @return The Amazon S3 bucket name.
*
*/
public Output bucketName() {
return this.bucketName;
}
/**
* The Amazon S3 canned ACL that controls access to the object identified by the object key. [Valid values](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).
*
*/
@Import(name="cannedAcl")
private @Nullable Output cannedAcl;
/**
* @return The Amazon S3 canned ACL that controls access to the object identified by the object key. [Valid values](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#canned-acl).
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy