interface ObjectLambdaConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3ObjectLambda.CfnAccessPoint.ObjectLambdaConfigurationProperty |
Java | software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.ObjectLambdaConfigurationProperty |
Python | aws_cdk.aws_s3objectlambda.CfnAccessPoint.ObjectLambdaConfigurationProperty |
TypeScript | @aws-cdk/aws-s3objectlambda » CfnAccessPoint » ObjectLambdaConfigurationProperty |
A configuration used when creating an Object Lambda Access Point.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3objectlambda from '@aws-cdk/aws-s3objectlambda';
declare const contentTransformation: any;
const objectLambdaConfigurationProperty: s3objectlambda.CfnAccessPoint.ObjectLambdaConfigurationProperty = {
supportingAccessPoint: 'supportingAccessPoint',
transformationConfigurations: [{
actions: ['actions'],
contentTransformation: contentTransformation,
}],
// the properties below are optional
allowedFeatures: ['allowedFeatures'],
cloudWatchMetricsEnabled: false,
};
Properties
Name | Type | Description |
---|---|---|
supporting | string | Standard access point associated with the Object Lambda Access Point. |
transformation | IResolvable | IResolvable | Transformation [] | A container for transformation configurations for an Object Lambda Access Point. |
allowed | string[] | A container for allowed features. |
cloud | boolean | IResolvable | A container for whether the CloudWatch metrics configuration is enabled. |
supportingAccessPoint
Type:
string
Standard access point associated with the Object Lambda Access Point.
transformationConfigurations
Type:
IResolvable
|
IResolvable
|
Transformation
[]
A container for transformation configurations for an Object Lambda Access Point.
allowedFeatures?
Type:
string[]
(optional)
A container for allowed features.
Valid inputs are GetObject-Range
, GetObject-PartNumber
, HeadObject-Range
, and HeadObject-PartNumber
.
cloudWatchMetricsEnabled?
Type:
boolean |
IResolvable
(optional)
A container for whether the CloudWatch metrics configuration is enabled.