aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty

interface DataOutputConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.DataOutputConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_DataOutputConfigurationProperty
Javasoftware.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty
Pythonaws_cdk.aws_lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty
TypeScript aws-cdk-lib » aws_lookoutequipment » CfnInferenceScheduler » DataOutputConfigurationProperty

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 dataOutputConfigurationProperty: lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty = {
  s3OutputConfiguration: {
    bucket: 'bucket',

    // the properties below are optional
    prefix: 'prefix',
  },

  // the properties below are optional
  kmsKeyId: 'kmsKeyId',
};

Properties

NameTypeDescription
s3OutputConfigurationIResolvable | S3OutputConfigurationPropertyCfnInferenceScheduler.DataOutputConfigurationProperty.S3OutputConfiguration.
kmsKeyId?stringCfnInferenceScheduler.DataOutputConfigurationProperty.KmsKeyId.

s3OutputConfiguration

Type: IResolvable | S3OutputConfigurationProperty

CfnInferenceScheduler.DataOutputConfigurationProperty.S3OutputConfiguration.


kmsKeyId?

Type: string (optional)

CfnInferenceScheduler.DataOutputConfigurationProperty.KmsKeyId.