interface CfnAccessPointProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3ObjectLambda.CfnAccessPointProps |
Java | software.amazon.awscdk.services.s3objectlambda.CfnAccessPointProps |
Python | aws_cdk.aws_s3objectlambda.CfnAccessPointProps |
TypeScript | @aws-cdk/aws-s3objectlambda » CfnAccessPointProps |
Properties for defining a CfnAccessPoint
.
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 cfnAccessPointProps: s3objectlambda.CfnAccessPointProps = {
objectLambdaConfiguration: {
supportingAccessPoint: 'supportingAccessPoint',
transformationConfigurations: [{
actions: ['actions'],
contentTransformation: contentTransformation,
}],
// the properties below are optional
allowedFeatures: ['allowedFeatures'],
cloudWatchMetricsEnabled: false,
},
// the properties below are optional
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
object | Object | IResolvable | A configuration used when creating an Object Lambda Access Point. |
name? | string | The name of this access point. |
objectLambdaConfiguration
Type:
Object
|
IResolvable
A configuration used when creating an Object Lambda Access Point.
name?
Type:
string
(optional)
The name of this access point.