interface CfnEnclaveCertificateIamRoleAssociationProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.CfnEnclaveCertificateIamRoleAssociationProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnEnclaveCertificateIamRoleAssociationProps |
Java | software.amazon.awscdk.services.ec2.CfnEnclaveCertificateIamRoleAssociationProps |
Python | aws_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
Name | Type | Description |
---|---|---|
certificate | string | The ARN of the ACM certificate with which to associate the IAM role. |
role | string | The 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.