emrcontainers_list_security_configurations: Lists security configurations based on a set of parameters

View source: R/emrcontainers_operations.R

emrcontainers_list_security_configurationsR Documentation

Lists security configurations based on a set of parameters

Description

Lists security configurations based on a set of parameters. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.

See https://www.paws-r-sdk.com/docs/emrcontainers_list_security_configurations/ for full documentation.

Usage

emrcontainers_list_security_configurations(
  createdAfter = NULL,
  createdBefore = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

createdAfter

The date and time after which the security configuration was created.

createdBefore

The date and time before which the security configuration was created.

maxResults

The maximum number of security configurations the operation can list.

nextToken

The token for the next set of security configurations to return.


paws.compute documentation built on May 29, 2024, 9:16 a.m.