Interface CfnAnalysis.ISpatialStaticFileProperty
A static file that contains the geospatial data.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISpatialStaticFileProperty
Syntax (vb)
Public Interface ISpatialStaticFileProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var spatialStaticFileProperty = new SpatialStaticFileProperty {
StaticFileId = "staticFileId",
// the properties below are optional
Source = new StaticFileSourceProperty {
S3Options = new StaticFileS3SourceOptionsProperty {
BucketName = "bucketName",
ObjectKey = "objectKey",
Region = "region"
},
UrlOptions = new StaticFileUrlSourceOptionsProperty {
Url = "url"
}
}
};
Synopsis
Properties
Source | The source of the spatial static file. |
Static |
The ID of the spatial static file. |
Properties
Source
The source of the spatial static file.
virtual object Source { get; }
Property Value
System.
Remarks
StaticFileId
The ID of the spatial static file.
string StaticFileId { get; }
Property Value
System.