aws-cdk-lib.aws_iotanalytics.CfnDataset.OutputFileUriValueProperty

interface OutputFileUriValueProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.OutputFileUriValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_OutputFileUriValueProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.OutputFileUriValueProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.OutputFileUriValueProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDataset » OutputFileUriValueProperty

The value of the variable as a structure that specifies an output file URI.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const outputFileUriValueProperty: iotanalytics.CfnDataset.OutputFileUriValueProperty = {
  fileName: 'fileName',
};

Properties

NameTypeDescription
fileNamestringThe URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

fileName

Type: string

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.