Documentation ¶
Index ¶
- func AppsyncDatasource_IsConstruct(x interface{}) *bool
- func AppsyncDatasource_IsTerraformElement(x interface{}) *bool
- func AppsyncDatasource_IsTerraformResource(x interface{}) *bool
- func AppsyncDatasource_TfResourceType() *string
- func NewAppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference_Override(a AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference, ...)
- func NewAppsyncDatasourceDynamodbConfigOutputReference_Override(a AppsyncDatasourceDynamodbConfigOutputReference, ...)
- func NewAppsyncDatasourceElasticsearchConfigOutputReference_Override(a AppsyncDatasourceElasticsearchConfigOutputReference, ...)
- func NewAppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference_Override(a AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference, ...)
- func NewAppsyncDatasourceHttpConfigAuthorizationConfigOutputReference_Override(a AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference, ...)
- func NewAppsyncDatasourceHttpConfigOutputReference_Override(a AppsyncDatasourceHttpConfigOutputReference, ...)
- func NewAppsyncDatasourceLambdaConfigOutputReference_Override(a AppsyncDatasourceLambdaConfigOutputReference, ...)
- func NewAppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference_Override(a AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference, ...)
- func NewAppsyncDatasourceRelationalDatabaseConfigOutputReference_Override(a AppsyncDatasourceRelationalDatabaseConfigOutputReference, ...)
- func NewAppsyncDatasource_Override(a AppsyncDatasource, scope constructs.Construct, id *string, ...)
- type AppsyncDatasource
- type AppsyncDatasourceConfig
- type AppsyncDatasourceDynamodbConfig
- type AppsyncDatasourceDynamodbConfigDeltaSyncConfig
- type AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference
- type AppsyncDatasourceDynamodbConfigOutputReference
- type AppsyncDatasourceElasticsearchConfig
- type AppsyncDatasourceElasticsearchConfigOutputReference
- type AppsyncDatasourceHttpConfig
- type AppsyncDatasourceHttpConfigAuthorizationConfig
- type AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig
- type AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference
- type AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference
- type AppsyncDatasourceHttpConfigOutputReference
- type AppsyncDatasourceLambdaConfig
- type AppsyncDatasourceLambdaConfigOutputReference
- type AppsyncDatasourceRelationalDatabaseConfig
- type AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig
- type AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference
- type AppsyncDatasourceRelationalDatabaseConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppsyncDatasource_IsConstruct ¶
func AppsyncDatasource_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func AppsyncDatasource_IsTerraformElement ¶
func AppsyncDatasource_IsTerraformElement(x interface{}) *bool
Experimental.
func AppsyncDatasource_IsTerraformResource ¶
func AppsyncDatasource_IsTerraformResource(x interface{}) *bool
Experimental.
func AppsyncDatasource_TfResourceType ¶
func AppsyncDatasource_TfResourceType() *string
func NewAppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference_Override ¶
func NewAppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference_Override(a AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceDynamodbConfigOutputReference_Override ¶
func NewAppsyncDatasourceDynamodbConfigOutputReference_Override(a AppsyncDatasourceDynamodbConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceElasticsearchConfigOutputReference_Override ¶
func NewAppsyncDatasourceElasticsearchConfigOutputReference_Override(a AppsyncDatasourceElasticsearchConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference_Override ¶
func NewAppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference_Override(a AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceHttpConfigAuthorizationConfigOutputReference_Override ¶
func NewAppsyncDatasourceHttpConfigAuthorizationConfigOutputReference_Override(a AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceHttpConfigOutputReference_Override ¶
func NewAppsyncDatasourceHttpConfigOutputReference_Override(a AppsyncDatasourceHttpConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceLambdaConfigOutputReference_Override ¶
func NewAppsyncDatasourceLambdaConfigOutputReference_Override(a AppsyncDatasourceLambdaConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference_Override ¶
func NewAppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference_Override(a AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasourceRelationalDatabaseConfigOutputReference_Override ¶
func NewAppsyncDatasourceRelationalDatabaseConfigOutputReference_Override(a AppsyncDatasourceRelationalDatabaseConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppsyncDatasource_Override ¶
func NewAppsyncDatasource_Override(a AppsyncDatasource, scope constructs.Construct, id *string, config *AppsyncDatasourceConfig)
Create a new {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource aws_appsync_datasource} Resource.
Types ¶
type AppsyncDatasource ¶
type AppsyncDatasource interface { cdktf.TerraformResource ApiId() *string SetApiId(val *string) ApiIdInput() *string Arn() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DynamodbConfig() AppsyncDatasourceDynamodbConfigOutputReference DynamodbConfigInput() *AppsyncDatasourceDynamodbConfig ElasticsearchConfig() AppsyncDatasourceElasticsearchConfigOutputReference ElasticsearchConfigInput() *AppsyncDatasourceElasticsearchConfig // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HttpConfig() AppsyncDatasourceHttpConfigOutputReference HttpConfigInput() *AppsyncDatasourceHttpConfig Id() *string SetId(val *string) IdInput() *string LambdaConfig() AppsyncDatasourceLambdaConfigOutputReference LambdaConfigInput() *AppsyncDatasourceLambdaConfig // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RelationalDatabaseConfig() AppsyncDatasourceRelationalDatabaseConfigOutputReference RelationalDatabaseConfigInput() *AppsyncDatasourceRelationalDatabaseConfig ServiceRoleArn() *string SetServiceRoleArn(val *string) ServiceRoleArnInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Type() *string SetType(val *string) TypeInput() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutDynamodbConfig(value *AppsyncDatasourceDynamodbConfig) PutElasticsearchConfig(value *AppsyncDatasourceElasticsearchConfig) PutHttpConfig(value *AppsyncDatasourceHttpConfig) PutLambdaConfig(value *AppsyncDatasourceLambdaConfig) PutRelationalDatabaseConfig(value *AppsyncDatasourceRelationalDatabaseConfig) ResetDescription() ResetDynamodbConfig() ResetElasticsearchConfig() ResetHttpConfig() ResetId() ResetLambdaConfig() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRelationalDatabaseConfig() ResetServiceRoleArn() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource aws_appsync_datasource}.
func NewAppsyncDatasource ¶
func NewAppsyncDatasource(scope constructs.Construct, id *string, config *AppsyncDatasourceConfig) AppsyncDatasource
Create a new {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource aws_appsync_datasource} Resource.
type AppsyncDatasourceConfig ¶
type AppsyncDatasourceConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#api_id AppsyncDatasource#api_id}. ApiId *string `field:"required" json:"apiId" yaml:"apiId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#name AppsyncDatasource#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#type AppsyncDatasource#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#description AppsyncDatasource#description}. Description *string `field:"optional" json:"description" yaml:"description"` // dynamodb_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#dynamodb_config AppsyncDatasource#dynamodb_config} DynamodbConfig *AppsyncDatasourceDynamodbConfig `field:"optional" json:"dynamodbConfig" yaml:"dynamodbConfig"` // elasticsearch_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#elasticsearch_config AppsyncDatasource#elasticsearch_config} ElasticsearchConfig *AppsyncDatasourceElasticsearchConfig `field:"optional" json:"elasticsearchConfig" yaml:"elasticsearchConfig"` // http_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#http_config AppsyncDatasource#http_config} HttpConfig *AppsyncDatasourceHttpConfig `field:"optional" json:"httpConfig" yaml:"httpConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/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. Id *string `field:"optional" json:"id" yaml:"id"` // lambda_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#lambda_config AppsyncDatasource#lambda_config} LambdaConfig *AppsyncDatasourceLambdaConfig `field:"optional" json:"lambdaConfig" yaml:"lambdaConfig"` // relational_database_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#relational_database_config AppsyncDatasource#relational_database_config} RelationalDatabaseConfig *AppsyncDatasourceRelationalDatabaseConfig `field:"optional" json:"relationalDatabaseConfig" yaml:"relationalDatabaseConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#service_role_arn AppsyncDatasource#service_role_arn}. ServiceRoleArn *string `field:"optional" json:"serviceRoleArn" yaml:"serviceRoleArn"` }
type AppsyncDatasourceDynamodbConfig ¶
type AppsyncDatasourceDynamodbConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#table_name AppsyncDatasource#table_name}. TableName *string `field:"required" json:"tableName" yaml:"tableName"` // delta_sync_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#delta_sync_config AppsyncDatasource#delta_sync_config} DeltaSyncConfig *AppsyncDatasourceDynamodbConfigDeltaSyncConfig `field:"optional" json:"deltaSyncConfig" yaml:"deltaSyncConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#region AppsyncDatasource#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#use_caller_credentials AppsyncDatasource#use_caller_credentials}. UseCallerCredentials interface{} `field:"optional" json:"useCallerCredentials" yaml:"useCallerCredentials"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#versioned AppsyncDatasource#versioned}. Versioned interface{} `field:"optional" json:"versioned" yaml:"versioned"` }
type AppsyncDatasourceDynamodbConfigDeltaSyncConfig ¶
type AppsyncDatasourceDynamodbConfigDeltaSyncConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#delta_sync_table_name AppsyncDatasource#delta_sync_table_name}. DeltaSyncTableName *string `field:"required" json:"deltaSyncTableName" yaml:"deltaSyncTableName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#base_table_ttl AppsyncDatasource#base_table_ttl}. BaseTableTtl *float64 `field:"optional" json:"baseTableTtl" yaml:"baseTableTtl"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#delta_sync_table_ttl AppsyncDatasource#delta_sync_table_ttl}. DeltaSyncTableTtl *float64 `field:"optional" json:"deltaSyncTableTtl" yaml:"deltaSyncTableTtl"` }
type AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference ¶
type AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference interface { cdktf.ComplexObject BaseTableTtl() *float64 SetBaseTableTtl(val *float64) BaseTableTtlInput() *float64 // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string DeltaSyncTableName() *string SetDeltaSyncTableName(val *string) DeltaSyncTableNameInput() *string DeltaSyncTableTtl() *float64 SetDeltaSyncTableTtl(val *float64) DeltaSyncTableTtlInput() *float64 // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceDynamodbConfigDeltaSyncConfig SetInternalValue(val *AppsyncDatasourceDynamodbConfigDeltaSyncConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetBaseTableTtl() ResetDeltaSyncTableTtl() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference ¶
func NewAppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference
type AppsyncDatasourceDynamodbConfigOutputReference ¶
type AppsyncDatasourceDynamodbConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string DeltaSyncConfig() AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference DeltaSyncConfigInput() *AppsyncDatasourceDynamodbConfigDeltaSyncConfig // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceDynamodbConfig SetInternalValue(val *AppsyncDatasourceDynamodbConfig) Region() *string SetRegion(val *string) RegionInput() *string TableName() *string SetTableName(val *string) TableNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UseCallerCredentials() interface{} SetUseCallerCredentials(val interface{}) UseCallerCredentialsInput() interface{} Versioned() interface{} SetVersioned(val interface{}) VersionedInput() interface{} // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutDeltaSyncConfig(value *AppsyncDatasourceDynamodbConfigDeltaSyncConfig) ResetDeltaSyncConfig() ResetRegion() ResetUseCallerCredentials() ResetVersioned() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceDynamodbConfigOutputReference ¶
func NewAppsyncDatasourceDynamodbConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceDynamodbConfigOutputReference
type AppsyncDatasourceElasticsearchConfig ¶
type AppsyncDatasourceElasticsearchConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#endpoint AppsyncDatasource#endpoint}. Endpoint *string `field:"required" json:"endpoint" yaml:"endpoint"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#region AppsyncDatasource#region}. Region *string `field:"optional" json:"region" yaml:"region"` }
type AppsyncDatasourceElasticsearchConfigOutputReference ¶
type AppsyncDatasourceElasticsearchConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Endpoint() *string SetEndpoint(val *string) EndpointInput() *string // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceElasticsearchConfig SetInternalValue(val *AppsyncDatasourceElasticsearchConfig) Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetRegion() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceElasticsearchConfigOutputReference ¶
func NewAppsyncDatasourceElasticsearchConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceElasticsearchConfigOutputReference
type AppsyncDatasourceHttpConfig ¶
type AppsyncDatasourceHttpConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#endpoint AppsyncDatasource#endpoint}. Endpoint *string `field:"required" json:"endpoint" yaml:"endpoint"` // authorization_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#authorization_config AppsyncDatasource#authorization_config} AuthorizationConfig *AppsyncDatasourceHttpConfigAuthorizationConfig `field:"optional" json:"authorizationConfig" yaml:"authorizationConfig"` }
type AppsyncDatasourceHttpConfigAuthorizationConfig ¶
type AppsyncDatasourceHttpConfigAuthorizationConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#authorization_type AppsyncDatasource#authorization_type}. AuthorizationType *string `field:"optional" json:"authorizationType" yaml:"authorizationType"` // aws_iam_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#aws_iam_config AppsyncDatasource#aws_iam_config} AwsIamConfig *AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig `field:"optional" json:"awsIamConfig" yaml:"awsIamConfig"` }
type AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig ¶
type AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#signing_region AppsyncDatasource#signing_region}. SigningRegion *string `field:"optional" json:"signingRegion" yaml:"signingRegion"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#signing_service_name AppsyncDatasource#signing_service_name}. SigningServiceName *string `field:"optional" json:"signingServiceName" yaml:"signingServiceName"` }
type AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference ¶
type AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig SetInternalValue(val *AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig) SigningRegion() *string SetSigningRegion(val *string) SigningRegionInput() *string SigningServiceName() *string SetSigningServiceName(val *string) SigningServiceNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetSigningRegion() ResetSigningServiceName() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference ¶
func NewAppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference
type AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference ¶
type AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference interface { cdktf.ComplexObject AuthorizationType() *string SetAuthorizationType(val *string) AuthorizationTypeInput() *string AwsIamConfig() AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference AwsIamConfigInput() *AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceHttpConfigAuthorizationConfig SetInternalValue(val *AppsyncDatasourceHttpConfigAuthorizationConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAwsIamConfig(value *AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig) ResetAuthorizationType() ResetAwsIamConfig() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceHttpConfigAuthorizationConfigOutputReference ¶
func NewAppsyncDatasourceHttpConfigAuthorizationConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference
type AppsyncDatasourceHttpConfigOutputReference ¶
type AppsyncDatasourceHttpConfigOutputReference interface { cdktf.ComplexObject AuthorizationConfig() AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference AuthorizationConfigInput() *AppsyncDatasourceHttpConfigAuthorizationConfig // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string Endpoint() *string SetEndpoint(val *string) EndpointInput() *string // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceHttpConfig SetInternalValue(val *AppsyncDatasourceHttpConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutAuthorizationConfig(value *AppsyncDatasourceHttpConfigAuthorizationConfig) ResetAuthorizationConfig() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceHttpConfigOutputReference ¶
func NewAppsyncDatasourceHttpConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceHttpConfigOutputReference
type AppsyncDatasourceLambdaConfig ¶
type AppsyncDatasourceLambdaConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#function_arn AppsyncDatasource#function_arn}. FunctionArn *string `field:"required" json:"functionArn" yaml:"functionArn"` }
type AppsyncDatasourceLambdaConfigOutputReference ¶
type AppsyncDatasourceLambdaConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string FunctionArn() *string SetFunctionArn(val *string) FunctionArnInput() *string InternalValue() *AppsyncDatasourceLambdaConfig SetInternalValue(val *AppsyncDatasourceLambdaConfig) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceLambdaConfigOutputReference ¶
func NewAppsyncDatasourceLambdaConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceLambdaConfigOutputReference
type AppsyncDatasourceRelationalDatabaseConfig ¶
type AppsyncDatasourceRelationalDatabaseConfig struct { // http_endpoint_config block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#http_endpoint_config AppsyncDatasource#http_endpoint_config} HttpEndpointConfig *AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig `field:"optional" json:"httpEndpointConfig" yaml:"httpEndpointConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#source_type AppsyncDatasource#source_type}. SourceType *string `field:"optional" json:"sourceType" yaml:"sourceType"` }
type AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig ¶
type AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#aws_secret_store_arn AppsyncDatasource#aws_secret_store_arn}. AwsSecretStoreArn *string `field:"required" json:"awsSecretStoreArn" yaml:"awsSecretStoreArn"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#db_cluster_identifier AppsyncDatasource#db_cluster_identifier}. DbClusterIdentifier *string `field:"required" json:"dbClusterIdentifier" yaml:"dbClusterIdentifier"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#database_name AppsyncDatasource#database_name}. DatabaseName *string `field:"optional" json:"databaseName" yaml:"databaseName"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#region AppsyncDatasource#region}. Region *string `field:"optional" json:"region" yaml:"region"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/r/appsync_datasource#schema AppsyncDatasource#schema}. Schema *string `field:"optional" json:"schema" yaml:"schema"` }
type AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference ¶
type AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference interface { cdktf.ComplexObject AwsSecretStoreArn() *string SetAwsSecretStoreArn(val *string) AwsSecretStoreArnInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string DatabaseName() *string SetDatabaseName(val *string) DatabaseNameInput() *string DbClusterIdentifier() *string SetDbClusterIdentifier(val *string) DbClusterIdentifierInput() *string // Experimental. Fqn() *string InternalValue() *AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig SetInternalValue(val *AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig) Region() *string SetRegion(val *string) RegionInput() *string Schema() *string SetSchema(val *string) SchemaInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetDatabaseName() ResetRegion() ResetSchema() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference ¶
func NewAppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference
type AppsyncDatasourceRelationalDatabaseConfigOutputReference ¶
type AppsyncDatasourceRelationalDatabaseConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // 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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string HttpEndpointConfig() AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference HttpEndpointConfigInput() *AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig InternalValue() *AppsyncDatasourceRelationalDatabaseConfig SetInternalValue(val *AppsyncDatasourceRelationalDatabaseConfig) SourceType() *string SetSourceType(val *string) SourceTypeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutHttpEndpointConfig(value *AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig) ResetHttpEndpointConfig() ResetSourceType() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppsyncDatasourceRelationalDatabaseConfigOutputReference ¶
func NewAppsyncDatasourceRelationalDatabaseConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppsyncDatasourceRelationalDatabaseConfigOutputReference
Source Files ¶
- appsyncdatasource.go
- appsyncdatasource_AppsyncDatasource.go
- appsyncdatasource_AppsyncDatasourceConfig.go
- appsyncdatasource_AppsyncDatasourceDynamodbConfig.go
- appsyncdatasource_AppsyncDatasourceDynamodbConfigDeltaSyncConfig.go
- appsyncdatasource_AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceDynamodbConfigDeltaSyncConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceDynamodbConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceDynamodbConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceElasticsearchConfig.go
- appsyncdatasource_AppsyncDatasourceElasticsearchConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceElasticsearchConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceHttpConfig.go
- appsyncdatasource_AppsyncDatasourceHttpConfigAuthorizationConfig.go
- appsyncdatasource_AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfig.go
- appsyncdatasource_AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceHttpConfigAuthorizationConfigAwsIamConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceHttpConfigAuthorizationConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceHttpConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceHttpConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceLambdaConfig.go
- appsyncdatasource_AppsyncDatasourceLambdaConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceLambdaConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceRelationalDatabaseConfig.go
- appsyncdatasource_AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfig.go
- appsyncdatasource_AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceRelationalDatabaseConfigHttpEndpointConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasourceRelationalDatabaseConfigOutputReference.go
- appsyncdatasource_AppsyncDatasourceRelationalDatabaseConfigOutputReference__runtime_type_checks.go
- appsyncdatasource_AppsyncDatasource__runtime_type_checks.go