EventPermissionConditionArgs

data class EventPermissionConditionArgs(val key: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<EventPermissionConditionArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

Key for the condition. Valid values: aws:PrincipalOrgID.

Link copied to clipboard
val type: Output<String>

Type of condition. Value values: StringEquals.

Link copied to clipboard
val value: Output<String>

Value for the key.

Functions

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