@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.549Z") @Stability(value=Stable) public class CfnFaq extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFaq.Builder
A fluent builder for
CfnFaq. |
static interface |
CfnFaq.S3PathProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFaq(software.constructs.Construct scope,
String id,
CfnFaqProps props)
Create a new `AWS::Kendra::Faq`.
|
protected |
CfnFaq(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFaq(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDescription()
`AWS::Kendra::Faq.Description`.
|
String |
getFileFormat()
`AWS::Kendra::Faq.FileFormat`.
|
String |
getIndexId()
`AWS::Kendra::Faq.IndexId`.
|
String |
getName()
`AWS::Kendra::Faq.Name`.
|
String |
getRoleArn()
`AWS::Kendra::Faq.RoleArn`.
|
Object |
getS3Path()
`AWS::Kendra::Faq.S3Path`.
|
TagManager |
getTags()
`AWS::Kendra::Faq.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDescription(String value)
`AWS::Kendra::Faq.Description`.
|
void |
setFileFormat(String value)
`AWS::Kendra::Faq.FileFormat`.
|
void |
setIndexId(String value)
`AWS::Kendra::Faq.IndexId`.
|
void |
setName(String value)
`AWS::Kendra::Faq.Name`.
|
void |
setRoleArn(String value)
`AWS::Kendra::Faq.RoleArn`.
|
void |
setS3Path(CfnFaq.S3PathProperty value)
`AWS::Kendra::Faq.S3Path`.
|
void |
setS3Path(IResolvable value)
`AWS::Kendra::Faq.S3Path`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFaq(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFaq(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFaq(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFaqProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getIndexId()
@Stability(value=Stable)
public void setIndexId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getName()
@Stability(value=Stable)
public void setName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getS3Path()
@Stability(value=Stable)
public void setS3Path(@NotNull
CfnFaq.S3PathProperty value)
@Stability(value=Stable)
public void setS3Path(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getFileFormat()
@Stability(value=Stable)
public void setFileFormat(@Nullable
String value)
Copyright © 2021. All rights reserved.