interface StaticFileUrlSourceOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_StaticFileUrlSourceOptionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » StaticFileUrlSourceOptionsProperty |
The structure that contains the URL to download the static file from.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const staticFileUrlSourceOptionsProperty: quicksight.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty = {
url: 'url',
};
Properties
| Name | Type | Description |
|---|---|---|
| url? | string | The URL to download the static file from. |
url?
Type:
string
(optional)
The URL to download the static file from.

.NET
Go
Java
Python
TypeScript