Documentation ¶
Index ¶
- func DataAzurermFunctionApp_IsConstruct(x interface{}) *bool
- func DataAzurermFunctionApp_IsTerraformDataSource(x interface{}) *bool
- func DataAzurermFunctionApp_IsTerraformElement(x interface{}) *bool
- func DataAzurermFunctionApp_TfResourceType() *string
- func NewDataAzurermFunctionAppConnectionStringList_Override(d DataAzurermFunctionAppConnectionStringList, ...)
- func NewDataAzurermFunctionAppConnectionStringOutputReference_Override(d DataAzurermFunctionAppConnectionStringOutputReference, ...)
- func NewDataAzurermFunctionAppIdentityList_Override(d DataAzurermFunctionAppIdentityList, ...)
- func NewDataAzurermFunctionAppIdentityOutputReference_Override(d DataAzurermFunctionAppIdentityOutputReference, ...)
- func NewDataAzurermFunctionAppSiteConfigCorsList_Override(d DataAzurermFunctionAppSiteConfigCorsList, ...)
- func NewDataAzurermFunctionAppSiteConfigCorsOutputReference_Override(d DataAzurermFunctionAppSiteConfigCorsOutputReference, ...)
- func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersList_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList, ...)
- func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference, ...)
- func NewDataAzurermFunctionAppSiteConfigIpRestrictionList_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionList, ...)
- func NewDataAzurermFunctionAppSiteConfigIpRestrictionOutputReference_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference, ...)
- func NewDataAzurermFunctionAppSiteConfigList_Override(d DataAzurermFunctionAppSiteConfigList, ...)
- func NewDataAzurermFunctionAppSiteConfigOutputReference_Override(d DataAzurermFunctionAppSiteConfigOutputReference, ...)
- func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList, ...)
- func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference, ...)
- func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionList_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionList, ...)
- func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference, ...)
- func NewDataAzurermFunctionAppSiteCredentialList_Override(d DataAzurermFunctionAppSiteCredentialList, ...)
- func NewDataAzurermFunctionAppSiteCredentialOutputReference_Override(d DataAzurermFunctionAppSiteCredentialOutputReference, ...)
- func NewDataAzurermFunctionAppSourceControlList_Override(d DataAzurermFunctionAppSourceControlList, ...)
- func NewDataAzurermFunctionAppSourceControlOutputReference_Override(d DataAzurermFunctionAppSourceControlOutputReference, ...)
- func NewDataAzurermFunctionAppTimeoutsOutputReference_Override(d DataAzurermFunctionAppTimeoutsOutputReference, ...)
- func NewDataAzurermFunctionApp_Override(d DataAzurermFunctionApp, scope constructs.Construct, id *string, ...)
- type DataAzurermFunctionApp
- type DataAzurermFunctionAppConfig
- type DataAzurermFunctionAppConnectionString
- type DataAzurermFunctionAppConnectionStringList
- type DataAzurermFunctionAppConnectionStringOutputReference
- type DataAzurermFunctionAppIdentity
- type DataAzurermFunctionAppIdentityList
- type DataAzurermFunctionAppIdentityOutputReference
- type DataAzurermFunctionAppSiteConfig
- type DataAzurermFunctionAppSiteConfigCors
- type DataAzurermFunctionAppSiteConfigCorsList
- type DataAzurermFunctionAppSiteConfigCorsOutputReference
- type DataAzurermFunctionAppSiteConfigIpRestriction
- type DataAzurermFunctionAppSiteConfigIpRestrictionHeaders
- type DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList
- type DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference
- type DataAzurermFunctionAppSiteConfigIpRestrictionList
- type DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference
- type DataAzurermFunctionAppSiteConfigList
- type DataAzurermFunctionAppSiteConfigOutputReference
- type DataAzurermFunctionAppSiteConfigScmIpRestriction
- type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeaders
- type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList
- type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference
- type DataAzurermFunctionAppSiteConfigScmIpRestrictionList
- type DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference
- type DataAzurermFunctionAppSiteCredential
- type DataAzurermFunctionAppSiteCredentialList
- type DataAzurermFunctionAppSiteCredentialOutputReference
- type DataAzurermFunctionAppSourceControl
- type DataAzurermFunctionAppSourceControlList
- type DataAzurermFunctionAppSourceControlOutputReference
- type DataAzurermFunctionAppTimeouts
- type DataAzurermFunctionAppTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAzurermFunctionApp_IsConstruct ¶
func DataAzurermFunctionApp_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 DataAzurermFunctionApp_IsTerraformDataSource ¶
func DataAzurermFunctionApp_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAzurermFunctionApp_IsTerraformElement ¶
func DataAzurermFunctionApp_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAzurermFunctionApp_TfResourceType ¶
func DataAzurermFunctionApp_TfResourceType() *string
func NewDataAzurermFunctionAppConnectionStringList_Override ¶
func NewDataAzurermFunctionAppConnectionStringList_Override(d DataAzurermFunctionAppConnectionStringList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppConnectionStringOutputReference_Override ¶
func NewDataAzurermFunctionAppConnectionStringOutputReference_Override(d DataAzurermFunctionAppConnectionStringOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppIdentityList_Override ¶
func NewDataAzurermFunctionAppIdentityList_Override(d DataAzurermFunctionAppIdentityList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppIdentityOutputReference_Override ¶
func NewDataAzurermFunctionAppIdentityOutputReference_Override(d DataAzurermFunctionAppIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteConfigCorsList_Override ¶
func NewDataAzurermFunctionAppSiteConfigCorsList_Override(d DataAzurermFunctionAppSiteConfigCorsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteConfigCorsOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteConfigCorsOutputReference_Override(d DataAzurermFunctionAppSiteConfigCorsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersList_Override ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersList_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteConfigIpRestrictionList_Override ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionList_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteConfigIpRestrictionOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionOutputReference_Override(d DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteConfigList_Override ¶
func NewDataAzurermFunctionAppSiteConfigList_Override(d DataAzurermFunctionAppSiteConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteConfigOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteConfigOutputReference_Override(d DataAzurermFunctionAppSiteConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList_Override ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionList_Override ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionList_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference_Override(d DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSiteCredentialList_Override ¶
func NewDataAzurermFunctionAppSiteCredentialList_Override(d DataAzurermFunctionAppSiteCredentialList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSiteCredentialOutputReference_Override ¶
func NewDataAzurermFunctionAppSiteCredentialOutputReference_Override(d DataAzurermFunctionAppSiteCredentialOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppSourceControlList_Override ¶
func NewDataAzurermFunctionAppSourceControlList_Override(d DataAzurermFunctionAppSourceControlList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAzurermFunctionAppSourceControlOutputReference_Override ¶
func NewDataAzurermFunctionAppSourceControlOutputReference_Override(d DataAzurermFunctionAppSourceControlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAzurermFunctionAppTimeoutsOutputReference_Override ¶
func NewDataAzurermFunctionAppTimeoutsOutputReference_Override(d DataAzurermFunctionAppTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataAzurermFunctionApp_Override ¶
func NewDataAzurermFunctionApp_Override(d DataAzurermFunctionApp, scope constructs.Construct, id *string, config *DataAzurermFunctionAppConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app azurerm_function_app} Data Source.
Types ¶
type DataAzurermFunctionApp ¶
type DataAzurermFunctionApp interface { cdktf.TerraformDataSource AppServicePlanId() *string AppSettings() cdktf.StringMap // Experimental. CdktfStack() cdktf.TerraformStack ClientCertMode() *string ConnectionString() DataAzurermFunctionAppConnectionStringList // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CustomDomainVerificationId() *string DefaultHostname() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Enabled() cdktf.IResolvable // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) Identity() DataAzurermFunctionAppIdentityList IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node OsType() *string OutboundIpAddresses() *string PossibleOutboundIpAddresses() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string SiteConfig() DataAzurermFunctionAppSiteConfigList SiteCredential() DataAzurermFunctionAppSiteCredentialList SourceControl() DataAzurermFunctionAppSourceControlList Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DataAzurermFunctionAppTimeoutsOutputReference TimeoutsInput() interface{} // 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) PutTimeouts(value *DataAzurermFunctionAppTimeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() ResetTimeouts() 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://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app azurerm_function_app}.
func NewDataAzurermFunctionApp ¶
func NewDataAzurermFunctionApp(scope constructs.Construct, id *string, config *DataAzurermFunctionAppConfig) DataAzurermFunctionApp
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app azurerm_function_app} Data Source.
type DataAzurermFunctionAppConfig ¶
type DataAzurermFunctionAppConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `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://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app#name DataAzurermFunctionApp#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app#resource_group_name DataAzurermFunctionApp#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app#id DataAzurermFunctionApp#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"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app#tags DataAzurermFunctionApp#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app#timeouts DataAzurermFunctionApp#timeouts} Timeouts *DataAzurermFunctionAppTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DataAzurermFunctionAppConnectionString ¶
type DataAzurermFunctionAppConnectionString struct { }
type DataAzurermFunctionAppConnectionStringList ¶
type DataAzurermFunctionAppConnectionStringList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppConnectionStringOutputReference // 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 NewDataAzurermFunctionAppConnectionStringList ¶
func NewDataAzurermFunctionAppConnectionStringList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppConnectionStringList
type DataAzurermFunctionAppConnectionStringOutputReference ¶
type DataAzurermFunctionAppConnectionStringOutputReference 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() *DataAzurermFunctionAppConnectionString SetInternalValue(val *DataAzurermFunctionAppConnectionString) Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string Value() *string // 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 NewDataAzurermFunctionAppConnectionStringOutputReference ¶
func NewDataAzurermFunctionAppConnectionStringOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppConnectionStringOutputReference
type DataAzurermFunctionAppIdentity ¶
type DataAzurermFunctionAppIdentity struct { }
type DataAzurermFunctionAppIdentityList ¶
type DataAzurermFunctionAppIdentityList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppIdentityOutputReference // 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 NewDataAzurermFunctionAppIdentityList ¶
func NewDataAzurermFunctionAppIdentityList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppIdentityList
type DataAzurermFunctionAppIdentityOutputReference ¶
type DataAzurermFunctionAppIdentityOutputReference 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 IdentityIds() *[]*string InternalValue() *DataAzurermFunctionAppIdentity SetInternalValue(val *DataAzurermFunctionAppIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // 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 NewDataAzurermFunctionAppIdentityOutputReference ¶
func NewDataAzurermFunctionAppIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppIdentityOutputReference
type DataAzurermFunctionAppSiteConfig ¶
type DataAzurermFunctionAppSiteConfig struct { }
type DataAzurermFunctionAppSiteConfigCors ¶
type DataAzurermFunctionAppSiteConfigCors struct { }
type DataAzurermFunctionAppSiteConfigCorsList ¶
type DataAzurermFunctionAppSiteConfigCorsList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteConfigCorsOutputReference // 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 NewDataAzurermFunctionAppSiteConfigCorsList ¶
func NewDataAzurermFunctionAppSiteConfigCorsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteConfigCorsList
type DataAzurermFunctionAppSiteConfigCorsOutputReference ¶
type DataAzurermFunctionAppSiteConfigCorsOutputReference interface { cdktf.ComplexObject AllowedOrigins() *[]*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 // Experimental. Fqn() *string InternalValue() *DataAzurermFunctionAppSiteConfigCors SetInternalValue(val *DataAzurermFunctionAppSiteConfigCors) SupportCredentials() cdktf.IResolvable // 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 NewDataAzurermFunctionAppSiteConfigCorsOutputReference ¶
func NewDataAzurermFunctionAppSiteConfigCorsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteConfigCorsOutputReference
type DataAzurermFunctionAppSiteConfigIpRestriction ¶
type DataAzurermFunctionAppSiteConfigIpRestriction struct { }
type DataAzurermFunctionAppSiteConfigIpRestrictionHeaders ¶
type DataAzurermFunctionAppSiteConfigIpRestrictionHeaders struct { }
type DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList ¶
type DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference // 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 NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersList ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList
type DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference ¶
type DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference 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() *DataAzurermFunctionAppSiteConfigIpRestrictionHeaders SetInternalValue(val *DataAzurermFunctionAppSiteConfigIpRestrictionHeaders) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) XAzureFdid() *[]*string XFdHealthProbe() *[]*string XForwardedFor() *[]*string XForwardedHost() *[]*string // 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 NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference
type DataAzurermFunctionAppSiteConfigIpRestrictionList ¶
type DataAzurermFunctionAppSiteConfigIpRestrictionList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference // 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 NewDataAzurermFunctionAppSiteConfigIpRestrictionList ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteConfigIpRestrictionList
type DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference ¶
type DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference interface { cdktf.ComplexObject Action() *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 // Experimental. Fqn() *string Headers() DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList InternalValue() *DataAzurermFunctionAppSiteConfigIpRestriction SetInternalValue(val *DataAzurermFunctionAppSiteConfigIpRestriction) IpAddress() *string Name() *string Priority() *float64 ServiceTag() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VirtualNetworkSubnetId() *string // 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 NewDataAzurermFunctionAppSiteConfigIpRestrictionOutputReference ¶
func NewDataAzurermFunctionAppSiteConfigIpRestrictionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference
type DataAzurermFunctionAppSiteConfigList ¶
type DataAzurermFunctionAppSiteConfigList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteConfigOutputReference // 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 NewDataAzurermFunctionAppSiteConfigList ¶
func NewDataAzurermFunctionAppSiteConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteConfigList
type DataAzurermFunctionAppSiteConfigOutputReference ¶
type DataAzurermFunctionAppSiteConfigOutputReference interface { cdktf.ComplexObject AlwaysOn() cdktf.IResolvable AppScaleLimit() *float64 AutoSwapSlotName() *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) Cors() DataAzurermFunctionAppSiteConfigCorsList // 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 DotnetFrameworkVersion() *string ElasticInstanceMinimum() *float64 // Experimental. Fqn() *string FtpsState() *string HealthCheckPath() *string Http2Enabled() cdktf.IResolvable InternalValue() *DataAzurermFunctionAppSiteConfig SetInternalValue(val *DataAzurermFunctionAppSiteConfig) IpRestriction() DataAzurermFunctionAppSiteConfigIpRestrictionList JavaVersion() *string LinuxFxVersion() *string MinTlsVersion() *string PreWarmedInstanceCount() *float64 RuntimeScaleMonitoringEnabled() cdktf.IResolvable ScmIpRestriction() DataAzurermFunctionAppSiteConfigScmIpRestrictionList ScmType() *string ScmUseMainIpRestriction() cdktf.IResolvable // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Use32BitWorkerProcess() cdktf.IResolvable VnetRouteAllEnabled() cdktf.IResolvable WebsocketsEnabled() cdktf.IResolvable // 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 NewDataAzurermFunctionAppSiteConfigOutputReference ¶
func NewDataAzurermFunctionAppSiteConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteConfigOutputReference
type DataAzurermFunctionAppSiteConfigScmIpRestriction ¶
type DataAzurermFunctionAppSiteConfigScmIpRestriction struct { }
type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeaders ¶
type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeaders struct { }
type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList ¶
type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference // 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 NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList
type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference ¶
type DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference 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() *DataAzurermFunctionAppSiteConfigScmIpRestrictionHeaders SetInternalValue(val *DataAzurermFunctionAppSiteConfigScmIpRestrictionHeaders) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) XAzureFdid() *[]*string XFdHealthProbe() *[]*string XForwardedFor() *[]*string XForwardedHost() *[]*string // 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 NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference
type DataAzurermFunctionAppSiteConfigScmIpRestrictionList ¶
type DataAzurermFunctionAppSiteConfigScmIpRestrictionList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference // 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 NewDataAzurermFunctionAppSiteConfigScmIpRestrictionList ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteConfigScmIpRestrictionList
type DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference ¶
type DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference interface { cdktf.ComplexObject Action() *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 // Experimental. Fqn() *string Headers() DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList InternalValue() *DataAzurermFunctionAppSiteConfigScmIpRestriction SetInternalValue(val *DataAzurermFunctionAppSiteConfigScmIpRestriction) IpAddress() *string Name() *string Priority() *float64 ServiceTag() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VirtualNetworkSubnetId() *string // 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 NewDataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference ¶
func NewDataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference
type DataAzurermFunctionAppSiteCredential ¶
type DataAzurermFunctionAppSiteCredential struct { }
type DataAzurermFunctionAppSiteCredentialList ¶
type DataAzurermFunctionAppSiteCredentialList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSiteCredentialOutputReference // 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 NewDataAzurermFunctionAppSiteCredentialList ¶
func NewDataAzurermFunctionAppSiteCredentialList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSiteCredentialList
type DataAzurermFunctionAppSiteCredentialOutputReference ¶
type DataAzurermFunctionAppSiteCredentialOutputReference 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() *DataAzurermFunctionAppSiteCredential SetInternalValue(val *DataAzurermFunctionAppSiteCredential) Password() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Username() *string // 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 NewDataAzurermFunctionAppSiteCredentialOutputReference ¶
func NewDataAzurermFunctionAppSiteCredentialOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSiteCredentialOutputReference
type DataAzurermFunctionAppSourceControl ¶
type DataAzurermFunctionAppSourceControl struct { }
type DataAzurermFunctionAppSourceControlList ¶
type DataAzurermFunctionAppSourceControlList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAzurermFunctionAppSourceControlOutputReference // 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 NewDataAzurermFunctionAppSourceControlList ¶
func NewDataAzurermFunctionAppSourceControlList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAzurermFunctionAppSourceControlList
type DataAzurermFunctionAppSourceControlOutputReference ¶
type DataAzurermFunctionAppSourceControlOutputReference interface { cdktf.ComplexObject Branch() *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 // Experimental. Fqn() *string InternalValue() *DataAzurermFunctionAppSourceControl SetInternalValue(val *DataAzurermFunctionAppSourceControl) ManualIntegration() cdktf.IResolvable RepoUrl() *string RollbackEnabled() cdktf.IResolvable // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UseMercurial() cdktf.IResolvable // 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 NewDataAzurermFunctionAppSourceControlOutputReference ¶
func NewDataAzurermFunctionAppSourceControlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAzurermFunctionAppSourceControlOutputReference
type DataAzurermFunctionAppTimeouts ¶
type DataAzurermFunctionAppTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/data-sources/function_app#read DataAzurermFunctionApp#read}. Read *string `field:"optional" json:"read" yaml:"read"` }
type DataAzurermFunctionAppTimeoutsOutputReference ¶
type DataAzurermFunctionAppTimeoutsOutputReference 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() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *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 ResetRead() // 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 NewDataAzurermFunctionAppTimeoutsOutputReference ¶
func NewDataAzurermFunctionAppTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataAzurermFunctionAppTimeoutsOutputReference
Source Files ¶
- DataAzurermFunctionApp.go
- DataAzurermFunctionAppConfig.go
- DataAzurermFunctionAppConnectionString.go
- DataAzurermFunctionAppConnectionStringList.go
- DataAzurermFunctionAppConnectionStringList__checks.go
- DataAzurermFunctionAppConnectionStringOutputReference.go
- DataAzurermFunctionAppConnectionStringOutputReference__checks.go
- DataAzurermFunctionAppIdentity.go
- DataAzurermFunctionAppIdentityList.go
- DataAzurermFunctionAppIdentityList__checks.go
- DataAzurermFunctionAppIdentityOutputReference.go
- DataAzurermFunctionAppIdentityOutputReference__checks.go
- DataAzurermFunctionAppSiteConfig.go
- DataAzurermFunctionAppSiteConfigCors.go
- DataAzurermFunctionAppSiteConfigCorsList.go
- DataAzurermFunctionAppSiteConfigCorsList__checks.go
- DataAzurermFunctionAppSiteConfigCorsOutputReference.go
- DataAzurermFunctionAppSiteConfigCorsOutputReference__checks.go
- DataAzurermFunctionAppSiteConfigIpRestriction.go
- DataAzurermFunctionAppSiteConfigIpRestrictionHeaders.go
- DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList.go
- DataAzurermFunctionAppSiteConfigIpRestrictionHeadersList__checks.go
- DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference.go
- DataAzurermFunctionAppSiteConfigIpRestrictionHeadersOutputReference__checks.go
- DataAzurermFunctionAppSiteConfigIpRestrictionList.go
- DataAzurermFunctionAppSiteConfigIpRestrictionList__checks.go
- DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference.go
- DataAzurermFunctionAppSiteConfigIpRestrictionOutputReference__checks.go
- DataAzurermFunctionAppSiteConfigList.go
- DataAzurermFunctionAppSiteConfigList__checks.go
- DataAzurermFunctionAppSiteConfigOutputReference.go
- DataAzurermFunctionAppSiteConfigOutputReference__checks.go
- DataAzurermFunctionAppSiteConfigScmIpRestriction.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionHeaders.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersList__checks.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionHeadersOutputReference__checks.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionList.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionList__checks.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference.go
- DataAzurermFunctionAppSiteConfigScmIpRestrictionOutputReference__checks.go
- DataAzurermFunctionAppSiteCredential.go
- DataAzurermFunctionAppSiteCredentialList.go
- DataAzurermFunctionAppSiteCredentialList__checks.go
- DataAzurermFunctionAppSiteCredentialOutputReference.go
- DataAzurermFunctionAppSiteCredentialOutputReference__checks.go
- DataAzurermFunctionAppSourceControl.go
- DataAzurermFunctionAppSourceControlList.go
- DataAzurermFunctionAppSourceControlList__checks.go
- DataAzurermFunctionAppSourceControlOutputReference.go
- DataAzurermFunctionAppSourceControlOutputReference__checks.go
- DataAzurermFunctionAppTimeouts.go
- DataAzurermFunctionAppTimeoutsOutputReference.go
- DataAzurermFunctionAppTimeoutsOutputReference__checks.go
- DataAzurermFunctionApp__checks.go
- main.go