interface InputNameConfigurationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.InputNameConfigurationProperty |
![]() | software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty |
![]() | aws_cdk.aws_lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty |
![]() | @aws-cdk/aws-lookoutequipment » CfnInferenceScheduler » InputNameConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as lookoutequipment from '@aws-cdk/aws-lookoutequipment';
const inputNameConfigurationProperty: lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty = {
componentTimestampDelimiter: 'componentTimestampDelimiter',
timestampFormat: 'timestampFormat',
};
Properties
Name | Type | Description |
---|---|---|
component | string | CfnInferenceScheduler.InputNameConfigurationProperty.ComponentTimestampDelimiter . |
timestamp | string | CfnInferenceScheduler.InputNameConfigurationProperty.TimestampFormat . |
componentTimestampDelimiter?
Type:
string
(optional)
CfnInferenceScheduler.InputNameConfigurationProperty.ComponentTimestampDelimiter
.
timestampFormat?
Type:
string
(optional)
CfnInferenceScheduler.InputNameConfigurationProperty.TimestampFormat
.