Skip to content

Get Connection Function

cloudfront_get_connection_function R Documentation

Gets a connection function

Description

Gets a connection function.

Usage

cloudfront_get_connection_function(Identifier, Stage)

Arguments

Identifier

[required] The connection function's identifier.

Stage

The connection function's stage.

Value

A list with the following syntax:

list(
  ConnectionFunctionCode = raw,
  ETag = "string",
  ContentType = "string"
)

Request syntax

svc$get_connection_function(
  Identifier = "string",
  Stage = "DEVELOPMENT"|"LIVE"
)