Skip to content

Get Domain

datazone_get_domain R Documentation

Gets an Amazon DataZone domain

Description

Gets an Amazon DataZone domain.

Usage

datazone_get_domain(identifier)

Arguments

identifier

[required] The identifier of the specified Amazon DataZone domain.

Value

A list with the following syntax:

list(
  arn = "string",
  createdAt = as.POSIXct(
    "2015-01-01"
  ),
  description = "string",
  domainExecutionRole = "string",
  id = "string",
  kmsKeyIdentifier = "string",
  lastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  name = "string",
  portalUrl = "string",
  rootDomainUnitId = "string",
  singleSignOn = list(
    type = "IAM_IDC"|"DISABLED",
    userAssignment = "AUTOMATIC"|"MANUAL"
  ),
  status = "CREATING"|"AVAILABLE"|"CREATION_FAILED"|"DELETING"|"DELETED"|"DELETION_FAILED",
  tags = list(
    "string"
  )
)

Request syntax

svc$get_domain(
  identifier = "string"
)