interface S3OutputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.LookoutEquipment.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslookoutequipment#CfnInferenceSchedulerPropsMixin_S3OutputConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lookoutequipment.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_lookoutequipment.CfnInferenceSchedulerPropsMixin.S3OutputConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lookoutequipment » 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 { aws_lookoutequipment as lookoutequipment } from '@aws-cdk/cfn-property-mixins';
const s3OutputConfigurationProperty: lookoutequipment.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