Class TopicRuleS3Args
Inherited Members
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 SourceTopicRuleS3Args()
Declaration
public TopicRuleS3Args()
Properties
View SourceBucketName
The Amazon S3 bucket name.
Declaration
public Input<string> BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Key
The object key.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |