Class CfnAnalysis.StaticFileSourceProperty
The source of the static file.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class StaticFileSourceProperty : Object, CfnAnalysis.IStaticFileSourceProperty
Syntax (vb)
Public Class StaticFileSourceProperty
Inherits Object
Implements CfnAnalysis.IStaticFileSourceProperty
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 staticFileSourceProperty = new StaticFileSourceProperty {
S3Options = new StaticFileS3SourceOptionsProperty {
BucketName = "bucketName",
ObjectKey = "objectKey",
Region = "region"
},
UrlOptions = new StaticFileUrlSourceOptionsProperty {
Url = "url"
}
};
Synopsis
Constructors
Static |
Properties
S3Options | The structure that contains the Amazon S3 location to download the static file from. |
Url |
The structure that contains the URL to download the static file from. |
Constructors
StaticFileSourceProperty()
public StaticFileSourceProperty()
Properties
S3Options
The structure that contains the Amazon S3 location to download the static file from.
public object S3Options { get; set; }
Property Value
System.
Remarks
UrlOptions
The structure that contains the URL to download the static file from.
public object UrlOptions { get; set; }
Property Value
System.