Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudfront_list_streaming_distributions

List streaming distributions


Description

List streaming distributions.

Usage

cloudfront_list_streaming_distributions(Marker, MaxItems)

Arguments

Marker

The value that you provided for the Marker request parameter.

MaxItems

The value that you provided for the MaxItems request parameter.

Value

A list with the following syntax:

list(
  StreamingDistributionList = list(
    Marker = "string",
    NextMarker = "string",
    MaxItems = 123,
    IsTruncated = TRUE|FALSE,
    Quantity = 123,
    Items = list(
      list(
        Id = "string",
        ARN = "string",
        Status = "string",
        LastModifiedTime = as.POSIXct(
          "2015-01-01"
        ),
        DomainName = "string",
        S3Origin = list(
          DomainName = "string",
          OriginAccessIdentity = "string"
        ),
        Aliases = list(
          Quantity = 123,
          Items = list(
            "string"
          )
        ),
        TrustedSigners = list(
          Enabled = TRUE|FALSE,
          Quantity = 123,
          Items = list(
            "string"
          )
        ),
        Comment = "string",
        PriceClass = "PriceClass_100"|"PriceClass_200"|"PriceClass_All",
        Enabled = TRUE|FALSE
      )
    )
  )
)

Request syntax

svc$list_streaming_distributions(
  Marker = "string",
  MaxItems = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.