@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.168Z") @Stability(value=Stable) public interface CfnEnclaveCertificateIamRoleAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnEnclaveCertificateIamRoleAssociationProps cfnEnclaveCertificateIamRoleAssociationProps = CfnEnclaveCertificateIamRoleAssociationProps.builder()
.certificateArn("certificateArn")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEnclaveCertificateIamRoleAssociationProps.Builder
A builder for
CfnEnclaveCertificateIamRoleAssociationProps |
static class |
CfnEnclaveCertificateIamRoleAssociationProps.Jsii$Proxy
An implementation for
CfnEnclaveCertificateIamRoleAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEnclaveCertificateIamRoleAssociationProps.Builder |
builder() |
String |
getCertificateArn()
The ARN of the ACM certificate with which to associate the IAM role.
|
String |
getRoleArn()
The ARN of the IAM role to associate with the ACM certificate.
|
@Stability(value=Stable) @NotNull String getCertificateArn()
@Stability(value=Stable) @NotNull String getRoleArn()
You can associate up to 16 IAM roles with an ACM certificate.
@Stability(value=Stable) static CfnEnclaveCertificateIamRoleAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.