Class CfnFunctionPropsMixin.S3KeyFilterProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.S3KeyFilterProperty : CfnFunctionPropsMixin.IS3KeyFilterProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.S3KeyFilterProperty Implements CfnFunctionPropsMixin.IS3KeyFilterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins;
var s3KeyFilterProperty = new S3KeyFilterProperty {
Rules = new [] { new S3KeyFilterRuleProperty {
Name = "name",
Value = "value"
} }
};
Synopsis
Constructors
| S3KeyFilterProperty() |
Properties
| Rules |
Constructors
S3KeyFilterProperty()
public S3KeyFilterProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins;
var s3KeyFilterProperty = new S3KeyFilterProperty {
Rules = new [] { new S3KeyFilterRuleProperty {
Name = "name",
Value = "value"
} }
};
Properties
Rules
public object? Rules { get; set; }