interface S3InputConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.S3InputConfigurationProperty |
![]() | software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.S3InputConfigurationProperty |
![]() | aws_cdk.aws_lookoutequipment.CfnInferenceScheduler.S3InputConfigurationProperty |
![]() | @aws-cdk/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 * as lookoutequipment from '@aws-cdk/aws-lookoutequipment';
const s3InputConfigurationProperty: lookoutequipment.CfnInferenceScheduler.S3InputConfigurationProperty = {
bucket: 'bucket',
// the properties below are optional
prefix: 'prefix',
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | CfnInferenceScheduler.S3InputConfigurationProperty.Bucket . |
prefix? | string | CfnInferenceScheduler.S3InputConfigurationProperty.Prefix . |
bucket
Type:
string
CfnInferenceScheduler.S3InputConfigurationProperty.Bucket
.
prefix?
Type:
string
(optional)
CfnInferenceScheduler.S3InputConfigurationProperty.Prefix
.