ec2_create_verified_access_group: An Amazon Web Services Verified Access group is a collection...

View source: R/ec2_operations.R

ec2_create_verified_access_groupR Documentation

An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements

Description

An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.

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

Usage

ec2_create_verified_access_group(
  VerifiedAccessInstanceId,
  Description = NULL,
  PolicyDocument = NULL,
  TagSpecifications = NULL,
  ClientToken = NULL,
  DryRun = NULL
)

Arguments

VerifiedAccessInstanceId

[required] The ID of the Verified Access instance.

Description

A description for the Verified Access group.

PolicyDocument

The Verified Access policy document.

TagSpecifications

The tags to assign to the Verified Access group.

ClientToken

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.