interface OutputFileUriValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTAnalytics.Mixins.CfnDatasetPropsMixin.OutputFileUriValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotanalytics/mixins#CfnDatasetPropsMixin_OutputFileUriValueProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotanalytics.mixins.CfnDatasetPropsMixin.OutputFileUriValueProperty |
Python | aws_cdk.mixins_preview.aws_iotanalytics.mixins.CfnDatasetPropsMixin.OutputFileUriValueProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotanalytics » mixins » CfnDatasetPropsMixin » 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 { mixins as iotanalytics_mixins } from '@aws-cdk/mixins-preview/aws-iotanalytics';
const outputFileUriValueProperty: iotanalytics_mixins.CfnDatasetPropsMixin.OutputFileUriValueProperty = {
fileName: 'fileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| file | string | The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket. |
fileName?
Type:
string
(optional)
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

.NET
Go
Java
Python
TypeScript