Show / Hide Table of Contents

Class SpotDatafeedSubscriptionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpotDatafeedSubscriptionArgs
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SpotDatafeedSubscriptionArgs : ResourceArgs

Constructors

View Source

SpotDatafeedSubscriptionArgs()

Declaration
public SpotDatafeedSubscriptionArgs()

Properties

View Source

Bucket

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.