@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:32.320Z")
public interface CfnEnclaveCertificateIamRoleAssociationProps
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() |
java.lang.String |
getCertificateArn()
The ARN of the ACM certificate with which to associate the IAM role.
|
java.lang.String |
getRoleArn()
The ARN of the IAM role to associate with the ACM certificate.
|
java.lang.String getCertificateArn()
java.lang.String getRoleArn()
You can associate up to 16 IAM roles with an ACM certificate.
static CfnEnclaveCertificateIamRoleAssociationProps.Builder builder()