aws-cdk-lib.aws_lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty
interface DataOutputConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LookoutEquipment.CfnInferenceScheduler.DataOutputConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslookoutequipment#CfnInferenceScheduler_DataOutputConfigurationProperty |
![]() | software.amazon.awscdk.services.lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty |
![]() | aws_cdk.aws_lookoutequipment.CfnInferenceScheduler.DataOutputConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
s3 | IResolvable | S3 | CfnInferenceScheduler.DataOutputConfigurationProperty.S3OutputConfiguration . |
kms | string | CfnInferenceScheduler.DataOutputConfigurationProperty.KmsKeyId . |
s3OutputConfiguration
Type:
IResolvable
|
S3
CfnInferenceScheduler.DataOutputConfigurationProperty.S3OutputConfiguration
.
kmsKeyId?
Type:
string
(optional)
CfnInferenceScheduler.DataOutputConfigurationProperty.KmsKeyId
.