aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty
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 |
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 | CfnInferenceScheduler.S3OutputConfigurationProperty.Bucket . |
prefix? | string | CfnInferenceScheduler.S3OutputConfigurationProperty.Prefix . |
bucket
Type:
string
CfnInferenceScheduler.S3OutputConfigurationProperty.Bucket
.
prefix?
Type:
string
(optional)
CfnInferenceScheduler.S3OutputConfigurationProperty.Prefix
.