aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty
interface InputNameConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.InputNameConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_InputNameConfigurationProperty |
![]() | software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty |
![]() | aws_cdk.aws_lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty |
![]() | aws-cdk-lib » 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 { aws_lookoutequipment as lookoutequipment } from 'aws-cdk-lib';
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
.