aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.S3InputConfigurationProperty

interface S3InputConfigurationProperty

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

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 s3InputConfigurationProperty: lookoutequipment.CfnInferenceScheduler.S3InputConfigurationProperty = {
  bucket: 'bucket',

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

Properties

NameTypeDescription
bucketstringCfnInferenceScheduler.S3InputConfigurationProperty.Bucket.
prefix?stringCfnInferenceScheduler.S3InputConfigurationProperty.Prefix.

bucket

Type: string

CfnInferenceScheduler.S3InputConfigurationProperty.Bucket.


prefix?

Type: string (optional)

CfnInferenceScheduler.S3InputConfigurationProperty.Prefix.