@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.488Z") @Stability(value=Stable) public class CfnDatastore extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDatastore.Builder
A fluent builder for
CfnDatastore. |
static interface |
CfnDatastore.ColumnProperty |
static interface |
CfnDatastore.CustomerManagedS3Property |
static interface |
CfnDatastore.DatastoreStorageProperty |
static interface |
CfnDatastore.FileFormatConfigurationProperty |
static interface |
CfnDatastore.JsonConfigurationProperty |
static interface |
CfnDatastore.ParquetConfigurationProperty |
static interface |
CfnDatastore.RetentionPeriodProperty |
static interface |
CfnDatastore.SchemaDefinitionProperty |
static interface |
CfnDatastore.ServiceManagedS3Property |
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 |
|---|---|
|
CfnDatastore(software.constructs.Construct scope,
String id)
Create a new `AWS::IoTAnalytics::Datastore`.
|
|
CfnDatastore(software.constructs.Construct scope,
String id,
CfnDatastoreProps props)
Create a new `AWS::IoTAnalytics::Datastore`.
|
protected |
CfnDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDatastore(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getDatastoreName()
`AWS::IoTAnalytics::Datastore.DatastoreName`.
|
Object |
getDatastoreStorage()
`AWS::IoTAnalytics::Datastore.DatastoreStorage`.
|
Object |
getFileFormatConfiguration()
`AWS::IoTAnalytics::Datastore.FileFormatConfiguration`.
|
Object |
getRetentionPeriod()
`AWS::IoTAnalytics::Datastore.RetentionPeriod`.
|
TagManager |
getTags()
`AWS::IoTAnalytics::Datastore.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDatastoreName(String value)
`AWS::IoTAnalytics::Datastore.DatastoreName`.
|
void |
setDatastoreStorage(CfnDatastore.DatastoreStorageProperty value)
`AWS::IoTAnalytics::Datastore.DatastoreStorage`.
|
void |
setDatastoreStorage(IResolvable value)
`AWS::IoTAnalytics::Datastore.DatastoreStorage`.
|
void |
setFileFormatConfiguration(CfnDatastore.FileFormatConfigurationProperty value)
`AWS::IoTAnalytics::Datastore.FileFormatConfiguration`.
|
void |
setFileFormatConfiguration(IResolvable value)
`AWS::IoTAnalytics::Datastore.FileFormatConfiguration`.
|
void |
setRetentionPeriod(CfnDatastore.RetentionPeriodProperty value)
`AWS::IoTAnalytics::Datastore.RetentionPeriod`.
|
void |
setRetentionPeriod(IResolvable value)
`AWS::IoTAnalytics::Datastore.RetentionPeriod`.
|
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 CfnDatastore(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDatastore(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDatastore(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnDatastoreProps 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.@Stability(value=Stable)
public CfnDatastore(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. 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) @Nullable public String getDatastoreName()
@Stability(value=Stable)
public void setDatastoreName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getDatastoreStorage()
@Stability(value=Stable)
public void setDatastoreStorage(@Nullable
CfnDatastore.DatastoreStorageProperty value)
@Stability(value=Stable)
public void setDatastoreStorage(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getFileFormatConfiguration()
@Stability(value=Stable)
public void setFileFormatConfiguration(@Nullable
CfnDatastore.FileFormatConfigurationProperty value)
@Stability(value=Stable)
public void setFileFormatConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getRetentionPeriod()
@Stability(value=Stable)
public void setRetentionPeriod(@Nullable
CfnDatastore.RetentionPeriodProperty value)
@Stability(value=Stable)
public void setRetentionPeriod(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.