aws-cdk-lib.aws_ec2.CfnEnclaveCertificateIamRoleAssociationProps

interface CfnEnclaveCertificateIamRoleAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnEnclaveCertificateIamRoleAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnEnclaveCertificateIamRoleAssociationProps
Javasoftware.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociationProps
Pythonaws_cdk.aws_ec2.CfnEnclaveCertificateIamRoleAssociationProps
TypeScript aws-cdk-lib » aws_ec2 » CfnEnclaveCertificateIamRoleAssociationProps

Properties for defining a CfnEnclaveCertificateIamRoleAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnEnclaveCertificateIamRoleAssociationProps: ec2.CfnEnclaveCertificateIamRoleAssociationProps = {
  certificateArn: 'certificateArn',
  roleArn: 'roleArn',
};

Properties

NameTypeDescription
certificateArnstringThe ARN of the ACM certificate with which to associate the IAM role.
roleArnstringThe ARN of the IAM role to associate with the ACM certificate.

certificateArn

Type: string

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


roleArn

Type: string

The ARN of the IAM role to associate with the ACM certificate.

You can associate up to 16 IAM roles with an ACM certificate.