Interface CfnEnclaveCertificateIamRoleAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnclaveCertificateIamRoleAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:11.444Z")
@Stability(Stable)
public interface CfnEnclaveCertificateIamRoleAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEnclaveCertificateIamRoleAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnEnclaveCertificateIamRoleAssociationMixinProps cfnEnclaveCertificateIamRoleAssociationMixinProps = CfnEnclaveCertificateIamRoleAssociationMixinProps.builder()
.certificateArn("certificateArn")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnclaveCertificateIamRoleAssociationMixinPropsstatic final classAn implementation forCfnEnclaveCertificateIamRoleAssociationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
The ARN of the ACM certificate with which to associate the IAM role.- See Also:
-
getRoleArn
The ARN of the IAM role to associate with the ACM certificate.You can associate up to 16 IAM roles with an ACM certificate.
- See Also:
-
builder
-