AddLayerVersionPermissionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The API action that grants access to the layer. For example, lambda:GetLayerVersion.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the layer.

Link copied to clipboard

With the principal set to *, grant permission to all accounts in the specified organization.

Link copied to clipboard

An account ID, or * to grant layer usage permission to all accounts in an organization, or all Amazon Web Services accounts (if organizationId is not specified). For the last case, make sure that you really do want all Amazon Web Services accounts to have usage permission to this layer.

Link copied to clipboard

Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.

Link copied to clipboard

An identifier that distinguishes the policy from others on the same layer version.

Link copied to clipboard

The version number.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String