public static final class CfnFaqProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFaqProps
CfnFaqProps
CfnFaqProps.Builder, CfnFaqProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
A description of the FAQ.
|
java.lang.String |
getFileFormat()
The format of the input file.
|
java.lang.String |
getIndexId()
The identifier of the index that contains the FAQ.
|
java.lang.String |
getName()
The name that you assigned the FAQ when you created or updated the FAQ.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQ.
|
java.lang.Object |
getS3Path()
The Amazon Simple Storage Service (Amazon S3) location of the FAQ input data.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getIndexId()
CfnFaqProps
getIndexId
in interface CfnFaqProps
public final java.lang.String getName()
CfnFaqProps
getName
in interface CfnFaqProps
public final java.lang.String getRoleArn()
CfnFaqProps
getRoleArn
in interface CfnFaqProps
public final java.lang.Object getS3Path()
CfnFaqProps
getS3Path
in interface CfnFaqProps
public final java.lang.String getDescription()
CfnFaqProps
getDescription
in interface CfnFaqProps
public final java.lang.String getFileFormat()
CfnFaqProps
You can choose between a basic CSV format, a CSV format that includes customs attributes in a header, and a JSON format that includes custom attributes.
The format must match the format of the file stored in the S3 bucket identified in the S3Path parameter.
Valid values are:
CSV
CSV_WITH_HEADER
JSON
getFileFormat
in interface CfnFaqProps
public final java.util.List<CfnTag> getTags()
CfnFaqProps
For more information, see Tag .
getTags
in interface CfnFaqProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()