Class CfnDataSource.DocumentAttributeTargetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.DocumentAttributeTargetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.DocumentAttributeTargetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.DocumentAttributeTargetProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DocumentAttributeTargetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DocumentAttributeTargetProperty
An implementation for
CfnDataSource.DocumentAttributeTargetProperty-
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.kendra.CfnDataSource.DocumentAttributeTargetProperty
CfnDataSource.DocumentAttributeTargetProperty.Builder, CfnDataSource.DocumentAttributeTargetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.DocumentAttributeTargetProperty.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 booleanfinal StringThe identifier of the target document attribute or metadata field.final ObjectThe target value you want to create for the target attribute.final ObjectTRUEto delete the existing target value for your specified target attribute key.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.DocumentAttributeTargetProperty.Builder.
-
-
Method Details
-
getTargetDocumentAttributeKey
Description copied from interface:CfnDataSource.DocumentAttributeTargetPropertyThe identifier of the target document attribute or metadata field.For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
- Specified by:
getTargetDocumentAttributeKeyin interfaceCfnDataSource.DocumentAttributeTargetProperty
-
getTargetDocumentAttributeValue
Description copied from interface:CfnDataSource.DocumentAttributeTargetPropertyThe target value you want to create for the target attribute.For example, 'Finance' could be the target value for the target attribute key 'Department'.
- Specified by:
getTargetDocumentAttributeValuein interfaceCfnDataSource.DocumentAttributeTargetProperty
-
getTargetDocumentAttributeValueDeletion
Description copied from interface:CfnDataSource.DocumentAttributeTargetPropertyTRUEto delete the existing target value for your specified target attribute key.You cannot create a target value and set this to
TRUE. To create a target value (TargetDocumentAttributeValue), set this toFALSE.- Specified by:
getTargetDocumentAttributeValueDeletionin interfaceCfnDataSource.DocumentAttributeTargetProperty
-
$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()
-