Class CfnDataAccessor.ActionFilterConfigurationProperty
Specifies filters to apply to an allowed action.
Inheritance
Namespace: Amazon.CDK.AwsQbusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ActionFilterConfigurationProperty : Object, CfnDataAccessor.IActionFilterConfigurationProperty
Syntax (vb)
Public Class ActionFilterConfigurationProperty
Inherits Object
Implements CfnDataAccessor.IActionFilterConfigurationProperty
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.Aws_qbusiness;
AttributeFilterProperty attributeFilterProperty_;
var actionFilterConfigurationProperty = new ActionFilterConfigurationProperty {
DocumentAttributeFilter = new AttributeFilterProperty {
AndAllFilters = new [] { attributeFilterProperty_ },
ContainsAll = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
ContainsAny = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
EqualsTo = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
GreaterThan = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
GreaterThanOrEquals = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
LessThan = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
LessThanOrEquals = new DocumentAttributeProperty {
Name = "name",
Value = new DocumentAttributeValueProperty {
DateValue = "dateValue",
LongValue = 123,
StringListValue = new [] { "stringListValue" },
StringValue = "stringValue"
}
},
NotFilter = attributeFilterProperty_,
OrAllFilters = new [] { attributeFilterProperty_ }
}
};
Synopsis
Constructors
Action |
Properties
Document |
Enables filtering of responses based on document attributes or metadata fields. |
Constructors
ActionFilterConfigurationProperty()
public ActionFilterConfigurationProperty()
Properties
DocumentAttributeFilter
Enables filtering of responses based on document attributes or metadata fields.
public object DocumentAttributeFilter { get; set; }
Property Value
System.