@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.527Z") @Stability(value=Stable) public class CfnDataSource extends CfnResource implements IInspectable
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 |
|---|---|
|
CfnDataSource(software.constructs.Construct scope,
String id,
CfnDataSourceProps props)
Create a new `AWS::Kendra::DataSource`.
|
protected |
CfnDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDataSource(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrId() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDataSourceConfiguration()
`AWS::Kendra::DataSource.DataSourceConfiguration`.
|
String |
getDescription()
`AWS::Kendra::DataSource.Description`.
|
String |
getIndexId()
`AWS::Kendra::DataSource.IndexId`.
|
String |
getName()
`AWS::Kendra::DataSource.Name`.
|
String |
getRoleArn()
`AWS::Kendra::DataSource.RoleArn`.
|
String |
getSchedule()
`AWS::Kendra::DataSource.Schedule`.
|
TagManager |
getTags()
`AWS::Kendra::DataSource.Tags`.
|
String |
getType()
`AWS::Kendra::DataSource.Type`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDataSourceConfiguration(CfnDataSource.DataSourceConfigurationProperty value)
`AWS::Kendra::DataSource.DataSourceConfiguration`.
|
void |
setDataSourceConfiguration(IResolvable value)
`AWS::Kendra::DataSource.DataSourceConfiguration`.
|
void |
setDescription(String value)
`AWS::Kendra::DataSource.Description`.
|
void |
setIndexId(String value)
`AWS::Kendra::DataSource.IndexId`.
|
void |
setName(String value)
`AWS::Kendra::DataSource.Name`.
|
void |
setRoleArn(String value)
`AWS::Kendra::DataSource.RoleArn`.
|
void |
setSchedule(String value)
`AWS::Kendra::DataSource.Schedule`.
|
void |
setType(String value)
`AWS::Kendra::DataSource.Type`.
|
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 CfnDataSource(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDataSource(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDataSourceProps 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 getType()
@Stability(value=Stable)
public void setType(@NotNull
String value)
@Stability(value=Stable) @Nullable public Object getDataSourceConfiguration()
@Stability(value=Stable)
public void setDataSourceConfiguration(@Nullable
CfnDataSource.DataSourceConfigurationProperty value)
@Stability(value=Stable)
public void setDataSourceConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSchedule()
@Stability(value=Stable)
public void setSchedule(@Nullable
String value)
Copyright © 2021. All rights reserved.