S3Control / Client / get_access_point_policy_status_for_object_lambda
get_access_point_policy_status_for_object_lambda#
- S3Control.Client.get_access_point_policy_status_for_object_lambda(**kwargs)#
Note
This operation is not supported by directory buckets.
Returns the status of the resource policy associated with an Object Lambda Access Point.
See also: AWS API Documentation
Request Syntax
response = client.get_access_point_policy_status_for_object_lambda( AccountId='string', Name='string' )
- Parameters:
AccountId (string) –
[REQUIRED]
The account ID for the account that owns the specified Object Lambda Access Point.
Name (string) –
[REQUIRED]
The name of the Object Lambda Access Point.
- Return type:
dict
- Returns:
Response Syntax
{ 'PolicyStatus': { 'IsPublic': True|False } }
Response Structure
(dict) –
PolicyStatus (dict) –
Indicates whether this access point policy is public. For more information about how Amazon S3 evaluates policies to determine whether they are public, see The Meaning of “Public” in the Amazon S3 User Guide.
IsPublic (boolean) –