--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_enclave_certificate_iam_role_association Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::EnclaveCertificateIamRoleAssociation --- # awscc_ec2_enclave_certificate_iam_role_association (Data Source) Data Source schema for AWS::EC2::EnclaveCertificateIamRoleAssociation ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `certificate_arn` (String) The Amazon Resource Name (ARN) of the ACM certificate with which to associate the IAM role. - `certificate_s3_bucket_name` (String) The name of the Amazon S3 bucket to which the certificate was uploaded. - `certificate_s3_object_key` (String) The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. - `encryption_kms_key_id` (String) The ID of the AWS KMS CMK used to encrypt the private key of the certificate. - `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.