@Stability(value=Stable) public static final class CfnEnclaveCertificateIamRoleAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnEnclaveCertificateIamRoleAssociation>
CfnEnclaveCertificateIamRoleAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnEnclaveCertificateIamRoleAssociation |
build() |
CfnEnclaveCertificateIamRoleAssociation.Builder |
certificateArn(String certificateArn)
The ARN of the ACM certificate with which to associate the IAM role.
|
static CfnEnclaveCertificateIamRoleAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEnclaveCertificateIamRoleAssociation.Builder |
roleArn(String roleArn)
The ARN of the IAM role to associate with the ACM certificate.
|
@Stability(value=Stable) public static CfnEnclaveCertificateIamRoleAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEnclaveCertificateIamRoleAssociation.Builder.@Stability(value=Stable) public CfnEnclaveCertificateIamRoleAssociation.Builder certificateArn(String certificateArn)
certificateArn - The ARN of the ACM certificate with which to associate the IAM role. This parameter is required.this@Stability(value=Stable) public CfnEnclaveCertificateIamRoleAssociation.Builder roleArn(String roleArn)
You can associate up to 16 IAM roles with an ACM certificate.
roleArn - The ARN of the IAM role to associate with the ACM certificate. This parameter is required.this@Stability(value=Stable) public CfnEnclaveCertificateIamRoleAssociation build()
build in interface software.amazon.jsii.Builder<CfnEnclaveCertificateIamRoleAssociation>Copyright © 2022. All rights reserved.