@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:44.559Z") @Stability(value=Stable) public class CfnInferenceScheduler extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnInferenceScheduler.Builder
A fluent builder for
CfnInferenceScheduler. |
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 |
|---|---|
|
CfnInferenceScheduler(software.constructs.Construct scope,
String id,
CfnInferenceSchedulerProps props)
Create a new `AWS::LookoutEquipment::InferenceScheduler`.
|
protected |
CfnInferenceScheduler(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnInferenceScheduler(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrInferenceSchedulerArn() |
protected Map<String,Object> |
getCfnProperties() |
Number |
getDataDelayOffsetInMinutes()
`AWS::LookoutEquipment::InferenceScheduler.DataDelayOffsetInMinutes`.
|
Object |
getDataInputConfiguration()
`AWS::LookoutEquipment::InferenceScheduler.DataInputConfiguration`.
|
Object |
getDataOutputConfiguration()
`AWS::LookoutEquipment::InferenceScheduler.DataOutputConfiguration`.
|
String |
getDataUploadFrequency()
`AWS::LookoutEquipment::InferenceScheduler.DataUploadFrequency`.
|
String |
getInferenceSchedulerName()
`AWS::LookoutEquipment::InferenceScheduler.InferenceSchedulerName`.
|
String |
getModelName()
`AWS::LookoutEquipment::InferenceScheduler.ModelName`.
|
String |
getRoleArn()
`AWS::LookoutEquipment::InferenceScheduler.RoleArn`.
|
String |
getServerSideKmsKeyId()
`AWS::LookoutEquipment::InferenceScheduler.ServerSideKmsKeyId`.
|
TagManager |
getTags()
`AWS::LookoutEquipment::InferenceScheduler.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDataDelayOffsetInMinutes(Number value)
`AWS::LookoutEquipment::InferenceScheduler.DataDelayOffsetInMinutes`.
|
void |
setDataInputConfiguration(Object value)
`AWS::LookoutEquipment::InferenceScheduler.DataInputConfiguration`.
|
void |
setDataOutputConfiguration(Object value)
`AWS::LookoutEquipment::InferenceScheduler.DataOutputConfiguration`.
|
void |
setDataUploadFrequency(String value)
`AWS::LookoutEquipment::InferenceScheduler.DataUploadFrequency`.
|
void |
setInferenceSchedulerName(String value)
`AWS::LookoutEquipment::InferenceScheduler.InferenceSchedulerName`.
|
void |
setModelName(String value)
`AWS::LookoutEquipment::InferenceScheduler.ModelName`.
|
void |
setRoleArn(String value)
`AWS::LookoutEquipment::InferenceScheduler.RoleArn`.
|
void |
setServerSideKmsKeyId(String value)
`AWS::LookoutEquipment::InferenceScheduler.ServerSideKmsKeyId`.
|
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 CfnInferenceScheduler(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnInferenceScheduler(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnInferenceScheduler(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnInferenceSchedulerProps 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 getAttrInferenceSchedulerArn()
@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 Object getDataInputConfiguration()
@Stability(value=Stable)
public void setDataInputConfiguration(@NotNull
Object value)
@Stability(value=Stable) @NotNull public Object getDataOutputConfiguration()
@Stability(value=Stable)
public void setDataOutputConfiguration(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getDataUploadFrequency()
@Stability(value=Stable)
public void setDataUploadFrequency(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getModelName()
@Stability(value=Stable)
public void setModelName(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public Number getDataDelayOffsetInMinutes()
@Stability(value=Stable)
public void setDataDelayOffsetInMinutes(@Nullable
Number value)
@Stability(value=Stable) @Nullable public String getInferenceSchedulerName()
@Stability(value=Stable)
public void setInferenceSchedulerName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getServerSideKmsKeyId()
@Stability(value=Stable)
public void setServerSideKmsKeyId(@Nullable
String value)
Copyright © 2021. All rights reserved.