interface S3OutputConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.S3OutputConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_S3OutputConfigurationProperty |
![]() | software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty |
![]() | aws_cdk.aws_lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty |
![]() | aws-cdk-lib » aws_lookoutequipment » CfnInferenceScheduler » S3OutputConfigurationProperty |
Specifies configuration information for the output results from the inference, including output S3 location.
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 s3OutputConfigurationProperty: lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty = {
bucket: 'bucket',
// the properties below are optional
prefix: 'prefix',
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | |
prefix? | string |
bucket
Type:
string
prefix?
Type:
string
(optional)