Class CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.PatternObjectFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.PatternObjectFilterProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.PatternObjectFilterProperty
An implementation for
CfnDataSource.PatternObjectFilterProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataSource.PatternObjectFilterProperty
CfnDataSource.PatternObjectFilterProperty.Builder, CfnDataSource.PatternObjectFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.PatternObjectFilterProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanA list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.A list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.final StringThe supported object type or content type of the data source.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.PatternObjectFilterProperty.Builder.
-
-
Method Details
-
getObjectType
Description copied from interface:CfnDataSource.PatternObjectFilterPropertyThe supported object type or content type of the data source.- Specified by:
getObjectTypein interfaceCfnDataSource.PatternObjectFilterProperty- See Also:
-
getExclusionFilters
Description copied from interface:CfnDataSource.PatternObjectFilterPropertyA list of one or more exclusion regular expression patterns to exclude certain object types that adhere to the pattern.If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Specified by:
getExclusionFiltersin interfaceCfnDataSource.PatternObjectFilterProperty- See Also:
-
getInclusionFilters
Description copied from interface:CfnDataSource.PatternObjectFilterPropertyA list of one or more inclusion regular expression patterns to include certain object types that adhere to the pattern.If you specify an inclusion and exclusion filter/pattern and both match a document, the exclusion filter takes precedence and the document isn’t crawled.
- Specified by:
getInclusionFiltersin interfaceCfnDataSource.PatternObjectFilterProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-