Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate
Source:R/ec2_operations.R
ec2_associate_enclave_certificate_iam_role.RdAssociates 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.
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 isUnauthorizedOperation.