aws-cdk-lib.aws_sam.CfnFunction.S3NotificationFilterProperty
interface S3NotificationFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.S3NotificationFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_S3NotificationFilterProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.S3NotificationFilterProperty |
![]() | aws_cdk.aws_sam.CfnFunction.S3NotificationFilterProperty |
![]() | aws-cdk-lib » aws_sam » CfnFunction » S3NotificationFilterProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const s3NotificationFilterProperty: sam.CfnFunction.S3NotificationFilterProperty = {
s3Key: {
rules: [{
name: 'name',
value: 'value',
}],
},
};
Properties
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | CfnFunction.S3NotificationFilterProperty.S3Key . |
s3Key
Type:
IResolvable
|
S3
CfnFunction.S3NotificationFilterProperty.S3Key
.