@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.322Z") @Stability(value=Stable) public class CfnCrawler extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnCrawler.Builder
A fluent builder for
CfnCrawler. |
static interface |
CfnCrawler.CatalogTargetProperty |
static interface |
CfnCrawler.DynamoDBTargetProperty |
static interface |
CfnCrawler.JdbcTargetProperty |
static interface |
CfnCrawler.S3TargetProperty |
static interface |
CfnCrawler.ScheduleProperty |
static interface |
CfnCrawler.SchemaChangePolicyProperty |
static interface |
CfnCrawler.TargetsProperty |
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 |
|---|---|
|
CfnCrawler(software.constructs.Construct scope,
String id,
CfnCrawlerProps props)
Create a new `AWS::Glue::Crawler`.
|
protected |
CfnCrawler(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCrawler(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
List<String> |
getClassifiers()
`AWS::Glue::Crawler.Classifiers`.
|
String |
getConfiguration()
`AWS::Glue::Crawler.Configuration`.
|
String |
getCrawlerSecurityConfiguration()
`AWS::Glue::Crawler.CrawlerSecurityConfiguration`.
|
String |
getDatabaseName()
`AWS::Glue::Crawler.DatabaseName`.
|
String |
getDescription()
`AWS::Glue::Crawler.Description`.
|
String |
getName()
`AWS::Glue::Crawler.Name`.
|
String |
getRole()
`AWS::Glue::Crawler.Role`.
|
Object |
getSchedule()
`AWS::Glue::Crawler.Schedule`.
|
Object |
getSchemaChangePolicy()
`AWS::Glue::Crawler.SchemaChangePolicy`.
|
String |
getTablePrefix()
`AWS::Glue::Crawler.TablePrefix`.
|
TagManager |
getTags()
`AWS::Glue::Crawler.Tags`.
|
Object |
getTargets()
`AWS::Glue::Crawler.Targets`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setClassifiers(List<String> value)
`AWS::Glue::Crawler.Classifiers`.
|
void |
setConfiguration(String value)
`AWS::Glue::Crawler.Configuration`.
|
void |
setCrawlerSecurityConfiguration(String value)
`AWS::Glue::Crawler.CrawlerSecurityConfiguration`.
|
void |
setDatabaseName(String value)
`AWS::Glue::Crawler.DatabaseName`.
|
void |
setDescription(String value)
`AWS::Glue::Crawler.Description`.
|
void |
setName(String value)
`AWS::Glue::Crawler.Name`.
|
void |
setRole(String value)
`AWS::Glue::Crawler.Role`.
|
void |
setSchedule(CfnCrawler.ScheduleProperty value)
`AWS::Glue::Crawler.Schedule`.
|
void |
setSchedule(IResolvable value)
`AWS::Glue::Crawler.Schedule`.
|
void |
setSchemaChangePolicy(CfnCrawler.SchemaChangePolicyProperty value)
`AWS::Glue::Crawler.SchemaChangePolicy`.
|
void |
setSchemaChangePolicy(IResolvable value)
`AWS::Glue::Crawler.SchemaChangePolicy`.
|
void |
setTablePrefix(String value)
`AWS::Glue::Crawler.TablePrefix`.
|
void |
setTargets(CfnCrawler.TargetsProperty value)
`AWS::Glue::Crawler.Targets`.
|
void |
setTargets(IResolvable value)
`AWS::Glue::Crawler.Targets`.
|
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 CfnCrawler(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCrawler(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCrawler(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnCrawlerProps 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 protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getRole()
@Stability(value=Stable)
public void setRole(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getTargets()
@Stability(value=Stable)
public void setTargets(@NotNull
CfnCrawler.TargetsProperty value)
@Stability(value=Stable)
public void setTargets(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getClassifiers()
@Stability(value=Stable)
public void setClassifiers(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getConfiguration()
@Stability(value=Stable)
public void setConfiguration(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCrawlerSecurityConfiguration()
@Stability(value=Stable)
public void setCrawlerSecurityConfiguration(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDatabaseName()
@Stability(value=Stable)
public void setDatabaseName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getSchedule()
@Stability(value=Stable)
public void setSchedule(@Nullable
CfnCrawler.ScheduleProperty value)
@Stability(value=Stable)
public void setSchedule(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSchemaChangePolicy()
@Stability(value=Stable)
public void setSchemaChangePolicy(@Nullable
CfnCrawler.SchemaChangePolicyProperty value)
@Stability(value=Stable)
public void setSchemaChangePolicy(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getTablePrefix()
@Stability(value=Stable)
public void setTablePrefix(@Nullable
String value)
Copyright © 2021. All rights reserved.