Show / Hide Table of Contents

Class CfnFunctionPropsMixin.S3KeyFilterProperty

Inheritance
object
CfnFunctionPropsMixin.S3KeyFilterProperty
Implements
CfnFunctionPropsMixin.IS3KeyFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-s3keyfilter.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-s3keyfilter.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-s3keyfilter.html#cfn-serverless-function-s3keyfilter-rules

Type union: either IResolvable or (either IResolvable or CfnFunctionPropsMixin.IS3KeyFilterRuleProperty)[]

Implements

CfnFunctionPropsMixin.IS3KeyFilterProperty
Back to top Generated by DocFX