Skip to content

Get Subscription Target

datazone_get_subscription_target R Documentation

Gets the subscription target in Amazon DataZone

Description

Gets the subscription target in Amazon DataZone.

Usage

datazone_get_subscription_target(domainIdentifier,
  environmentIdentifier, identifier)

Arguments

domainIdentifier

[required] The ID of the Amazon DataZone domain in which the subscription target exists.

environmentIdentifier

[required] The ID of the environment associated with the subscription target.

identifier

[required] The ID of the subscription target.

Value

A list with the following syntax:

list(
  applicableAssetTypes = list(
    "string"
  ),
  authorizedPrincipals = list(
    "string"
  ),
  createdAt = as.POSIXct(
    "2015-01-01"
  ),
  createdBy = "string",
  domainId = "string",
  environmentId = "string",
  id = "string",
  manageAccessRole = "string",
  name = "string",
  projectId = "string",
  provider = "string",
  subscriptionTargetConfig = list(
    list(
      content = "string",
      formName = "string"
    )
  ),
  type = "string",
  updatedAt = as.POSIXct(
    "2015-01-01"
  ),
  updatedBy = "string"
)

Request syntax

svc$get_subscription_target(
  domainIdentifier = "string",
  environmentIdentifier = "string",
  identifier = "string"
)