interface StaticFileUrlSourceOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_StaticFileUrlSourceOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.StaticFileUrlSourceOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const staticFileUrlSourceOptionsProperty: quicksight_mixins.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