Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source aws_quicksight_data_source}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSource(scope: Construct, id: string, config: QuicksightDataSourceConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
QuicksightDataSourceConfig |
No description. |
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
addOverride |
No description. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
resetOverrideLogicalId |
Resets a previously passed logical Id to use the auto-generated logical id again. |
toHclTerraform |
No description. |
toMetadata |
No description. |
toTerraform |
Adds this resource to the terraform JSON output. |
addMoveTarget |
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
hasResourceMove |
No description. |
importFrom |
No description. |
interpolationForAttribute |
No description. |
moveFromId |
Move the resource corresponding to "id" to this resource. |
moveTo |
Moves this resource to the target resource given by moveTarget. |
moveToId |
Moves this resource to the resource corresponding to "id". |
putCredentials |
No description. |
putParameters |
No description. |
putPermission |
No description. |
putSslProperties |
No description. |
putVpcConnectionProperties |
No description. |
resetAwsAccountId |
No description. |
resetCredentials |
No description. |
resetId |
No description. |
resetPermission |
No description. |
resetSslProperties |
No description. |
resetTags |
No description. |
resetTagsAll |
No description. |
resetVpcConnectionProperties |
No description. |
public toString(): string
Returns a string representation of this construct.
public addOverride(path: string, value: any): void
- Type: string
- Type: any
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
public resetOverrideLogicalId(): void
Resets a previously passed logical Id to use the auto-generated logical id again.
public toHclTerraform(): any
public toMetadata(): any
public toTerraform(): any
Adds this resource to the terraform JSON output.
public addMoveTarget(moveTarget: string): void
Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
- Type: string
The string move target that will correspond to this resource.
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public hasResourceMove(): TerraformResourceMoveByTarget | TerraformResourceMoveById
public importFrom(id: string, provider?: TerraformProvider): void
- Type: string
- Type: cdktf.TerraformProvider
public interpolationForAttribute(terraformAttribute: string): IResolvable
- Type: string
public moveFromId(id: string): void
Move the resource corresponding to "id" to this resource.
Note that the resource being moved from must be marked as moved using it's instance function.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
public moveTo(moveTarget: string, index?: string | number): void
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: string | number
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
public moveToId(id: string): void
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
public putCredentials(value: QuicksightDataSourceCredentials): void
public putParameters(value: QuicksightDataSourceParameters): void
public putPermission(value: IResolvable | QuicksightDataSourcePermission[]): void
- Type: cdktf.IResolvable | QuicksightDataSourcePermission[]
public putSslProperties(value: QuicksightDataSourceSslProperties): void
public putVpcConnectionProperties(value: QuicksightDataSourceVpcConnectionProperties): void
public resetAwsAccountId(): void
public resetCredentials(): void
public resetId(): void
public resetPermission(): void
public resetSslProperties(): void
public resetTags(): void
public resetTagsAll(): void
public resetVpcConnectionProperties(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a QuicksightDataSource resource upon running "cdktf plan ". |
import { quicksightDataSource } from '@cdktf/aws-cdk'
quicksightDataSource.QuicksightDataSource.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
import { quicksightDataSource } from '@cdktf/aws-cdk'
quicksightDataSource.QuicksightDataSource.isTerraformElement(x: any)
- Type: any
import { quicksightDataSource } from '@cdktf/aws-cdk'
quicksightDataSource.QuicksightDataSource.isTerraformResource(x: any)
- Type: any
import { quicksightDataSource } from '@cdktf/aws-cdk'
quicksightDataSource.QuicksightDataSource.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a QuicksightDataSource resource upon running "cdktf plan ".
- Type: constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the QuicksightDataSource to import.
- Type: string
The id of the existing QuicksightDataSource that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the QuicksightDataSource to import is found.
Name | Type | Description |
---|---|---|
node |
constructs.Node |
The tree node. |
cdktfStack |
cdktf.TerraformStack |
No description. |
fqn |
string |
No description. |
friendlyUniqueId |
string |
No description. |
terraformMetaArguments |
{[ key: string ]: any} |
No description. |
terraformResourceType |
string |
No description. |
terraformGeneratorMetadata |
cdktf.TerraformProviderGeneratorMetadata |
No description. |
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
string[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
arn |
string |
No description. |
credentials |
QuicksightDataSourceCredentialsOutputReference |
No description. |
parameters |
QuicksightDataSourceParametersOutputReference |
No description. |
permission |
QuicksightDataSourcePermissionList |
No description. |
sslProperties |
QuicksightDataSourceSslPropertiesOutputReference |
No description. |
vpcConnectionProperties |
QuicksightDataSourceVpcConnectionPropertiesOutputReference |
No description. |
awsAccountIdInput |
string |
No description. |
credentialsInput |
QuicksightDataSourceCredentials |
No description. |
dataSourceIdInput |
string |
No description. |
idInput |
string |
No description. |
nameInput |
string |
No description. |
parametersInput |
QuicksightDataSourceParameters |
No description. |
permissionInput |
cdktf.IResolvable | QuicksightDataSourcePermission[] |
No description. |
sslPropertiesInput |
QuicksightDataSourceSslProperties |
No description. |
tagsAllInput |
{[ key: string ]: string} |
No description. |
tagsInput |
{[ key: string ]: string} |
No description. |
typeInput |
string |
No description. |
vpcConnectionPropertiesInput |
QuicksightDataSourceVpcConnectionProperties |
No description. |
awsAccountId |
string |
No description. |
dataSourceId |
string |
No description. |
id |
string |
No description. |
name |
string |
No description. |
tags |
{[ key: string ]: string} |
No description. |
tagsAll |
{[ key: string ]: string} |
No description. |
type |
string |
No description. |
public readonly node: Node;
- Type: constructs.Node
The tree node.
public readonly cdktfStack: TerraformStack;
- Type: cdktf.TerraformStack
public readonly fqn: string;
- Type: string
public readonly friendlyUniqueId: string;
- Type: string
public readonly terraformMetaArguments: {[ key: string ]: any};
- Type: {[ key: string ]: any}
public readonly terraformResourceType: string;
- Type: string
public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata;
- Type: cdktf.TerraformProviderGeneratorMetadata
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: string[];
- Type: string[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly arn: string;
- Type: string
public readonly credentials: QuicksightDataSourceCredentialsOutputReference;
public readonly parameters: QuicksightDataSourceParametersOutputReference;
public readonly permission: QuicksightDataSourcePermissionList;
public readonly sslProperties: QuicksightDataSourceSslPropertiesOutputReference;
public readonly vpcConnectionProperties: QuicksightDataSourceVpcConnectionPropertiesOutputReference;
public readonly awsAccountIdInput: string;
- Type: string
public readonly credentialsInput: QuicksightDataSourceCredentials;
public readonly dataSourceIdInput: string;
- Type: string
public readonly idInput: string;
- Type: string
public readonly nameInput: string;
- Type: string
public readonly parametersInput: QuicksightDataSourceParameters;
public readonly permissionInput: IResolvable | QuicksightDataSourcePermission[];
- Type: cdktf.IResolvable | QuicksightDataSourcePermission[]
public readonly sslPropertiesInput: QuicksightDataSourceSslProperties;
public readonly tagsAllInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsInput: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly typeInput: string;
- Type: string
public readonly vpcConnectionPropertiesInput: QuicksightDataSourceVpcConnectionProperties;
public readonly awsAccountId: string;
- Type: string
public readonly dataSourceId: string;
- Type: string
public readonly id: string;
- Type: string
public readonly name: string;
- Type: string
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
public readonly type: string;
- Type: string
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceConfig: quicksightDataSource.QuicksightDataSourceConfig = { ... }
Name | Type | Description |
---|---|---|
connection |
cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection |
No description. |
count |
number | cdktf.TerraformCount |
No description. |
dependsOn |
cdktf.ITerraformDependable[] |
No description. |
forEach |
cdktf.ITerraformIterator |
No description. |
lifecycle |
cdktf.TerraformResourceLifecycle |
No description. |
provider |
cdktf.TerraformProvider |
No description. |
provisioners |
cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[] |
No description. |
dataSourceId |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#data_source_id QuicksightDataSource#data_source_id}. |
name |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#name QuicksightDataSource#name}. |
parameters |
QuicksightDataSourceParameters |
parameters block. |
type |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#type QuicksightDataSource#type}. |
awsAccountId |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#aws_account_id QuicksightDataSource#aws_account_id}. |
credentials |
QuicksightDataSourceCredentials |
credentials block. |
id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#id QuicksightDataSource#id}. |
permission |
cdktf.IResolvable | QuicksightDataSourcePermission[] |
permission block. |
sslProperties |
QuicksightDataSourceSslProperties |
ssl_properties block. |
tags |
{[ key: string ]: string} |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#tags QuicksightDataSource#tags}. |
tagsAll |
{[ key: string ]: string} |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#tags_all QuicksightDataSource#tags_all}. |
vpcConnectionProperties |
QuicksightDataSourceVpcConnectionProperties |
vpc_connection_properties block. |
public readonly connection: SSHProvisionerConnection | WinrmProvisionerConnection;
- Type: cdktf.SSHProvisionerConnection | cdktf.WinrmProvisionerConnection
public readonly count: number | TerraformCount;
- Type: number | cdktf.TerraformCount
public readonly dependsOn: ITerraformDependable[];
- Type: cdktf.ITerraformDependable[]
public readonly forEach: ITerraformIterator;
- Type: cdktf.ITerraformIterator
public readonly lifecycle: TerraformResourceLifecycle;
- Type: cdktf.TerraformResourceLifecycle
public readonly provider: TerraformProvider;
- Type: cdktf.TerraformProvider
public readonly provisioners: FileProvisioner | LocalExecProvisioner | RemoteExecProvisioner[];
- Type: cdktf.FileProvisioner | cdktf.LocalExecProvisioner | cdktf.RemoteExecProvisioner[]
public readonly dataSourceId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#data_source_id QuicksightDataSource#data_source_id}.
public readonly name: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#name QuicksightDataSource#name}.
public readonly parameters: QuicksightDataSourceParameters;
parameters block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#parameters QuicksightDataSource#parameters}
public readonly type: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#type QuicksightDataSource#type}.
public readonly awsAccountId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#aws_account_id QuicksightDataSource#aws_account_id}.
public readonly credentials: QuicksightDataSourceCredentials;
credentials block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#credentials QuicksightDataSource#credentials}
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#id QuicksightDataSource#id}.
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
public readonly permission: IResolvable | QuicksightDataSourcePermission[];
- Type: cdktf.IResolvable | QuicksightDataSourcePermission[]
permission block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#permission QuicksightDataSource#permission}
public readonly sslProperties: QuicksightDataSourceSslProperties;
ssl_properties block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#ssl_properties QuicksightDataSource#ssl_properties}
public readonly tags: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#tags QuicksightDataSource#tags}.
public readonly tagsAll: {[ key: string ]: string};
- Type: {[ key: string ]: string}
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#tags_all QuicksightDataSource#tags_all}.
public readonly vpcConnectionProperties: QuicksightDataSourceVpcConnectionProperties;
vpc_connection_properties block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#vpc_connection_properties QuicksightDataSource#vpc_connection_properties}
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceCredentials: quicksightDataSource.QuicksightDataSourceCredentials = { ... }
Name | Type | Description |
---|---|---|
copySourceArn |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#copy_source_arn QuicksightDataSource#copy_source_arn}. |
credentialPair |
QuicksightDataSourceCredentialsCredentialPair |
credential_pair block. |
public readonly copySourceArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#copy_source_arn QuicksightDataSource#copy_source_arn}.
public readonly credentialPair: QuicksightDataSourceCredentialsCredentialPair;
credential_pair block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#credential_pair QuicksightDataSource#credential_pair}
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceCredentialsCredentialPair: quicksightDataSource.QuicksightDataSourceCredentialsCredentialPair = { ... }
Name | Type | Description |
---|---|---|
password |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#password QuicksightDataSource#password}. |
username |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#username QuicksightDataSource#username}. |
public readonly password: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#password QuicksightDataSource#password}.
public readonly username: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#username QuicksightDataSource#username}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParameters: quicksightDataSource.QuicksightDataSourceParameters = { ... }
public readonly amazonElasticsearch: QuicksightDataSourceParametersAmazonElasticsearch;
amazon_elasticsearch block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#amazon_elasticsearch QuicksightDataSource#amazon_elasticsearch}
public readonly athena: QuicksightDataSourceParametersAthena;
athena block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#athena QuicksightDataSource#athena}
public readonly aurora: QuicksightDataSourceParametersAurora;
aurora block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#aurora QuicksightDataSource#aurora}
public readonly auroraPostgresql: QuicksightDataSourceParametersAuroraPostgresql;
aurora_postgresql block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#aurora_postgresql QuicksightDataSource#aurora_postgresql}
public readonly awsIotAnalytics: QuicksightDataSourceParametersAwsIotAnalytics;
aws_iot_analytics block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#aws_iot_analytics QuicksightDataSource#aws_iot_analytics}
public readonly jira: QuicksightDataSourceParametersJira;
jira block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#jira QuicksightDataSource#jira}
public readonly mariaDb: QuicksightDataSourceParametersMariaDb;
maria_db block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#maria_db QuicksightDataSource#maria_db}
public readonly mysql: QuicksightDataSourceParametersMysql;
mysql block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#mysql QuicksightDataSource#mysql}
public readonly oracle: QuicksightDataSourceParametersOracle;
oracle block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#oracle QuicksightDataSource#oracle}
public readonly postgresql: QuicksightDataSourceParametersPostgresql;
postgresql block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#postgresql QuicksightDataSource#postgresql}
public readonly presto: QuicksightDataSourceParametersPresto;
presto block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#presto QuicksightDataSource#presto}
public readonly rds: QuicksightDataSourceParametersRds;
rds block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#rds QuicksightDataSource#rds}
public readonly redshift: QuicksightDataSourceParametersRedshift;
redshift block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#redshift QuicksightDataSource#redshift}
public readonly s3: QuicksightDataSourceParametersS3;
s3 block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#s3 QuicksightDataSource#s3}
public readonly serviceNow: QuicksightDataSourceParametersServiceNow;
service_now block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#service_now QuicksightDataSource#service_now}
public readonly snowflake: QuicksightDataSourceParametersSnowflake;
snowflake block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#snowflake QuicksightDataSource#snowflake}
public readonly spark: QuicksightDataSourceParametersSpark;
spark block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#spark QuicksightDataSource#spark}
public readonly sqlServer: QuicksightDataSourceParametersSqlServer;
sql_server block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#sql_server QuicksightDataSource#sql_server}
public readonly teradata: QuicksightDataSourceParametersTeradata;
teradata block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#teradata QuicksightDataSource#teradata}
public readonly twitter: QuicksightDataSourceParametersTwitter;
twitter block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#twitter QuicksightDataSource#twitter}
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersAmazonElasticsearch: quicksightDataSource.QuicksightDataSourceParametersAmazonElasticsearch = { ... }
Name | Type | Description |
---|---|---|
domain |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#domain QuicksightDataSource#domain}. |
public readonly domain: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#domain QuicksightDataSource#domain}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersAthena: quicksightDataSource.QuicksightDataSourceParametersAthena = { ... }
Name | Type | Description |
---|---|---|
workGroup |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#work_group QuicksightDataSource#work_group}. |
public readonly workGroup: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#work_group QuicksightDataSource#work_group}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersAurora: quicksightDataSource.QuicksightDataSourceParametersAurora = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersAuroraPostgresql: quicksightDataSource.QuicksightDataSourceParametersAuroraPostgresql = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersAwsIotAnalytics: quicksightDataSource.QuicksightDataSourceParametersAwsIotAnalytics = { ... }
Name | Type | Description |
---|---|---|
dataSetName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#data_set_name QuicksightDataSource#data_set_name}. |
public readonly dataSetName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#data_set_name QuicksightDataSource#data_set_name}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersJira: quicksightDataSource.QuicksightDataSourceParametersJira = { ... }
Name | Type | Description |
---|---|---|
siteBaseUrl |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#site_base_url QuicksightDataSource#site_base_url}. |
public readonly siteBaseUrl: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#site_base_url QuicksightDataSource#site_base_url}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersMariaDb: quicksightDataSource.QuicksightDataSourceParametersMariaDb = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersMysql: quicksightDataSource.QuicksightDataSourceParametersMysql = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersOracle: quicksightDataSource.QuicksightDataSourceParametersOracle = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersPostgresql: quicksightDataSource.QuicksightDataSourceParametersPostgresql = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersPresto: quicksightDataSource.QuicksightDataSourceParametersPresto = { ... }
Name | Type | Description |
---|---|---|
catalog |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#catalog QuicksightDataSource#catalog}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly catalog: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#catalog QuicksightDataSource#catalog}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersRds: quicksightDataSource.QuicksightDataSourceParametersRds = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
instanceId |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#instance_id QuicksightDataSource#instance_id}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly instanceId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#instance_id QuicksightDataSource#instance_id}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersRedshift: quicksightDataSource.QuicksightDataSourceParametersRedshift = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
clusterId |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#cluster_id QuicksightDataSource#cluster_id}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly clusterId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#cluster_id QuicksightDataSource#cluster_id}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersS3: quicksightDataSource.QuicksightDataSourceParametersS3 = { ... }
Name | Type | Description |
---|---|---|
manifestFileLocation |
QuicksightDataSourceParametersS3ManifestFileLocation |
manifest_file_location block. |
public readonly manifestFileLocation: QuicksightDataSourceParametersS3ManifestFileLocation;
manifest_file_location block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#manifest_file_location QuicksightDataSource#manifest_file_location}
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersS3ManifestFileLocation: quicksightDataSource.QuicksightDataSourceParametersS3ManifestFileLocation = { ... }
Name | Type | Description |
---|---|---|
bucket |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#bucket QuicksightDataSource#bucket}. |
key |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#key QuicksightDataSource#key}. |
public readonly bucket: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#bucket QuicksightDataSource#bucket}.
public readonly key: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#key QuicksightDataSource#key}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersServiceNow: quicksightDataSource.QuicksightDataSourceParametersServiceNow = { ... }
Name | Type | Description |
---|---|---|
siteBaseUrl |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#site_base_url QuicksightDataSource#site_base_url}. |
public readonly siteBaseUrl: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#site_base_url QuicksightDataSource#site_base_url}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersSnowflake: quicksightDataSource.QuicksightDataSourceParametersSnowflake = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
warehouse |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#warehouse QuicksightDataSource#warehouse}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly warehouse: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#warehouse QuicksightDataSource#warehouse}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersSpark: quicksightDataSource.QuicksightDataSourceParametersSpark = { ... }
Name | Type | Description |
---|---|---|
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersSqlServer: quicksightDataSource.QuicksightDataSourceParametersSqlServer = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersTeradata: quicksightDataSource.QuicksightDataSourceParametersTeradata = { ... }
Name | Type | Description |
---|---|---|
database |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}. |
host |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}. |
port |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}. |
public readonly database: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#database QuicksightDataSource#database}.
public readonly host: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#host QuicksightDataSource#host}.
public readonly port: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#port QuicksightDataSource#port}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceParametersTwitter: quicksightDataSource.QuicksightDataSourceParametersTwitter = { ... }
Name | Type | Description |
---|---|---|
maxRows |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#max_rows QuicksightDataSource#max_rows}. |
query |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#query QuicksightDataSource#query}. |
public readonly maxRows: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#max_rows QuicksightDataSource#max_rows}.
public readonly query: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#query QuicksightDataSource#query}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourcePermission: quicksightDataSource.QuicksightDataSourcePermission = { ... }
Name | Type | Description |
---|---|---|
actions |
string[] |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#actions QuicksightDataSource#actions}. |
principal |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#principal QuicksightDataSource#principal}. |
public readonly actions: string[];
- Type: string[]
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#actions QuicksightDataSource#actions}.
public readonly principal: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#principal QuicksightDataSource#principal}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceSslProperties: quicksightDataSource.QuicksightDataSourceSslProperties = { ... }
Name | Type | Description |
---|---|---|
disableSsl |
boolean | cdktf.IResolvable |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#disable_ssl QuicksightDataSource#disable_ssl}. |
public readonly disableSsl: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#disable_ssl QuicksightDataSource#disable_ssl}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
const quicksightDataSourceVpcConnectionProperties: quicksightDataSource.QuicksightDataSourceVpcConnectionProperties = { ... }
Name | Type | Description |
---|---|---|
vpcConnectionArn |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#vpc_connection_arn QuicksightDataSource#vpc_connection_arn}. |
public readonly vpcConnectionArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/quicksight_data_source#vpc_connection_arn QuicksightDataSource#vpc_connection_arn}.
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceCredentialsCredentialPairOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
passwordInput |
string |
No description. |
usernameInput |
string |
No description. |
password |
string |
No description. |
username |
string |
No description. |
internalValue |
QuicksightDataSourceCredentialsCredentialPair |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly passwordInput: string;
- Type: string
public readonly usernameInput: string;
- Type: string
public readonly password: string;
- Type: string
public readonly username: string;
- Type: string
public readonly internalValue: QuicksightDataSourceCredentialsCredentialPair;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceCredentialsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putCredentialPair |
No description. |
resetCopySourceArn |
No description. |
resetCredentialPair |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putCredentialPair(value: QuicksightDataSourceCredentialsCredentialPair): void
public resetCopySourceArn(): void
public resetCredentialPair(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
credentialPair |
QuicksightDataSourceCredentialsCredentialPairOutputReference |
No description. |
copySourceArnInput |
string |
No description. |
credentialPairInput |
QuicksightDataSourceCredentialsCredentialPair |
No description. |
copySourceArn |
string |
No description. |
internalValue |
QuicksightDataSourceCredentials |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly credentialPair: QuicksightDataSourceCredentialsCredentialPairOutputReference;
public readonly copySourceArnInput: string;
- Type: string
public readonly credentialPairInput: QuicksightDataSourceCredentialsCredentialPair;
public readonly copySourceArn: string;
- Type: string
public readonly internalValue: QuicksightDataSourceCredentials;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersAmazonElasticsearchOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
domainInput |
string |
No description. |
domain |
string |
No description. |
internalValue |
QuicksightDataSourceParametersAmazonElasticsearch |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly domainInput: string;
- Type: string
public readonly domain: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersAmazonElasticsearch;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersAthenaOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetWorkGroup |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetWorkGroup(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
workGroupInput |
string |
No description. |
workGroup |
string |
No description. |
internalValue |
QuicksightDataSourceParametersAthena |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly workGroupInput: string;
- Type: string
public readonly workGroup: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersAthena;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersAuroraOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersAurora |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersAurora;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersAuroraPostgresqlOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersAuroraPostgresql |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersAuroraPostgresql;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersAwsIotAnalyticsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
dataSetNameInput |
string |
No description. |
dataSetName |
string |
No description. |
internalValue |
QuicksightDataSourceParametersAwsIotAnalytics |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly dataSetNameInput: string;
- Type: string
public readonly dataSetName: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersAwsIotAnalytics;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersJiraOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
siteBaseUrlInput |
string |
No description. |
siteBaseUrl |
string |
No description. |
internalValue |
QuicksightDataSourceParametersJira |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly siteBaseUrlInput: string;
- Type: string
public readonly siteBaseUrl: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersJira;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersMariaDbOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersMariaDb |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersMariaDb;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersMysqlOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersMysql |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersMysql;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersOracleOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersOracle |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersOracle;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putAmazonElasticsearch |
No description. |
putAthena |
No description. |
putAurora |
No description. |
putAuroraPostgresql |
No description. |
putAwsIotAnalytics |
No description. |
putJira |
No description. |
putMariaDb |
No description. |
putMysql |
No description. |
putOracle |
No description. |
putPostgresql |
No description. |
putPresto |
No description. |
putRds |
No description. |
putRedshift |
No description. |
putS3 |
No description. |
putServiceNow |
No description. |
putSnowflake |
No description. |
putSpark |
No description. |
putSqlServer |
No description. |
putTeradata |
No description. |
putTwitter |
No description. |
resetAmazonElasticsearch |
No description. |
resetAthena |
No description. |
resetAurora |
No description. |
resetAuroraPostgresql |
No description. |
resetAwsIotAnalytics |
No description. |
resetJira |
No description. |
resetMariaDb |
No description. |
resetMysql |
No description. |
resetOracle |
No description. |
resetPostgresql |
No description. |
resetPresto |
No description. |
resetRds |
No description. |
resetRedshift |
No description. |
resetS3 |
No description. |
resetServiceNow |
No description. |
resetSnowflake |
No description. |
resetSpark |
No description. |
resetSqlServer |
No description. |
resetTeradata |
No description. |
resetTwitter |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putAmazonElasticsearch(value: QuicksightDataSourceParametersAmazonElasticsearch): void
public putAthena(value: QuicksightDataSourceParametersAthena): void
public putAurora(value: QuicksightDataSourceParametersAurora): void
public putAuroraPostgresql(value: QuicksightDataSourceParametersAuroraPostgresql): void
public putAwsIotAnalytics(value: QuicksightDataSourceParametersAwsIotAnalytics): void
public putJira(value: QuicksightDataSourceParametersJira): void
public putMariaDb(value: QuicksightDataSourceParametersMariaDb): void
public putMysql(value: QuicksightDataSourceParametersMysql): void
public putOracle(value: QuicksightDataSourceParametersOracle): void
public putPostgresql(value: QuicksightDataSourceParametersPostgresql): void
public putPresto(value: QuicksightDataSourceParametersPresto): void
public putRds(value: QuicksightDataSourceParametersRds): void
public putRedshift(value: QuicksightDataSourceParametersRedshift): void
public putS3(value: QuicksightDataSourceParametersS3): void
public putServiceNow(value: QuicksightDataSourceParametersServiceNow): void
public putSnowflake(value: QuicksightDataSourceParametersSnowflake): void
public putSpark(value: QuicksightDataSourceParametersSpark): void
public putSqlServer(value: QuicksightDataSourceParametersSqlServer): void
public putTeradata(value: QuicksightDataSourceParametersTeradata): void
public putTwitter(value: QuicksightDataSourceParametersTwitter): void
public resetAmazonElasticsearch(): void
public resetAthena(): void
public resetAurora(): void
public resetAuroraPostgresql(): void
public resetAwsIotAnalytics(): void
public resetJira(): void
public resetMariaDb(): void
public resetMysql(): void
public resetOracle(): void
public resetPostgresql(): void
public resetPresto(): void
public resetRds(): void
public resetRedshift(): void
public resetS3(): void
public resetServiceNow(): void
public resetSnowflake(): void
public resetSpark(): void
public resetSqlServer(): void
public resetTeradata(): void
public resetTwitter(): void
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly amazonElasticsearch: QuicksightDataSourceParametersAmazonElasticsearchOutputReference;
public readonly athena: QuicksightDataSourceParametersAthenaOutputReference;
public readonly aurora: QuicksightDataSourceParametersAuroraOutputReference;
public readonly auroraPostgresql: QuicksightDataSourceParametersAuroraPostgresqlOutputReference;
public readonly awsIotAnalytics: QuicksightDataSourceParametersAwsIotAnalyticsOutputReference;
public readonly jira: QuicksightDataSourceParametersJiraOutputReference;
public readonly mariaDb: QuicksightDataSourceParametersMariaDbOutputReference;
public readonly mysql: QuicksightDataSourceParametersMysqlOutputReference;
public readonly oracle: QuicksightDataSourceParametersOracleOutputReference;
public readonly postgresql: QuicksightDataSourceParametersPostgresqlOutputReference;
public readonly presto: QuicksightDataSourceParametersPrestoOutputReference;
public readonly rds: QuicksightDataSourceParametersRdsOutputReference;
public readonly redshift: QuicksightDataSourceParametersRedshiftOutputReference;
public readonly s3: QuicksightDataSourceParametersS3OutputReference;
public readonly serviceNow: QuicksightDataSourceParametersServiceNowOutputReference;
public readonly snowflake: QuicksightDataSourceParametersSnowflakeOutputReference;
public readonly spark: QuicksightDataSourceParametersSparkOutputReference;
public readonly sqlServer: QuicksightDataSourceParametersSqlServerOutputReference;
public readonly teradata: QuicksightDataSourceParametersTeradataOutputReference;
public readonly twitter: QuicksightDataSourceParametersTwitterOutputReference;
public readonly amazonElasticsearchInput: QuicksightDataSourceParametersAmazonElasticsearch;
public readonly athenaInput: QuicksightDataSourceParametersAthena;
public readonly auroraInput: QuicksightDataSourceParametersAurora;
public readonly auroraPostgresqlInput: QuicksightDataSourceParametersAuroraPostgresql;
public readonly awsIotAnalyticsInput: QuicksightDataSourceParametersAwsIotAnalytics;
public readonly jiraInput: QuicksightDataSourceParametersJira;
public readonly mariaDbInput: QuicksightDataSourceParametersMariaDb;
public readonly mysqlInput: QuicksightDataSourceParametersMysql;
public readonly oracleInput: QuicksightDataSourceParametersOracle;
public readonly postgresqlInput: QuicksightDataSourceParametersPostgresql;
public readonly prestoInput: QuicksightDataSourceParametersPresto;
public readonly rdsInput: QuicksightDataSourceParametersRds;
public readonly redshiftInput: QuicksightDataSourceParametersRedshift;
public readonly s3Input: QuicksightDataSourceParametersS3;
public readonly serviceNowInput: QuicksightDataSourceParametersServiceNow;
public readonly snowflakeInput: QuicksightDataSourceParametersSnowflake;
public readonly sparkInput: QuicksightDataSourceParametersSpark;
public readonly sqlServerInput: QuicksightDataSourceParametersSqlServer;
public readonly teradataInput: QuicksightDataSourceParametersTeradata;
public readonly twitterInput: QuicksightDataSourceParametersTwitter;
public readonly internalValue: QuicksightDataSourceParameters;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersPostgresqlOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersPostgresql |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersPostgresql;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersPrestoOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
catalogInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
catalog |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersPresto |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly catalogInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly catalog: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersPresto;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersRdsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
instanceIdInput |
string |
No description. |
database |
string |
No description. |
instanceId |
string |
No description. |
internalValue |
QuicksightDataSourceParametersRds |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly instanceIdInput: string;
- Type: string
public readonly database: string;
- Type: string
public readonly instanceId: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersRds;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersRedshiftOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
resetClusterId |
No description. |
resetHost |
No description. |
resetPort |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public resetClusterId(): void
public resetHost(): void
public resetPort(): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
clusterIdInput |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
clusterId |
string |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersRedshift |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly clusterIdInput: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly clusterId: string;
- Type: string
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersRedshift;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersS3ManifestFileLocationOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
bucketInput |
string |
No description. |
keyInput |
string |
No description. |
bucket |
string |
No description. |
key |
string |
No description. |
internalValue |
QuicksightDataSourceParametersS3ManifestFileLocation |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly bucketInput: string;
- Type: string
public readonly keyInput: string;
- Type: string
public readonly bucket: string;
- Type: string
public readonly key: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersS3ManifestFileLocation;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersS3OutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
putManifestFileLocation |
No description. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public putManifestFileLocation(value: QuicksightDataSourceParametersS3ManifestFileLocation): void
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
manifestFileLocation |
QuicksightDataSourceParametersS3ManifestFileLocationOutputReference |
No description. |
manifestFileLocationInput |
QuicksightDataSourceParametersS3ManifestFileLocation |
No description. |
internalValue |
QuicksightDataSourceParametersS3 |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly manifestFileLocation: QuicksightDataSourceParametersS3ManifestFileLocationOutputReference;
public readonly manifestFileLocationInput: QuicksightDataSourceParametersS3ManifestFileLocation;
public readonly internalValue: QuicksightDataSourceParametersS3;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersServiceNowOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
siteBaseUrlInput |
string |
No description. |
siteBaseUrl |
string |
No description. |
internalValue |
QuicksightDataSourceParametersServiceNow |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly siteBaseUrlInput: string;
- Type: string
public readonly siteBaseUrl: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersServiceNow;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersSnowflakeOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
warehouseInput |
string |
No description. |
database |
string |
No description. |
host |
string |
No description. |
warehouse |
string |
No description. |
internalValue |
QuicksightDataSourceParametersSnowflake |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly warehouseInput: string;
- Type: string
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly warehouse: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersSnowflake;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersSparkOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersSpark |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersSpark;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersSqlServerOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersSqlServer |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersSqlServer;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersTeradataOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
databaseInput |
string |
No description. |
hostInput |
string |
No description. |
portInput |
number |
No description. |
database |
string |
No description. |
host |
string |
No description. |
port |
number |
No description. |
internalValue |
QuicksightDataSourceParametersTeradata |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly databaseInput: string;
- Type: string
public readonly hostInput: string;
- Type: string
public readonly portInput: number;
- Type: number
public readonly database: string;
- Type: string
public readonly host: string;
- Type: string
public readonly port: number;
- Type: number
public readonly internalValue: QuicksightDataSourceParametersTeradata;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceParametersTwitterOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
maxRowsInput |
number |
No description. |
queryInput |
string |
No description. |
maxRows |
number |
No description. |
query |
string |
No description. |
internalValue |
QuicksightDataSourceParametersTwitter |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly maxRowsInput: number;
- Type: number
public readonly queryInput: string;
- Type: string
public readonly maxRows: number;
- Type: number
public readonly query: string;
- Type: string
public readonly internalValue: QuicksightDataSourceParametersTwitter;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourcePermissionList(terraformResource: IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
wrapsSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
allWithMapKey |
Creating an iterator for this complex list. |
computeFqn |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
get |
No description. |
public allWithMapKey(mapKeyAttributeName: string): DynamicListTerraformIterator
Creating an iterator for this complex list.
The list will be converted into a map with the mapKeyAttributeName as the key.
- Type: string
public computeFqn(): string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
public get(index: number): QuicksightDataSourcePermissionOutputReference
- Type: number
the index of the item to return.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
internalValue |
cdktf.IResolvable | QuicksightDataSourcePermission[] |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly internalValue: IResolvable | QuicksightDataSourcePermission[];
- Type: cdktf.IResolvable | QuicksightDataSourcePermission[]
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourcePermissionOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
complexObjectIndex |
number |
the index of this item in the list. |
complexObjectIsFromSet |
boolean |
whether the list is wrapping a set (will add tolist() to be able to access an item via an index). |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
- Type: number
the index of this item in the list.
- Type: boolean
whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
actionsInput |
string[] |
No description. |
principalInput |
string |
No description. |
actions |
string[] |
No description. |
principal |
string |
No description. |
internalValue |
cdktf.IResolvable | QuicksightDataSourcePermission |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly actionsInput: string[];
- Type: string[]
public readonly principalInput: string;
- Type: string
public readonly actions: string[];
- Type: string[]
public readonly principal: string;
- Type: string
public readonly internalValue: IResolvable | QuicksightDataSourcePermission;
- Type: cdktf.IResolvable | QuicksightDataSourcePermission
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceSslPropertiesOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
disableSslInput |
boolean | cdktf.IResolvable |
No description. |
disableSsl |
boolean | cdktf.IResolvable |
No description. |
internalValue |
QuicksightDataSourceSslProperties |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly disableSslInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly disableSsl: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly internalValue: QuicksightDataSourceSslProperties;
import { quicksightDataSource } from '@cdktf/aws-cdk'
new quicksightDataSource.QuicksightDataSourceVpcConnectionPropertiesOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string)
Name | Type | Description |
---|---|---|
terraformResource |
cdktf.IInterpolatingParent |
The parent resource. |
terraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
Name | Description |
---|---|
computeFqn |
No description. |
getAnyMapAttribute |
No description. |
getBooleanAttribute |
No description. |
getBooleanMapAttribute |
No description. |
getListAttribute |
No description. |
getNumberAttribute |
No description. |
getNumberListAttribute |
No description. |
getNumberMapAttribute |
No description. |
getStringAttribute |
No description. |
getStringMapAttribute |
No description. |
interpolationForAttribute |
No description. |
resolve |
Produce the Token's value at resolution time. |
toString |
Return a string representation of this resolvable object. |
public computeFqn(): string
public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any}
- Type: string
public getBooleanAttribute(terraformAttribute: string): IResolvable
- Type: string
public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean}
- Type: string
public getListAttribute(terraformAttribute: string): string[]
- Type: string
public getNumberAttribute(terraformAttribute: string): number
- Type: string
public getNumberListAttribute(terraformAttribute: string): number[]
- Type: string
public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number}
- Type: string
public getStringAttribute(terraformAttribute: string): string
- Type: string
public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string}
- Type: string
public interpolationForAttribute(property: string): IResolvable
- Type: string
public resolve(_context: IResolveContext): any
Produce the Token's value at resolution time.
- Type: cdktf.IResolveContext
public toString(): string
Return a string representation of this resolvable object.
Returns a reversible string representation.
Name | Type | Description |
---|---|---|
creationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
fqn |
string |
No description. |
vpcConnectionArnInput |
string |
No description. |
vpcConnectionArn |
string |
No description. |
internalValue |
QuicksightDataSourceVpcConnectionProperties |
No description. |
public readonly creationStack: string[];
- Type: string[]
The creation stack of this resolvable which will be appended to errors thrown during resolution.
If this returns an empty array the stack will not be attached.
public readonly fqn: string;
- Type: string
public readonly vpcConnectionArnInput: string;
- Type: string
public readonly vpcConnectionArn: string;
- Type: string
public readonly internalValue: QuicksightDataSourceVpcConnectionProperties;