GetServerlessAccessPolicyResult

data class GetServerlessAccessPolicyResult(val description: String, val id: String, val name: String, val policy: String, val policyVersion: String, val type: String)

A collection of values returned by getServerlessAccessPolicy.

Constructors

Link copied to clipboard
constructor(description: String, id: String, name: String, policy: String, policyVersion: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the policy. Typically used to store information about the permissions defined in the policy.

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

JSON policy document to use as the content for the new policy.

Link copied to clipboard

Version of the policy.

Link copied to clipboard