Profile Permission Args
data class ProfilePermissionArgs(val action: Output<String>? = null, val principal: Output<String>? = null, val profileName: Output<String>? = null, val profileVersion: Output<String>? = null, val statementId: Output<String>? = null) : ConvertibleToJava<ProfilePermissionArgs>
An example resource schema demonstrating some basic constructs and validation rules.