interface OutputFileUriValueProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics.CfnDatasetPropsMixin.OutputFileUriValueProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotanalytics#CfnDatasetPropsMixin_OutputFileUriValueProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatasetPropsMixin.OutputFileUriValueProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotanalytics.CfnDatasetPropsMixin.OutputFileUriValueProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotanalytics » 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 { aws_iotanalytics as iotanalytics } from '@aws-cdk/cfn-property-mixins';
const outputFileUriValueProperty: iotanalytics.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