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.
ec2_associate_enclave_certificate_iam_role(
CertificateArn,
RoleArn,
DryRun = NULL
)
[required] The ARN of the ACM certificate with which to associate the IAM role.
[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.
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
.