Documentation ¶
Index ¶
- func NewSignalrServiceCorsList_Override(s SignalrServiceCorsList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewSignalrServiceCorsOutputReference_Override(s SignalrServiceCorsOutputReference, ...)
- func NewSignalrServiceIdentityOutputReference_Override(s SignalrServiceIdentityOutputReference, ...)
- func NewSignalrServiceLiveTraceOutputReference_Override(s SignalrServiceLiveTraceOutputReference, ...)
- func NewSignalrServiceSkuOutputReference_Override(s SignalrServiceSkuOutputReference, ...)
- func NewSignalrServiceTimeoutsOutputReference_Override(s SignalrServiceTimeoutsOutputReference, ...)
- func NewSignalrServiceUpstreamEndpointList_Override(s SignalrServiceUpstreamEndpointList, ...)
- func NewSignalrServiceUpstreamEndpointOutputReference_Override(s SignalrServiceUpstreamEndpointOutputReference, ...)
- func NewSignalrService_Override(s SignalrService, scope constructs.Construct, id *string, ...)
- func SignalrService_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func SignalrService_IsConstruct(x interface{}) *bool
- func SignalrService_IsTerraformElement(x interface{}) *bool
- func SignalrService_IsTerraformResource(x interface{}) *bool
- func SignalrService_TfResourceType() *string
- type SignalrService
- type SignalrServiceConfig
- type SignalrServiceCors
- type SignalrServiceCorsList
- type SignalrServiceCorsOutputReference
- type SignalrServiceIdentity
- type SignalrServiceIdentityOutputReference
- type SignalrServiceLiveTrace
- type SignalrServiceLiveTraceOutputReference
- type SignalrServiceSku
- type SignalrServiceSkuOutputReference
- type SignalrServiceTimeouts
- type SignalrServiceTimeoutsOutputReference
- type SignalrServiceUpstreamEndpoint
- type SignalrServiceUpstreamEndpointList
- type SignalrServiceUpstreamEndpointOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSignalrServiceCorsList_Override ¶
func NewSignalrServiceCorsList_Override(s SignalrServiceCorsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSignalrServiceCorsOutputReference_Override ¶
func NewSignalrServiceCorsOutputReference_Override(s SignalrServiceCorsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSignalrServiceIdentityOutputReference_Override ¶
func NewSignalrServiceIdentityOutputReference_Override(s SignalrServiceIdentityOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSignalrServiceLiveTraceOutputReference_Override ¶
func NewSignalrServiceLiveTraceOutputReference_Override(s SignalrServiceLiveTraceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSignalrServiceSkuOutputReference_Override ¶
func NewSignalrServiceSkuOutputReference_Override(s SignalrServiceSkuOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSignalrServiceTimeoutsOutputReference_Override ¶
func NewSignalrServiceTimeoutsOutputReference_Override(s SignalrServiceTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSignalrServiceUpstreamEndpointList_Override ¶
func NewSignalrServiceUpstreamEndpointList_Override(s SignalrServiceUpstreamEndpointList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewSignalrServiceUpstreamEndpointOutputReference_Override ¶
func NewSignalrServiceUpstreamEndpointOutputReference_Override(s SignalrServiceUpstreamEndpointOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewSignalrService_Override ¶
func NewSignalrService_Override(s SignalrService, scope constructs.Construct, id *string, config *SignalrServiceConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service azurerm_signalr_service} Resource.
func SignalrService_GenerateConfigForImport ¶
func SignalrService_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a SignalrService resource upon running "cdktf plan <stack-name>".
func SignalrService_IsConstruct ¶
func SignalrService_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 SignalrService_IsTerraformElement ¶
func SignalrService_IsTerraformElement(x interface{}) *bool
Experimental.
func SignalrService_IsTerraformResource ¶
func SignalrService_IsTerraformResource(x interface{}) *bool
Experimental.
func SignalrService_TfResourceType ¶
func SignalrService_TfResourceType() *string
Types ¶
type SignalrService ¶
type SignalrService interface { cdktf.TerraformResource AadAuthEnabled() interface{} SetAadAuthEnabled(val interface{}) AadAuthEnabledInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) ConnectivityLogsEnabled() interface{} SetConnectivityLogsEnabled(val interface{}) ConnectivityLogsEnabledInput() interface{} // Experimental. ConstructNodeMetadata() *map[string]interface{} Cors() SignalrServiceCorsList CorsInput() interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Hostname() *string HttpRequestLogsEnabled() interface{} SetHttpRequestLogsEnabled(val interface{}) HttpRequestLogsEnabledInput() interface{} Id() *string SetId(val *string) Identity() SignalrServiceIdentityOutputReference IdentityInput() *SignalrServiceIdentity IdInput() *string IpAddress() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LiveTrace() SignalrServiceLiveTraceOutputReference LiveTraceEnabled() interface{} SetLiveTraceEnabled(val interface{}) LiveTraceEnabledInput() interface{} LiveTraceInput() *SignalrServiceLiveTrace LocalAuthEnabled() interface{} SetLocalAuthEnabled(val interface{}) LocalAuthEnabledInput() interface{} Location() *string SetLocation(val *string) LocationInput() *string MessagingLogsEnabled() interface{} SetMessagingLogsEnabled(val interface{}) MessagingLogsEnabledInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PrimaryAccessKey() *string PrimaryConnectionString() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) PublicNetworkAccessEnabled() interface{} SetPublicNetworkAccessEnabled(val interface{}) PublicNetworkAccessEnabledInput() interface{} PublicPort() *float64 // Experimental. RawOverrides() interface{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string SecondaryAccessKey() *string SecondaryConnectionString() *string ServerlessConnectionTimeoutInSeconds() *float64 SetServerlessConnectionTimeoutInSeconds(val *float64) ServerlessConnectionTimeoutInSecondsInput() *float64 ServerPort() *float64 ServiceMode() *string SetServiceMode(val *string) ServiceModeInput() *string Sku() SignalrServiceSkuOutputReference SkuInput() *SignalrServiceSku 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() SignalrServiceTimeoutsOutputReference TimeoutsInput() interface{} TlsClientCertEnabled() interface{} SetTlsClientCertEnabled(val interface{}) TlsClientCertEnabledInput() interface{} UpstreamEndpoint() SignalrServiceUpstreamEndpointList UpstreamEndpointInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCors(value interface{}) PutIdentity(value *SignalrServiceIdentity) PutLiveTrace(value *SignalrServiceLiveTrace) PutSku(value *SignalrServiceSku) PutTimeouts(value *SignalrServiceTimeouts) PutUpstreamEndpoint(value interface{}) ResetAadAuthEnabled() ResetConnectivityLogsEnabled() ResetCors() ResetHttpRequestLogsEnabled() ResetId() ResetIdentity() ResetLiveTrace() ResetLiveTraceEnabled() ResetLocalAuthEnabled() ResetMessagingLogsEnabled() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPublicNetworkAccessEnabled() ResetServerlessConnectionTimeoutInSeconds() ResetServiceMode() ResetTags() ResetTimeouts() ResetTlsClientCertEnabled() ResetUpstreamEndpoint() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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/4.5.0/docs/resources/signalr_service azurerm_signalr_service}.
func NewSignalrService ¶
func NewSignalrService(scope constructs.Construct, id *string, config *SignalrServiceConfig) SignalrService
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service azurerm_signalr_service} Resource.
type SignalrServiceConfig ¶
type SignalrServiceConfig 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/4.5.0/docs/resources/signalr_service#location SignalrService#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#name SignalrService#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#resource_group_name SignalrService#resource_group_name}. ResourceGroupName *string `field:"required" json:"resourceGroupName" yaml:"resourceGroupName"` // sku block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#sku SignalrService#sku} Sku *SignalrServiceSku `field:"required" json:"sku" yaml:"sku"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#aad_auth_enabled SignalrService#aad_auth_enabled}. AadAuthEnabled interface{} `field:"optional" json:"aadAuthEnabled" yaml:"aadAuthEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#connectivity_logs_enabled SignalrService#connectivity_logs_enabled}. ConnectivityLogsEnabled interface{} `field:"optional" json:"connectivityLogsEnabled" yaml:"connectivityLogsEnabled"` // cors block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#cors SignalrService#cors} Cors interface{} `field:"optional" json:"cors" yaml:"cors"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#http_request_logs_enabled SignalrService#http_request_logs_enabled}. HttpRequestLogsEnabled interface{} `field:"optional" json:"httpRequestLogsEnabled" yaml:"httpRequestLogsEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#id SignalrService#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/4.5.0/docs/resources/signalr_service#identity SignalrService#identity} Identity *SignalrServiceIdentity `field:"optional" json:"identity" yaml:"identity"` // live_trace block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#live_trace SignalrService#live_trace} LiveTrace *SignalrServiceLiveTrace `field:"optional" json:"liveTrace" yaml:"liveTrace"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#live_trace_enabled SignalrService#live_trace_enabled}. LiveTraceEnabled interface{} `field:"optional" json:"liveTraceEnabled" yaml:"liveTraceEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#local_auth_enabled SignalrService#local_auth_enabled}. LocalAuthEnabled interface{} `field:"optional" json:"localAuthEnabled" yaml:"localAuthEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#messaging_logs_enabled SignalrService#messaging_logs_enabled}. MessagingLogsEnabled interface{} `field:"optional" json:"messagingLogsEnabled" yaml:"messagingLogsEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#public_network_access_enabled SignalrService#public_network_access_enabled}. PublicNetworkAccessEnabled interface{} `field:"optional" json:"publicNetworkAccessEnabled" yaml:"publicNetworkAccessEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#serverless_connection_timeout_in_seconds SignalrService#serverless_connection_timeout_in_seconds}. ServerlessConnectionTimeoutInSeconds *float64 `field:"optional" json:"serverlessConnectionTimeoutInSeconds" yaml:"serverlessConnectionTimeoutInSeconds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#service_mode SignalrService#service_mode}. ServiceMode *string `field:"optional" json:"serviceMode" yaml:"serviceMode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#tags SignalrService#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/4.5.0/docs/resources/signalr_service#timeouts SignalrService#timeouts} Timeouts *SignalrServiceTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#tls_client_cert_enabled SignalrService#tls_client_cert_enabled}. TlsClientCertEnabled interface{} `field:"optional" json:"tlsClientCertEnabled" yaml:"tlsClientCertEnabled"` // upstream_endpoint block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#upstream_endpoint SignalrService#upstream_endpoint} UpstreamEndpoint interface{} `field:"optional" json:"upstreamEndpoint" yaml:"upstreamEndpoint"` }
type SignalrServiceCors ¶
type SignalrServiceCors struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#allowed_origins SignalrService#allowed_origins}. AllowedOrigins *[]*string `field:"required" json:"allowedOrigins" yaml:"allowedOrigins"` }
type SignalrServiceCorsList ¶
type SignalrServiceCorsList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) SignalrServiceCorsOutputReference // 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 NewSignalrServiceCorsList ¶
func NewSignalrServiceCorsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SignalrServiceCorsList
type SignalrServiceCorsOutputReference ¶
type SignalrServiceCorsOutputReference interface { cdktf.ComplexObject AllowedOrigins() *[]*string SetAllowedOrigins(val *[]*string) AllowedOriginsInput() *[]*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() interface{} SetInternalValue(val interface{}) // 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 NewSignalrServiceCorsOutputReference ¶
func NewSignalrServiceCorsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SignalrServiceCorsOutputReference
type SignalrServiceIdentity ¶
type SignalrServiceIdentity struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#type SignalrService#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#identity_ids SignalrService#identity_ids}. IdentityIds *[]*string `field:"optional" json:"identityIds" yaml:"identityIds"` }
type SignalrServiceIdentityOutputReference ¶
type SignalrServiceIdentityOutputReference 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() *SignalrServiceIdentity SetInternalValue(val *SignalrServiceIdentity) 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 NewSignalrServiceIdentityOutputReference ¶
func NewSignalrServiceIdentityOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SignalrServiceIdentityOutputReference
type SignalrServiceLiveTrace ¶
type SignalrServiceLiveTrace struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#connectivity_logs_enabled SignalrService#connectivity_logs_enabled}. ConnectivityLogsEnabled interface{} `field:"optional" json:"connectivityLogsEnabled" yaml:"connectivityLogsEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#enabled SignalrService#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#http_request_logs_enabled SignalrService#http_request_logs_enabled}. HttpRequestLogsEnabled interface{} `field:"optional" json:"httpRequestLogsEnabled" yaml:"httpRequestLogsEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#messaging_logs_enabled SignalrService#messaging_logs_enabled}. MessagingLogsEnabled interface{} `field:"optional" json:"messagingLogsEnabled" yaml:"messagingLogsEnabled"` }
type SignalrServiceLiveTraceOutputReference ¶
type SignalrServiceLiveTraceOutputReference 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) ConnectivityLogsEnabled() interface{} SetConnectivityLogsEnabled(val interface{}) ConnectivityLogsEnabledInput() interface{} // 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string HttpRequestLogsEnabled() interface{} SetHttpRequestLogsEnabled(val interface{}) HttpRequestLogsEnabledInput() interface{} InternalValue() *SignalrServiceLiveTrace SetInternalValue(val *SignalrServiceLiveTrace) MessagingLogsEnabled() interface{} SetMessagingLogsEnabled(val interface{}) MessagingLogsEnabledInput() interface{} // 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 ResetConnectivityLogsEnabled() ResetEnabled() ResetHttpRequestLogsEnabled() ResetMessagingLogsEnabled() // 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 NewSignalrServiceLiveTraceOutputReference ¶
func NewSignalrServiceLiveTraceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SignalrServiceLiveTraceOutputReference
type SignalrServiceSku ¶
type SignalrServiceSku struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#capacity SignalrService#capacity}. Capacity *float64 `field:"required" json:"capacity" yaml:"capacity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#name SignalrService#name}. Name *string `field:"required" json:"name" yaml:"name"` }
type SignalrServiceSkuOutputReference ¶
type SignalrServiceSkuOutputReference interface { cdktf.ComplexObject Capacity() *float64 SetCapacity(val *float64) CapacityInput() *float64 // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *SignalrServiceSku SetInternalValue(val *SignalrServiceSku) Name() *string SetName(val *string) NameInput() *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 // 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 NewSignalrServiceSkuOutputReference ¶
func NewSignalrServiceSkuOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SignalrServiceSkuOutputReference
type SignalrServiceTimeouts ¶
type SignalrServiceTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#create SignalrService#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#delete SignalrService#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#read SignalrService#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#update SignalrService#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type SignalrServiceTimeoutsOutputReference ¶
type SignalrServiceTimeoutsOutputReference 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 NewSignalrServiceTimeoutsOutputReference ¶
func NewSignalrServiceTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SignalrServiceTimeoutsOutputReference
type SignalrServiceUpstreamEndpoint ¶
type SignalrServiceUpstreamEndpoint struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#category_pattern SignalrService#category_pattern}. CategoryPattern *[]*string `field:"required" json:"categoryPattern" yaml:"categoryPattern"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#event_pattern SignalrService#event_pattern}. EventPattern *[]*string `field:"required" json:"eventPattern" yaml:"eventPattern"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#hub_pattern SignalrService#hub_pattern}. HubPattern *[]*string `field:"required" json:"hubPattern" yaml:"hubPattern"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#url_template SignalrService#url_template}. UrlTemplate *string `field:"required" json:"urlTemplate" yaml:"urlTemplate"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/signalr_service#user_assigned_identity_id SignalrService#user_assigned_identity_id}. UserAssignedIdentityId *string `field:"optional" json:"userAssignedIdentityId" yaml:"userAssignedIdentityId"` }
type SignalrServiceUpstreamEndpointList ¶
type SignalrServiceUpstreamEndpointList 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) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) SignalrServiceUpstreamEndpointOutputReference // 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 NewSignalrServiceUpstreamEndpointList ¶
func NewSignalrServiceUpstreamEndpointList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) SignalrServiceUpstreamEndpointList
type SignalrServiceUpstreamEndpointOutputReference ¶
type SignalrServiceUpstreamEndpointOutputReference interface { cdktf.ComplexObject CategoryPattern() *[]*string SetCategoryPattern(val *[]*string) CategoryPatternInput() *[]*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 EventPattern() *[]*string SetEventPattern(val *[]*string) EventPatternInput() *[]*string // Experimental. Fqn() *string HubPattern() *[]*string SetHubPattern(val *[]*string) HubPatternInput() *[]*string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UrlTemplate() *string SetUrlTemplate(val *string) UrlTemplateInput() *string UserAssignedIdentityId() *string SetUserAssignedIdentityId(val *string) UserAssignedIdentityIdInput() *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 ResetUserAssignedIdentityId() // 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 NewSignalrServiceUpstreamEndpointOutputReference ¶
func NewSignalrServiceUpstreamEndpointOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) SignalrServiceUpstreamEndpointOutputReference
Source Files ¶
- SignalrService.go
- SignalrServiceConfig.go
- SignalrServiceCors.go
- SignalrServiceCorsList.go
- SignalrServiceCorsList__checks.go
- SignalrServiceCorsOutputReference.go
- SignalrServiceCorsOutputReference__checks.go
- SignalrServiceIdentity.go
- SignalrServiceIdentityOutputReference.go
- SignalrServiceIdentityOutputReference__checks.go
- SignalrServiceLiveTrace.go
- SignalrServiceLiveTraceOutputReference.go
- SignalrServiceLiveTraceOutputReference__checks.go
- SignalrServiceSku.go
- SignalrServiceSkuOutputReference.go
- SignalrServiceSkuOutputReference__checks.go
- SignalrServiceTimeouts.go
- SignalrServiceTimeoutsOutputReference.go
- SignalrServiceTimeoutsOutputReference__checks.go
- SignalrServiceUpstreamEndpoint.go
- SignalrServiceUpstreamEndpointList.go
- SignalrServiceUpstreamEndpointList__checks.go
- SignalrServiceUpstreamEndpointOutputReference.go
- SignalrServiceUpstreamEndpointOutputReference__checks.go
- SignalrService__checks.go
- main.go