aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty

interface S3OutputConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.S3OutputConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_S3OutputConfigurationProperty
Javasoftware.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty
Pythonaws_cdk.aws_lookoutequipment.CfnInferenceScheduler.S3OutputConfigurationProperty
TypeScript 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

NameTypeDescription
bucketstringCfnInferenceScheduler.S3OutputConfigurationProperty.Bucket.
prefix?stringCfnInferenceScheduler.S3OutputConfigurationProperty.Prefix.

bucket

Type: string

CfnInferenceScheduler.S3OutputConfigurationProperty.Bucket.


prefix?

Type: string (optional)

CfnInferenceScheduler.S3OutputConfigurationProperty.Prefix.