interface S3OutputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.LookoutEquipment.Mixins.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awslookoutequipment/mixins#CfnInferenceSchedulerPropsMixin_S3OutputConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.lookoutequipment.mixins.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_lookoutequipment.mixins.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_lookoutequipment » mixins » CfnInferenceSchedulerPropsMixin » 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 { mixins as lookoutequipment_mixins } from '@aws-cdk/mixins-preview/aws-lookoutequipment';
const s3OutputConfigurationProperty: lookoutequipment_mixins.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty = {
bucket: 'bucket',
prefix: 'prefix',
};
Properties
| Name | Type | Description |
|---|---|---|
| bucket? | string | |
| prefix? | string |
bucket?
Type:
string
(optional)
prefix?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript