Permission

class Permission : KotlinCustomResource

Permission set on private certificate authority

Properties

Link copied to clipboard
val actions: Output<List<String>>

The actions that the specified AWS service principal can use. Actions IssueCertificate, GetCertificate and ListPermissions must be provided.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Private Certificate Authority that grants the permission.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val principal: Output<String>

The AWS service or identity that receives the permission. At this time, the only valid principal is acm.amazonaws.com.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sourceAccount: Output<String>?

The ID of the calling account.

Link copied to clipboard
val urn: Output<String>