Package com.pulumi.aws.iot.inputs
Class TopicRuleCloudwatchLogArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.iot.inputs.TopicRuleCloudwatchLogArgs
-
public final class TopicRuleCloudwatchLogArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TopicRuleCloudwatchLogArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static TopicRuleCloudwatchLogArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
batchMode()
static TopicRuleCloudwatchLogArgs.Builder
builder()
static TopicRuleCloudwatchLogArgs.Builder
builder(TopicRuleCloudwatchLogArgs defaults)
com.pulumi.core.Output<java.lang.String>
logGroupName()
com.pulumi.core.Output<java.lang.String>
roleArn()
-
-
-
Field Detail
-
Empty
public static final TopicRuleCloudwatchLogArgs Empty
-
-
Method Detail
-
batchMode
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> batchMode()
- Returns:
- The payload that contains a JSON array of records will be sent to CloudWatch via a batch call.
-
logGroupName
public com.pulumi.core.Output<java.lang.String> logGroupName()
- Returns:
- The CloudWatch log group name.
-
roleArn
public com.pulumi.core.Output<java.lang.String> roleArn()
- Returns:
- The IAM role ARN that allows access to the CloudWatch alarm.
-
builder
public static TopicRuleCloudwatchLogArgs.Builder builder()
-
builder
public static TopicRuleCloudwatchLogArgs.Builder builder(TopicRuleCloudwatchLogArgs defaults)
-
-