Skip to content

Get layer version policy

async_boto.validation.lambda_.get_layer_version_policy

GetLayerVersionPolicyRequest

Bases: BaseModel

Request model for retrieving the permission policy for a version of an AWS Lambda layer.

ATTRIBUTE DESCRIPTION
LayerName

The name or ARN of the layer.

TYPE: str

VersionNumber

The version number.

TYPE: int

LayerName instance-attribute

LayerName

VersionNumber instance-attribute

VersionNumber

GetLayerVersionPolicyResponse

Bases: BaseModel

Response model for retrieving the permission policy for a version of an AWS Lambda layer.

ATTRIBUTE DESCRIPTION
Policy

The policy document.

TYPE: str

RevisionId

A unique identifier for the current revision of the policy.

TYPE: str

Policy instance-attribute

Policy

RevisionId instance-attribute

RevisionId