interface OutputFileUriValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.CfnDataset.OutputFileUriValueProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_OutputFileUriValueProperty |
![]() | software.amazon.awscdk.services.iotanalytics.CfnDataset.OutputFileUriValueProperty |
![]() | aws_cdk.aws_iotanalytics.CfnDataset.OutputFileUriValueProperty |
![]() | 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
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
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.