ec2_associate_enclave_certificate_iam_role: Associates an Identity and Access Management (IAM) role with...

View source: R/ec2_operations.R

ec2_associate_enclave_certificate_iam_roleR Documentation

Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate

Description

Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see Certificate Manager for Nitro Enclaves in the Amazon Web Services Nitro Enclaves User Guide.

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

Usage

ec2_associate_enclave_certificate_iam_role(
  CertificateArn,
  RoleArn,
  DryRun = NULL
)

Arguments

CertificateArn

[required] The ARN of the ACM certificate with which to associate the IAM role.

RoleArn

[required] The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.

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 May 29, 2024, 9:16 a.m.