interface S3KeyFilterRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins.CfnFunctionPropsMixin.S3KeyFilterRuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssam/mixins#CfnFunctionPropsMixin_S3KeyFilterRuleProperty |
Java | software.amazon.awscdk.mixins.preview.services.sam.mixins.CfnFunctionPropsMixin.S3KeyFilterRuleProperty |
Python | aws_cdk.mixins_preview.aws_sam.mixins.CfnFunctionPropsMixin.S3KeyFilterRuleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sam » mixins » CfnFunctionPropsMixin » S3KeyFilterRuleProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sam_mixins } from '@aws-cdk/mixins-preview/aws-sam';
const s3KeyFilterRuleProperty: sam_mixins.CfnFunctionPropsMixin.S3KeyFilterRuleProperty = {
name: 'name',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | |
| value? | string |
name?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript