GetEnclaveCertificateIamRoleAssociationPlainArgs

data class GetEnclaveCertificateIamRoleAssociationPlainArgs(val certificateArn: String, val roleArn: String) : ConvertibleToJava<GetEnclaveCertificateIamRoleAssociationPlainArgs>

Constructors

constructor(certificateArn: String, roleArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the ACM certificate with which to associate the IAM role.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.

Functions

Link copied to clipboard
open override fun toJava(): GetEnclaveCertificateIamRoleAssociationPlainArgs