aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty

interface InputNameConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.InputNameConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_InputNameConfigurationProperty
Javasoftware.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty
Pythonaws_cdk.aws_lookoutequipment.CfnInferenceScheduler.InputNameConfigurationProperty
TypeScript 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

NameTypeDescription
componentTimestampDelimiter?stringCfnInferenceScheduler.InputNameConfigurationProperty.ComponentTimestampDelimiter.
timestampFormat?stringCfnInferenceScheduler.InputNameConfigurationProperty.TimestampFormat.

componentTimestampDelimiter?

Type: string (optional)

CfnInferenceScheduler.InputNameConfigurationProperty.ComponentTimestampDelimiter.


timestampFormat?

Type: string (optional)

CfnInferenceScheduler.InputNameConfigurationProperty.TimestampFormat.