aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.DataInputConfigurationProperty

interface DataInputConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.DataInputConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_DataInputConfigurationProperty
Javasoftware.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataInputConfigurationProperty
Pythonaws_cdk.aws_lookoutequipment.CfnInferenceScheduler.DataInputConfigurationProperty
TypeScript aws-cdk-lib » aws_lookoutequipment » CfnInferenceScheduler » DataInputConfigurationProperty

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 dataInputConfigurationProperty: lookoutequipment.CfnInferenceScheduler.DataInputConfigurationProperty = {
  s3InputConfiguration: {
    bucket: 'bucket',

    // the properties below are optional
    prefix: 'prefix',
  },

  // the properties below are optional
  inferenceInputNameConfiguration: {
    componentTimestampDelimiter: 'componentTimestampDelimiter',
    timestampFormat: 'timestampFormat',
  },
  inputTimeZoneOffset: 'inputTimeZoneOffset',
};

Properties

NameTypeDescription
s3InputConfigurationIResolvable | S3InputConfigurationPropertyCfnInferenceScheduler.DataInputConfigurationProperty.S3InputConfiguration.
inferenceInputNameConfiguration?IResolvable | InputNameConfigurationPropertyCfnInferenceScheduler.DataInputConfigurationProperty.InferenceInputNameConfiguration.
inputTimeZoneOffset?stringCfnInferenceScheduler.DataInputConfigurationProperty.InputTimeZoneOffset.

s3InputConfiguration

Type: IResolvable | S3InputConfigurationProperty

CfnInferenceScheduler.DataInputConfigurationProperty.S3InputConfiguration.


inferenceInputNameConfiguration?

Type: IResolvable | InputNameConfigurationProperty (optional)

CfnInferenceScheduler.DataInputConfigurationProperty.InferenceInputNameConfiguration.


inputTimeZoneOffset?

Type: string (optional)

CfnInferenceScheduler.DataInputConfigurationProperty.InputTimeZoneOffset.