GetAccountPolicyResult

data class GetAccountPolicyResult(val accountId: String? = null, val policyDocument: String? = null, val scope: AccountPolicyScope? = null)

Constructors

Link copied to clipboard
fun GetAccountPolicyResult(accountId: String? = null, policyDocument: String? = null, scope: AccountPolicyScope? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

User account id

Link copied to clipboard
val policyDocument: String? = null

The body of the policy document you want to use for this topic. You can only add one policy per PolicyType. The policy must be in JSON string format. Length Constraints: Maximum length of 30720

Link copied to clipboard

Scope for policy application