enclave_certificate_iam_role_associations
Retrieves a list of enclave_certificate_iam_role_associations
in a region
Overview
Name | enclave_certificate_iam_role_associations |
Type | Resource |
Description | enclave_certificate_iam_role_associations |
Id | awscc.ec2.enclave_certificate_iam_role_associations |
Fields
Name | Datatype | Description |
---|---|---|
certificate_arn | string | The Amazon Resource Name (ARN) of the ACM certificate with which to associate the IAM role. |
role_arn | string | The Amazon Resource Name (ARN) of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
certificate_arn,
role_arn
FROM awscc.ec2.enclave_certificate_iam_role_associations
WHERE region = 'us-east-1'
Permissions
To operate on the enclave_certificate_iam_role_associations
resource, the following permissions are required:
Create
ec2:AssociateEnclaveCertificateIamRole
List
ec2:GetAssociatedEnclaveCertificateIamRoles