Documentation ¶
Index ¶
- func NewSpringCloudAppCustomPersistentDiskList_Override(s SpringCloudAppCustomPersistentDiskList, ...)
- func NewSpringCloudAppCustomPersistentDiskOutputReference_Override(s SpringCloudAppCustomPersistentDiskOutputReference, ...)
- func NewSpringCloudAppIdentityOutputReference_Override(s SpringCloudAppIdentityOutputReference, ...)
- func NewSpringCloudAppIngressSettingsOutputReference_Override(s SpringCloudAppIngressSettingsOutputReference, ...)
- func NewSpringCloudAppPersistentDiskOutputReference_Override(s SpringCloudAppPersistentDiskOutputReference, ...)
- func NewSpringCloudAppTimeoutsOutputReference_Override(s SpringCloudAppTimeoutsOutputReference, ...)
- func NewSpringCloudApp_Override(s SpringCloudApp, scope constructs.Construct, id *string, ...)
- func SpringCloudApp_IsConstruct(x interface{}) *bool
- func SpringCloudApp_IsTerraformElement(x interface{}) *bool
- func SpringCloudApp_IsTerraformResource(x interface{}) *bool
- func SpringCloudApp_TfResourceType() *string
- type SpringCloudApp
- type SpringCloudAppConfig
- type SpringCloudAppCustomPersistentDisk
- type SpringCloudAppCustomPersistentDiskList
- type SpringCloudAppCustomPersistentDiskOutputReference
- type SpringCloudAppIdentity
- type SpringCloudAppIdentityOutputReference
- type SpringCloudAppIngressSettings
- type SpringCloudAppIngressSettingsOutputReference
- type SpringCloudAppPersistentDisk
- type SpringCloudAppPersistentDiskOutputReference
- type SpringCloudAppTimeouts
- type SpringCloudAppTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSpringCloudAppCustomPersistentDiskList_Override ¶
func NewSpringCloudAppCustomPersistentDiskList_Override(s SpringCloudAppCustomPersistentDiskList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSpringCloudAppCustomPersistentDiskOutputReference_Override ¶
func NewSpringCloudAppCustomPersistentDiskOutputReference_Override(s SpringCloudAppCustomPersistentDiskOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSpringCloudAppIdentityOutputReference_Override ¶
func NewSpringCloudAppIdentityOutputReference_Override(s SpringCloudAppIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpringCloudAppIngressSettingsOutputReference_Override ¶
func NewSpringCloudAppIngressSettingsOutputReference_Override(s SpringCloudAppIngressSettingsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpringCloudAppPersistentDiskOutputReference_Override ¶
func NewSpringCloudAppPersistentDiskOutputReference_Override(s SpringCloudAppPersistentDiskOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpringCloudAppTimeoutsOutputReference_Override ¶
func NewSpringCloudAppTimeoutsOutputReference_Override(s SpringCloudAppTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpringCloudApp_Override ¶
func NewSpringCloudApp_Override(s SpringCloudApp, scope constructs.Construct, id *string, config *SpringCloudAppConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app azurerm_spring_cloud_app} Resource.
func SpringCloudApp_IsConstruct ¶
func SpringCloudApp_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 SpringCloudApp_IsTerraformElement ¶
func SpringCloudApp_IsTerraformElement(x interface{}) *bool
Experimental.
func SpringCloudApp_IsTerraformResource ¶
func SpringCloudApp_IsTerraformResource(x interface{}) *bool
Experimental.
func SpringCloudApp_TfResourceType ¶
func SpringCloudApp_TfResourceType() *string
Types ¶
type SpringCloudApp ¶
type SpringCloudApp interface { cdktf.TerraformResource AddonJson() *string SetAddonJson(val *string) AddonJsonInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CustomPersistentDisk() SpringCloudAppCustomPersistentDiskList CustomPersistentDiskInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) Fqdn() *string // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HttpsOnly() interface{} SetHttpsOnly(val interface{}) HttpsOnlyInput() interface{} Id() *string SetId(val *string) Identity() SpringCloudAppIdentityOutputReference IdentityInput() *SpringCloudAppIdentity IdInput() *string IngressSettings() SpringCloudAppIngressSettingsOutputReference IngressSettingsInput() *SpringCloudAppIngressSettings IsPublic() interface{} SetIsPublic(val interface{}) IsPublicInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PersistentDisk() SpringCloudAppPersistentDiskOutputReference PersistentDiskInput() *SpringCloudAppPersistentDisk // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicEndpointEnabled() interface{} SetPublicEndpointEnabled(val interface{}) PublicEndpointEnabledInput() interface{} // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string ServiceName() *string SetServiceName(val *string) ServiceNameInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() SpringCloudAppTimeoutsOutputReference TimeoutsInput() interface{} TlsEnabled() interface{} SetTlsEnabled(val interface{}) TlsEnabledInput() interface{} Url() *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) PutCustomPersistentDisk(value interface{}) PutIdentity(value *SpringCloudAppIdentity) PutIngressSettings(value *SpringCloudAppIngressSettings) PutPersistentDisk(value *SpringCloudAppPersistentDisk) PutTimeouts(value *SpringCloudAppTimeouts) ResetAddonJson() ResetCustomPersistentDisk() ResetHttpsOnly() ResetId() ResetIdentity() ResetIngressSettings() ResetIsPublic() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPersistentDisk() ResetPublicEndpointEnabled() ResetTimeouts() ResetTlsEnabled() 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/resources/spring_cloud_app azurerm_spring_cloud_app}.
func NewSpringCloudApp ¶
func NewSpringCloudApp(scope constructs.Construct, id *string, config *SpringCloudAppConfig) SpringCloudApp
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app azurerm_spring_cloud_app} Resource.
type SpringCloudAppConfig ¶
type SpringCloudAppConfig 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/resources/spring_cloud_app#name SpringCloudApp#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/resources/spring_cloud_app#resource_group_name SpringCloudApp#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/resources/spring_cloud_app#service_name SpringCloudApp#service_name}. ServiceName *string `field:"required" json:"serviceName" yaml:"serviceName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#addon_json SpringCloudApp#addon_json}. AddonJson *string `field:"optional" json:"addonJson" yaml:"addonJson"` // custom_persistent_disk block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#custom_persistent_disk SpringCloudApp#custom_persistent_disk} CustomPersistentDisk interface{} `field:"optional" json:"customPersistentDisk" yaml:"customPersistentDisk"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#https_only SpringCloudApp#https_only}. HttpsOnly interface{} `field:"optional" json:"httpsOnly" yaml:"httpsOnly"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#id SpringCloudApp#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"` // identity block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#identity SpringCloudApp#identity} Identity *SpringCloudAppIdentity `field:"optional" json:"identity" yaml:"identity"` // ingress_settings block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#ingress_settings SpringCloudApp#ingress_settings} IngressSettings *SpringCloudAppIngressSettings `field:"optional" json:"ingressSettings" yaml:"ingressSettings"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#is_public SpringCloudApp#is_public}. IsPublic interface{} `field:"optional" json:"isPublic" yaml:"isPublic"` // persistent_disk block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#persistent_disk SpringCloudApp#persistent_disk} PersistentDisk *SpringCloudAppPersistentDisk `field:"optional" json:"persistentDisk" yaml:"persistentDisk"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#public_endpoint_enabled SpringCloudApp#public_endpoint_enabled}. PublicEndpointEnabled interface{} `field:"optional" json:"publicEndpointEnabled" yaml:"publicEndpointEnabled"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#timeouts SpringCloudApp#timeouts} Timeouts *SpringCloudAppTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#tls_enabled SpringCloudApp#tls_enabled}. TlsEnabled interface{} `field:"optional" json:"tlsEnabled" yaml:"tlsEnabled"` }
type SpringCloudAppCustomPersistentDisk ¶
type SpringCloudAppCustomPersistentDisk struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#mount_path SpringCloudApp#mount_path}. MountPath *string `field:"required" json:"mountPath" yaml:"mountPath"` ShareName *string `field:"required" json:"shareName" yaml:"shareName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#storage_name SpringCloudApp#storage_name}. StorageName *string `field:"required" json:"storageName" yaml:"storageName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#mount_options SpringCloudApp#mount_options}. MountOptions *[]*string `field:"optional" json:"mountOptions" yaml:"mountOptions"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#read_only_enabled SpringCloudApp#read_only_enabled}. ReadOnlyEnabled interface{} `field:"optional" json:"readOnlyEnabled" yaml:"readOnlyEnabled"` }
type SpringCloudAppCustomPersistentDiskList ¶
type SpringCloudAppCustomPersistentDiskList 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 InternalValue() interface{} SetInternalValue(val interface{}) // 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) SpringCloudAppCustomPersistentDiskOutputReference // 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 NewSpringCloudAppCustomPersistentDiskList ¶
func NewSpringCloudAppCustomPersistentDiskList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SpringCloudAppCustomPersistentDiskList
type SpringCloudAppCustomPersistentDiskOutputReference ¶
type SpringCloudAppCustomPersistentDiskOutputReference 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{}) MountOptions() *[]*string SetMountOptions(val *[]*string) MountOptionsInput() *[]*string MountPath() *string SetMountPath(val *string) MountPathInput() *string ReadOnlyEnabled() interface{} SetReadOnlyEnabled(val interface{}) ReadOnlyEnabledInput() interface{} StorageName() *string SetStorageName(val *string) StorageNameInput() *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 ResetMountOptions() ResetReadOnlyEnabled() // 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 NewSpringCloudAppCustomPersistentDiskOutputReference ¶
func NewSpringCloudAppCustomPersistentDiskOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SpringCloudAppCustomPersistentDiskOutputReference
type SpringCloudAppIdentity ¶
type SpringCloudAppIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#type SpringCloudApp#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#identity_ids SpringCloudApp#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type SpringCloudAppIdentityOutputReference ¶
type SpringCloudAppIdentityOutputReference 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 SetIdentityIds(val *[]*string) IdentityIdsInput() *[]*string InternalValue() *SpringCloudAppIdentity SetInternalValue(val *SpringCloudAppIdentity) PrincipalId() *string TenantId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 ResetIdentityIds() // 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 NewSpringCloudAppIdentityOutputReference ¶
func NewSpringCloudAppIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpringCloudAppIdentityOutputReference
type SpringCloudAppIngressSettings ¶
type SpringCloudAppIngressSettings struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#backend_protocol SpringCloudApp#backend_protocol}. BackendProtocol *string `field:"optional" json:"backendProtocol" yaml:"backendProtocol"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#read_timeout_in_seconds SpringCloudApp#read_timeout_in_seconds}. ReadTimeoutInSeconds *float64 `field:"optional" json:"readTimeoutInSeconds" yaml:"readTimeoutInSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#send_timeout_in_seconds SpringCloudApp#send_timeout_in_seconds}. SendTimeoutInSeconds *float64 `field:"optional" json:"sendTimeoutInSeconds" yaml:"sendTimeoutInSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#session_affinity SpringCloudApp#session_affinity}. SessionAffinity *string `field:"optional" json:"sessionAffinity" yaml:"sessionAffinity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#session_cookie_max_age SpringCloudApp#session_cookie_max_age}. SessionCookieMaxAge *float64 `field:"optional" json:"sessionCookieMaxAge" yaml:"sessionCookieMaxAge"` }
type SpringCloudAppIngressSettingsOutputReference ¶
type SpringCloudAppIngressSettingsOutputReference interface { cdktf.ComplexObject BackendProtocol() *string SetBackendProtocol(val *string) BackendProtocolInput() *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() *SpringCloudAppIngressSettings SetInternalValue(val *SpringCloudAppIngressSettings) ReadTimeoutInSeconds() *float64 SetReadTimeoutInSeconds(val *float64) ReadTimeoutInSecondsInput() *float64 SendTimeoutInSeconds() *float64 SetSendTimeoutInSeconds(val *float64) SendTimeoutInSecondsInput() *float64 SessionAffinity() *string SetSessionAffinity(val *string) SessionAffinityInput() *string SessionCookieMaxAge() *float64 SetSessionCookieMaxAge(val *float64) SessionCookieMaxAgeInput() *float64 // 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 ResetBackendProtocol() ResetReadTimeoutInSeconds() ResetSendTimeoutInSeconds() ResetSessionAffinity() ResetSessionCookieMaxAge() // 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 NewSpringCloudAppIngressSettingsOutputReference ¶
func NewSpringCloudAppIngressSettingsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpringCloudAppIngressSettingsOutputReference
type SpringCloudAppPersistentDisk ¶
type SpringCloudAppPersistentDisk struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#size_in_gb SpringCloudApp#size_in_gb}. SizeInGb *float64 `field:"required" json:"sizeInGb" yaml:"sizeInGb"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#mount_path SpringCloudApp#mount_path}. MountPath *string `field:"optional" json:"mountPath" yaml:"mountPath"` }
type SpringCloudAppPersistentDiskOutputReference ¶
type SpringCloudAppPersistentDiskOutputReference 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() *SpringCloudAppPersistentDisk SetInternalValue(val *SpringCloudAppPersistentDisk) MountPath() *string SetMountPath(val *string) MountPathInput() *string SizeInGb() *float64 SetSizeInGb(val *float64) SizeInGbInput() *float64 // 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 ResetMountPath() // 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 NewSpringCloudAppPersistentDiskOutputReference ¶
func NewSpringCloudAppPersistentDiskOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpringCloudAppPersistentDiskOutputReference
type SpringCloudAppTimeouts ¶
type SpringCloudAppTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#create SpringCloudApp#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#delete SpringCloudApp#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#read SpringCloudApp#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/spring_cloud_app#update SpringCloudApp#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type SpringCloudAppTimeoutsOutputReference ¶
type SpringCloudAppTimeoutsOutputReference 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) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Delete() *string SetDelete(val *string) DeleteInput() *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) Update() *string SetUpdate(val *string) UpdateInput() *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 ResetCreate() ResetDelete() ResetRead() ResetUpdate() // 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 NewSpringCloudAppTimeoutsOutputReference ¶
func NewSpringCloudAppTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpringCloudAppTimeoutsOutputReference
Source Files ¶
- SpringCloudApp.go
- SpringCloudAppConfig.go
- SpringCloudAppCustomPersistentDisk.go
- SpringCloudAppCustomPersistentDiskList.go
- SpringCloudAppCustomPersistentDiskList__checks.go
- SpringCloudAppCustomPersistentDiskOutputReference.go
- SpringCloudAppCustomPersistentDiskOutputReference__checks.go
- SpringCloudAppIdentity.go
- SpringCloudAppIdentityOutputReference.go
- SpringCloudAppIdentityOutputReference__checks.go
- SpringCloudAppIngressSettings.go
- SpringCloudAppIngressSettingsOutputReference.go
- SpringCloudAppIngressSettingsOutputReference__checks.go
- SpringCloudAppPersistentDisk.go
- SpringCloudAppPersistentDiskOutputReference.go
- SpringCloudAppPersistentDiskOutputReference__checks.go
- SpringCloudAppTimeouts.go
- SpringCloudAppTimeoutsOutputReference.go
- SpringCloudAppTimeoutsOutputReference__checks.go
- SpringCloudApp__checks.go
- main.go