paws.compute (version 0.1.0)

ec2_describe_spot_datafeed_subscription: Describes the data feed for Spot Instances

Description

Describes the data feed for Spot Instances. For more information, see Spot Instance Data Feed in the Amazon EC2 User Guide for Linux Instances.

Usage

ec2_describe_spot_datafeed_subscription(DryRun)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Request syntax

svc$describe_spot_datafeed_subscription(
  DryRun = TRUE|FALSE
)

Examples

Run this code
# NOT RUN {
# This example describes the Spot Instance datafeed subscription for your
# AWS account.
# }
# NOT RUN {
svc$describe_spot_datafeed_subscription()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab