@Stability(value=Stable) @Internal public static final class CfnFaqProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFaqProps
CfnFaqPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnFaqProps.Builder, CfnFaqProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFaqProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFaqProps.Builder. |
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(Object o) |
String |
getDescription()
A description of the FAQ.
|
String |
getFileFormat()
The format of the input file.
|
String |
getIndexId()
The identifier of the index that contains the FAQ.
|
String |
getName()
The name that you assigned the FAQ when you created or updated the FAQ.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQ.
|
Object |
getS3Path()
The Amazon Simple Storage Service (Amazon S3) location of the FAQ input data.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFaqProps.Builder builder)
CfnFaqProps.Builder.public final String getIndexId()
CfnFaqPropsgetIndexId in interface CfnFaqPropspublic final String getName()
CfnFaqPropsgetName in interface CfnFaqPropspublic final String getRoleArn()
CfnFaqPropsgetRoleArn in interface CfnFaqPropspublic final Object getS3Path()
CfnFaqPropsgetS3Path in interface CfnFaqPropspublic final String getDescription()
CfnFaqPropsgetDescription in interface CfnFaqPropspublic final String getFileFormat()
CfnFaqPropsYou 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:
CSVCSV_WITH_HEADERJSONgetFileFormat in interface CfnFaqPropspublic final List<CfnTag> getTags()
CfnFaqPropsFor more information, see Tag .
getTags in interface CfnFaqProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.