Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource aws_appsync_datasource}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasource(scope: Construct, id: string, config: AppsyncDatasourceConfig)
Name | Type | Description |
---|---|---|
scope |
constructs.Construct |
The scope in which to define this construct. |
id |
string |
The scoped construct ID. |
config |
AppsyncDatasourceConfig |
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
- Type: AppsyncDatasourceConfig
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". |
putDynamodbConfig |
No description. |
putElasticsearchConfig |
No description. |
putHttpConfig |
No description. |
putLambdaConfig |
No description. |
putRelationalDatabaseConfig |
No description. |
resetDescription |
No description. |
resetDynamodbConfig |
No description. |
resetElasticsearchConfig |
No description. |
resetHttpConfig |
No description. |
resetId |
No description. |
resetLambdaConfig |
No description. |
resetRelationalDatabaseConfig |
No description. |
resetServiceRoleArn |
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 putDynamodbConfig(value: AppsyncDatasourceDynamodbConfig): void
public putElasticsearchConfig(value: AppsyncDatasourceElasticsearchConfig): void
public putHttpConfig(value: AppsyncDatasourceHttpConfig): void
public putLambdaConfig(value: AppsyncDatasourceLambdaConfig): void
public putRelationalDatabaseConfig(value: AppsyncDatasourceRelationalDatabaseConfig): void
public resetDescription(): void
public resetDynamodbConfig(): void
public resetElasticsearchConfig(): void
public resetHttpConfig(): void
public resetId(): void
public resetLambdaConfig(): void
public resetRelationalDatabaseConfig(): void
public resetServiceRoleArn(): void
Name | Description |
---|---|
isConstruct |
Checks if x is a construct. |
isTerraformElement |
No description. |
isTerraformResource |
No description. |
generateConfigForImport |
Generates CDKTF code for importing a AppsyncDatasource resource upon running "cdktf plan ". |
import { appsyncDatasource } from '@cdktf/aws-cdk'
appsyncDatasource.AppsyncDatasource.isConstruct(x: any)
Checks if x
is a construct.
- Type: any
Any object.
import { appsyncDatasource } from '@cdktf/aws-cdk'
appsyncDatasource.AppsyncDatasource.isTerraformElement(x: any)
- Type: any
import { appsyncDatasource } from '@cdktf/aws-cdk'
appsyncDatasource.AppsyncDatasource.isTerraformResource(x: any)
- Type: any
import { appsyncDatasource } from '@cdktf/aws-cdk'
appsyncDatasource.AppsyncDatasource.generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: TerraformProvider)
Generates CDKTF code for importing a AppsyncDatasource 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 AppsyncDatasource to import.
- Type: string
The id of the existing AppsyncDatasource that should be imported.
Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#import import section} in the documentation of this resource for the id to use
- Type: cdktf.TerraformProvider
? Optional instance of the provider where the AppsyncDatasource 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. |
dynamodbConfig |
AppsyncDatasourceDynamodbConfigOutputReference |
No description. |
elasticsearchConfig |
AppsyncDatasourceElasticsearchConfigOutputReference |
No description. |
httpConfig |
AppsyncDatasourceHttpConfigOutputReference |
No description. |
lambdaConfig |
AppsyncDatasourceLambdaConfigOutputReference |
No description. |
relationalDatabaseConfig |
AppsyncDatasourceRelationalDatabaseConfigOutputReference |
No description. |
apiIdInput |
string |
No description. |
descriptionInput |
string |
No description. |
dynamodbConfigInput |
AppsyncDatasourceDynamodbConfig |
No description. |
elasticsearchConfigInput |
AppsyncDatasourceElasticsearchConfig |
No description. |
httpConfigInput |
AppsyncDatasourceHttpConfig |
No description. |
idInput |
string |
No description. |
lambdaConfigInput |
AppsyncDatasourceLambdaConfig |
No description. |
nameInput |
string |
No description. |
relationalDatabaseConfigInput |
AppsyncDatasourceRelationalDatabaseConfig |
No description. |
serviceRoleArnInput |
string |
No description. |
typeInput |
string |
No description. |
apiId |
string |
No description. |
description |
string |
No description. |
id |
string |
No description. |
name |
string |
No description. |
serviceRoleArn |
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 dynamodbConfig: AppsyncDatasourceDynamodbConfigOutputReference;
public readonly elasticsearchConfig: AppsyncDatasourceElasticsearchConfigOutputReference;
public readonly httpConfig: AppsyncDatasourceHttpConfigOutputReference;
public readonly lambdaConfig: AppsyncDatasourceLambdaConfigOutputReference;
public readonly relationalDatabaseConfig: AppsyncDatasourceRelationalDatabaseConfigOutputReference;
public readonly apiIdInput: string;
- Type: string
public readonly descriptionInput: string;
- Type: string
public readonly dynamodbConfigInput: AppsyncDatasourceDynamodbConfig;
public readonly elasticsearchConfigInput: AppsyncDatasourceElasticsearchConfig;
public readonly httpConfigInput: AppsyncDatasourceHttpConfig;
public readonly idInput: string;
- Type: string
public readonly lambdaConfigInput: AppsyncDatasourceLambdaConfig;
public readonly nameInput: string;
- Type: string
public readonly relationalDatabaseConfigInput: AppsyncDatasourceRelationalDatabaseConfig;
public readonly serviceRoleArnInput: string;
- Type: string
public readonly typeInput: string;
- Type: string
public readonly apiId: string;
- Type: string
public readonly description: string;
- Type: string
public readonly id: string;
- Type: string
public readonly name: string;
- Type: string
public readonly serviceRoleArn: string;
- Type: string
public readonly type: string;
- Type: string
Name | Type | Description |
---|---|---|
tfResourceType |
string |
No description. |
public readonly tfResourceType: string;
- Type: string
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceConfig: appsyncDatasource.AppsyncDatasourceConfig = { ... }
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. |
apiId |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#api_id AppsyncDatasource#api_id}. |
name |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#name AppsyncDatasource#name}. |
type |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#type AppsyncDatasource#type}. |
description |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#description AppsyncDatasource#description}. |
dynamodbConfig |
AppsyncDatasourceDynamodbConfig |
dynamodb_config block. |
elasticsearchConfig |
AppsyncDatasourceElasticsearchConfig |
elasticsearch_config block. |
httpConfig |
AppsyncDatasourceHttpConfig |
http_config block. |
id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#id AppsyncDatasource#id}. |
lambdaConfig |
AppsyncDatasourceLambdaConfig |
lambda_config block. |
relationalDatabaseConfig |
AppsyncDatasourceRelationalDatabaseConfig |
relational_database_config block. |
serviceRoleArn |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#service_role_arn AppsyncDatasource#service_role_arn}. |
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 apiId: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#api_id AppsyncDatasource#api_id}.
public readonly name: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#name AppsyncDatasource#name}.
public readonly type: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#type AppsyncDatasource#type}.
public readonly description: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#description AppsyncDatasource#description}.
public readonly dynamodbConfig: AppsyncDatasourceDynamodbConfig;
dynamodb_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#dynamodb_config AppsyncDatasource#dynamodb_config}
public readonly elasticsearchConfig: AppsyncDatasourceElasticsearchConfig;
elasticsearch_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#elasticsearch_config AppsyncDatasource#elasticsearch_config}
public readonly httpConfig: AppsyncDatasourceHttpConfig;
http_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#http_config AppsyncDatasource#http_config}
public readonly id: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#id AppsyncDatasource#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 lambdaConfig: AppsyncDatasourceLambdaConfig;
lambda_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#lambda_config AppsyncDatasource#lambda_config}
public readonly relationalDatabaseConfig: AppsyncDatasourceRelationalDatabaseConfig;
relational_database_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#relational_database_config AppsyncDatasource#relational_database_config}
public readonly serviceRoleArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#service_role_arn AppsyncDatasource#service_role_arn}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceDynamodbConfig: appsyncDatasource.AppsyncDatasourceDynamodbConfig = { ... }
Name | Type | Description |
---|---|---|
tableName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#table_name AppsyncDatasource#table_name}. |
deltaSyncConfig |
AppsyncDatasourceDynamodbConfigDeltaSyncConfig |
delta_sync_config block. |
region |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#region AppsyncDatasource#region}. |
useCallerCredentials |
boolean | cdktf.IResolvable |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#use_caller_credentials AppsyncDatasource#use_caller_credentials}. |
versioned |
boolean | cdktf.IResolvable |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#versioned AppsyncDatasource#versioned}. |
public readonly tableName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#table_name AppsyncDatasource#table_name}.
public readonly deltaSyncConfig: AppsyncDatasourceDynamodbConfigDeltaSyncConfig;
delta_sync_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#delta_sync_config AppsyncDatasource#delta_sync_config}
public readonly region: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#region AppsyncDatasource#region}.
public readonly useCallerCredentials: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#use_caller_credentials AppsyncDatasource#use_caller_credentials}.
public readonly versioned: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#versioned AppsyncDatasource#versioned}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceDynamodbConfigDeltaSyncConfig: appsyncDatasource.AppsyncDatasourceDynamodbConfigDeltaSyncConfig = { ... }
Name | Type | Description |
---|---|---|
deltaSyncTableName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#delta_sync_table_name AppsyncDatasource#delta_sync_table_name}. |
baseTableTtl |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#base_table_ttl AppsyncDatasource#base_table_ttl}. |
deltaSyncTableTtl |
number |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#delta_sync_table_ttl AppsyncDatasource#delta_sync_table_ttl}. |
public readonly deltaSyncTableName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#delta_sync_table_name AppsyncDatasource#delta_sync_table_name}.
public readonly baseTableTtl: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#base_table_ttl AppsyncDatasource#base_table_ttl}.
public readonly deltaSyncTableTtl: number;
- Type: number
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#delta_sync_table_ttl AppsyncDatasource#delta_sync_table_ttl}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceElasticsearchConfig: appsyncDatasource.AppsyncDatasourceElasticsearchConfig = { ... }
Name | Type | Description |
---|---|---|
endpoint |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#endpoint AppsyncDatasource#endpoint}. |
region |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#region AppsyncDatasource#region}. |
public readonly endpoint: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#endpoint AppsyncDatasource#endpoint}.
public readonly region: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#region AppsyncDatasource#region}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceHttpConfig: appsyncDatasource.AppsyncDatasourceHttpConfig = { ... }
Name | Type | Description |
---|---|---|
endpoint |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#endpoint AppsyncDatasource#endpoint}. |
authorizationConfig |
AppsyncDatasourceHttpConfigAuthorizationConfig |
authorization_config block. |
public readonly endpoint: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#endpoint AppsyncDatasource#endpoint}.
public readonly authorizationConfig: AppsyncDatasourceHttpConfigAuthorizationConfig;
authorization_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#authorization_config AppsyncDatasource#authorization_config}
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceHttpConfigAuthorizationConfig: appsyncDatasource.AppsyncDatasourceHttpConfigAuthorizationConfig = { ... }
Name | Type | Description |
---|---|---|
authorizationType |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#authorization_type AppsyncDatasource#authorization_type}. |
awsIamConfig |
AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig |
aws_iam_config block. |
public readonly authorizationType: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#authorization_type AppsyncDatasource#authorization_type}.
public readonly awsIamConfig: AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig;
aws_iam_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#aws_iam_config AppsyncDatasource#aws_iam_config}
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig: appsyncDatasource.AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig = { ... }
Name | Type | Description |
---|---|---|
signingRegion |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#signing_region AppsyncDatasource#signing_region}. |
signingServiceName |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#signing_service_name AppsyncDatasource#signing_service_name}. |
public readonly signingRegion: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#signing_region AppsyncDatasource#signing_region}.
public readonly signingServiceName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#signing_service_name AppsyncDatasource#signing_service_name}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceLambdaConfig: appsyncDatasource.AppsyncDatasourceLambdaConfig = { ... }
Name | Type | Description |
---|---|---|
functionArn |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#function_arn AppsyncDatasource#function_arn}. |
public readonly functionArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#function_arn AppsyncDatasource#function_arn}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceRelationalDatabaseConfig: appsyncDatasource.AppsyncDatasourceRelationalDatabaseConfig = { ... }
Name | Type | Description |
---|---|---|
httpEndpointConfig |
AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig |
http_endpoint_config block. |
sourceType |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#source_type AppsyncDatasource#source_type}. |
public readonly httpEndpointConfig: AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig;
http_endpoint_config block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#http_endpoint_config AppsyncDatasource#http_endpoint_config}
public readonly sourceType: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#source_type AppsyncDatasource#source_type}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
const appsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig: appsyncDatasource.AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig = { ... }
public readonly awsSecretStoreArn: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#aws_secret_store_arn AppsyncDatasource#aws_secret_store_arn}.
public readonly dbClusterIdentifier: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#db_cluster_identifier AppsyncDatasource#db_cluster_identifier}.
public readonly databaseName: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#database_name AppsyncDatasource#database_name}.
public readonly region: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#region AppsyncDatasource#region}.
public readonly schema: string;
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/3.76.1/docs/resources/appsync_datasource#schema AppsyncDatasource#schema}.
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference(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. |
resetBaseTableTtl |
No description. |
resetDeltaSyncTableTtl |
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 resetBaseTableTtl(): void
public resetDeltaSyncTableTtl(): 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. |
baseTableTtlInput |
number |
No description. |
deltaSyncTableNameInput |
string |
No description. |
deltaSyncTableTtlInput |
number |
No description. |
baseTableTtl |
number |
No description. |
deltaSyncTableName |
string |
No description. |
deltaSyncTableTtl |
number |
No description. |
internalValue |
AppsyncDatasourceDynamodbConfigDeltaSyncConfig |
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 baseTableTtlInput: number;
- Type: number
public readonly deltaSyncTableNameInput: string;
- Type: string
public readonly deltaSyncTableTtlInput: number;
- Type: number
public readonly baseTableTtl: number;
- Type: number
public readonly deltaSyncTableName: string;
- Type: string
public readonly deltaSyncTableTtl: number;
- Type: number
public readonly internalValue: AppsyncDatasourceDynamodbConfigDeltaSyncConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceDynamodbConfigOutputReference(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. |
putDeltaSyncConfig |
No description. |
resetDeltaSyncConfig |
No description. |
resetRegion |
No description. |
resetUseCallerCredentials |
No description. |
resetVersioned |
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 putDeltaSyncConfig(value: AppsyncDatasourceDynamodbConfigDeltaSyncConfig): void
public resetDeltaSyncConfig(): void
public resetRegion(): void
public resetUseCallerCredentials(): void
public resetVersioned(): 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. |
deltaSyncConfig |
AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference |
No description. |
deltaSyncConfigInput |
AppsyncDatasourceDynamodbConfigDeltaSyncConfig |
No description. |
regionInput |
string |
No description. |
tableNameInput |
string |
No description. |
useCallerCredentialsInput |
boolean | cdktf.IResolvable |
No description. |
versionedInput |
boolean | cdktf.IResolvable |
No description. |
region |
string |
No description. |
tableName |
string |
No description. |
useCallerCredentials |
boolean | cdktf.IResolvable |
No description. |
versioned |
boolean | cdktf.IResolvable |
No description. |
internalValue |
AppsyncDatasourceDynamodbConfig |
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 deltaSyncConfig: AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference;
public readonly deltaSyncConfigInput: AppsyncDatasourceDynamodbConfigDeltaSyncConfig;
public readonly regionInput: string;
- Type: string
public readonly tableNameInput: string;
- Type: string
public readonly useCallerCredentialsInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly versionedInput: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly region: string;
- Type: string
public readonly tableName: string;
- Type: string
public readonly useCallerCredentials: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly versioned: boolean | IResolvable;
- Type: boolean | cdktf.IResolvable
public readonly internalValue: AppsyncDatasourceDynamodbConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceElasticsearchConfigOutputReference(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. |
resetRegion |
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 resetRegion(): 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. |
endpointInput |
string |
No description. |
regionInput |
string |
No description. |
endpoint |
string |
No description. |
region |
string |
No description. |
internalValue |
AppsyncDatasourceElasticsearchConfig |
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 endpointInput: string;
- Type: string
public readonly regionInput: string;
- Type: string
public readonly endpoint: string;
- Type: string
public readonly region: string;
- Type: string
public readonly internalValue: AppsyncDatasourceElasticsearchConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference(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. |
resetSigningRegion |
No description. |
resetSigningServiceName |
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 resetSigningRegion(): void
public resetSigningServiceName(): 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. |
signingRegionInput |
string |
No description. |
signingServiceNameInput |
string |
No description. |
signingRegion |
string |
No description. |
signingServiceName |
string |
No description. |
internalValue |
AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig |
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 signingRegionInput: string;
- Type: string
public readonly signingServiceNameInput: string;
- Type: string
public readonly signingRegion: string;
- Type: string
public readonly signingServiceName: string;
- Type: string
public readonly internalValue: AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference(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. |
putAwsIamConfig |
No description. |
resetAuthorizationType |
No description. |
resetAwsIamConfig |
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 putAwsIamConfig(value: AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig): void
public resetAuthorizationType(): void
public resetAwsIamConfig(): 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. |
awsIamConfig |
AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference |
No description. |
authorizationTypeInput |
string |
No description. |
awsIamConfigInput |
AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig |
No description. |
authorizationType |
string |
No description. |
internalValue |
AppsyncDatasourceHttpConfigAuthorizationConfig |
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 awsIamConfig: AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference;
public readonly authorizationTypeInput: string;
- Type: string
public readonly awsIamConfigInput: AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig;
public readonly authorizationType: string;
- Type: string
public readonly internalValue: AppsyncDatasourceHttpConfigAuthorizationConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceHttpConfigOutputReference(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. |
putAuthorizationConfig |
No description. |
resetAuthorizationConfig |
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 putAuthorizationConfig(value: AppsyncDatasourceHttpConfigAuthorizationConfig): void
public resetAuthorizationConfig(): 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. |
authorizationConfig |
AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference |
No description. |
authorizationConfigInput |
AppsyncDatasourceHttpConfigAuthorizationConfig |
No description. |
endpointInput |
string |
No description. |
endpoint |
string |
No description. |
internalValue |
AppsyncDatasourceHttpConfig |
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 authorizationConfig: AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference;
public readonly authorizationConfigInput: AppsyncDatasourceHttpConfigAuthorizationConfig;
public readonly endpointInput: string;
- Type: string
public readonly endpoint: string;
- Type: string
public readonly internalValue: AppsyncDatasourceHttpConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceLambdaConfigOutputReference(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. |
functionArnInput |
string |
No description. |
functionArn |
string |
No description. |
internalValue |
AppsyncDatasourceLambdaConfig |
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 functionArnInput: string;
- Type: string
public readonly functionArn: string;
- Type: string
public readonly internalValue: AppsyncDatasourceLambdaConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference(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. |
resetDatabaseName |
No description. |
resetRegion |
No description. |
resetSchema |
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 resetDatabaseName(): void
public resetRegion(): void
public resetSchema(): 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. |
awsSecretStoreArnInput |
string |
No description. |
databaseNameInput |
string |
No description. |
dbClusterIdentifierInput |
string |
No description. |
regionInput |
string |
No description. |
schemaInput |
string |
No description. |
awsSecretStoreArn |
string |
No description. |
databaseName |
string |
No description. |
dbClusterIdentifier |
string |
No description. |
region |
string |
No description. |
schema |
string |
No description. |
internalValue |
AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig |
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 awsSecretStoreArnInput: string;
- Type: string
public readonly databaseNameInput: string;
- Type: string
public readonly dbClusterIdentifierInput: string;
- Type: string
public readonly regionInput: string;
- Type: string
public readonly schemaInput: string;
- Type: string
public readonly awsSecretStoreArn: string;
- Type: string
public readonly databaseName: string;
- Type: string
public readonly dbClusterIdentifier: string;
- Type: string
public readonly region: string;
- Type: string
public readonly schema: string;
- Type: string
public readonly internalValue: AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig;
import { appsyncDatasource } from '@cdktf/aws-cdk'
new appsyncDatasource.AppsyncDatasourceRelationalDatabaseConfigOutputReference(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. |
putHttpEndpointConfig |
No description. |
resetHttpEndpointConfig |
No description. |
resetSourceType |
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 putHttpEndpointConfig(value: AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig): void
public resetHttpEndpointConfig(): void
public resetSourceType(): 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. |
httpEndpointConfig |
AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference |
No description. |
httpEndpointConfigInput |
AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig |
No description. |
sourceTypeInput |
string |
No description. |
sourceType |
string |
No description. |
internalValue |
AppsyncDatasourceRelationalDatabaseConfig |
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 httpEndpointConfig: AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference;
public readonly httpEndpointConfigInput: AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig;
public readonly sourceTypeInput: string;
- Type: string
public readonly sourceType: string;
- Type: string
public readonly internalValue: AppsyncDatasourceRelationalDatabaseConfig;