Class SpotDatafeedSubscriptionArgs
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SpotDatafeedSubscriptionArgs : ResourceArgs
Constructors
View SourceSpotDatafeedSubscriptionArgs()
Declaration
public SpotDatafeedSubscriptionArgs()
Properties
View SourceBucket
The Amazon S3 bucket in which to store the Spot instance data feed.
Declaration
public Input<string> Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Prefix
Path of folder inside bucket to place spot pricing data.
Declaration
public Input<string> Prefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |