Interface ICfnEnclaveCertificateIamRoleAssociationMixinProps
Properties for CfnEnclaveCertificateIamRoleAssociationPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnEnclaveCertificateIamRoleAssociationMixinProps
Syntax (vb)
Public Interface ICfnEnclaveCertificateIamRoleAssociationMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins;
var cfnEnclaveCertificateIamRoleAssociationMixinProps = new CfnEnclaveCertificateIamRoleAssociationMixinProps {
CertificateArn = "certificateArn",
RoleArn = "roleArn"
};
Synopsis
Properties
| CertificateArn | The ARN of the ACM certificate with which to associate the IAM role. |
| RoleArn | The ARN of the IAM role to associate with the ACM certificate. |
Properties
CertificateArn
The ARN of the ACM certificate with which to associate the IAM role.
string? CertificateArn { get; }
Property Value
Remarks
RoleArn
The ARN of the IAM role to associate with the ACM certificate.
string? RoleArn { get; }
Property Value
Remarks
You can associate up to 16 IAM roles with an ACM certificate.