Skip to content

Get Auth Policy

vpclattice_get_auth_policy R Documentation

Retrieves information about the auth policy for the specified service or service network

Description

Retrieves information about the auth policy for the specified service or service network.

Usage

vpclattice_get_auth_policy(resourceIdentifier)

Arguments

resourceIdentifier

[required] The ID or Amazon Resource Name (ARN) of the service network or service.

Value

A list with the following syntax:

list(
  createdAt = as.POSIXct(
    "2015-01-01"
  ),
  lastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  policy = "string",
  state = "Active"|"Inactive"
)

Request syntax

svc$get_auth_policy(
  resourceIdentifier = "string"
)