Show / Hide Table of Contents

Class TopicRuleS3Args

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleS3Args
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iot.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleS3Args : ResourceArgs

Constructors

View Source

TopicRuleS3Args()

Declaration
public TopicRuleS3Args()

Properties

View Source

BucketName

The Amazon S3 bucket name.

Declaration
public Input<string> BucketName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Key

The object key.

Declaration
public Input<string> Key { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

The IAM role ARN that allows access to the CloudWatch alarm.

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.