Put Access Point Configuration For Object Lambda
s3control_put_access_point_configuration_for_object_lambda | R Documentation |
This operation is not supported by directory buckets¶
Description¶
This operation is not supported by directory buckets.
Replaces configuration for an Object Lambda Access Point.
The following actions are related to
put_access_point_configuration_for_object_lambda
:
get_access_point_configuration_for_object_lambda
Usage¶
Arguments¶
AccountId
[required] The account ID for the account that owns the specified Object Lambda Access Point.
Name
[required] The name of the Object Lambda Access Point.
Configuration
[required] Object Lambda Access Point configuration document.
Value¶
An empty list.
Request syntax¶
svc$put_access_point_configuration_for_object_lambda(
AccountId = "string",
Name = "string",
Configuration = list(
SupportingAccessPoint = "string",
CloudWatchMetricsEnabled = TRUE|FALSE,
AllowedFeatures = list(
"GetObject-Range"|"GetObject-PartNumber"|"HeadObject-Range"|"HeadObject-PartNumber"
),
TransformationConfigurations = list(
list(
Actions = list(
"GetObject"|"HeadObject"|"ListObjects"|"ListObjectsV2"
),
ContentTransformation = list(
AwsLambda = list(
FunctionArn = "string",
FunctionPayload = "string"
)
)
)
)
)
)