Documentation ¶
Index ¶
- func NewVirtualHubConnectionRoutingOutputReference_Override(v VirtualHubConnectionRoutingOutputReference, ...)
- func NewVirtualHubConnectionRoutingPropagatedRouteTableOutputReference_Override(v VirtualHubConnectionRoutingPropagatedRouteTableOutputReference, ...)
- func NewVirtualHubConnectionRoutingStaticVnetRouteList_Override(v VirtualHubConnectionRoutingStaticVnetRouteList, ...)
- func NewVirtualHubConnectionRoutingStaticVnetRouteOutputReference_Override(v VirtualHubConnectionRoutingStaticVnetRouteOutputReference, ...)
- func NewVirtualHubConnectionTimeoutsOutputReference_Override(v VirtualHubConnectionTimeoutsOutputReference, ...)
- func NewVirtualHubConnection_Override(v VirtualHubConnection, scope constructs.Construct, id *string, ...)
- func VirtualHubConnection_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func VirtualHubConnection_IsConstruct(x interface{}) *bool
- func VirtualHubConnection_IsTerraformElement(x interface{}) *bool
- func VirtualHubConnection_IsTerraformResource(x interface{}) *bool
- func VirtualHubConnection_TfResourceType() *string
- type VirtualHubConnection
- type VirtualHubConnectionConfig
- type VirtualHubConnectionRouting
- type VirtualHubConnectionRoutingOutputReference
- type VirtualHubConnectionRoutingPropagatedRouteTable
- type VirtualHubConnectionRoutingPropagatedRouteTableOutputReference
- type VirtualHubConnectionRoutingStaticVnetRoute
- type VirtualHubConnectionRoutingStaticVnetRouteList
- type VirtualHubConnectionRoutingStaticVnetRouteOutputReference
- type VirtualHubConnectionTimeouts
- type VirtualHubConnectionTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVirtualHubConnectionRoutingOutputReference_Override ¶
func NewVirtualHubConnectionRoutingOutputReference_Override(v VirtualHubConnectionRoutingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVirtualHubConnectionRoutingPropagatedRouteTableOutputReference_Override ¶
func NewVirtualHubConnectionRoutingPropagatedRouteTableOutputReference_Override(v VirtualHubConnectionRoutingPropagatedRouteTableOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVirtualHubConnectionRoutingStaticVnetRouteList_Override ¶
func NewVirtualHubConnectionRoutingStaticVnetRouteList_Override(v VirtualHubConnectionRoutingStaticVnetRouteList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewVirtualHubConnectionRoutingStaticVnetRouteOutputReference_Override ¶
func NewVirtualHubConnectionRoutingStaticVnetRouteOutputReference_Override(v VirtualHubConnectionRoutingStaticVnetRouteOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewVirtualHubConnectionTimeoutsOutputReference_Override ¶
func NewVirtualHubConnectionTimeoutsOutputReference_Override(v VirtualHubConnectionTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewVirtualHubConnection_Override ¶
func NewVirtualHubConnection_Override(v VirtualHubConnection, scope constructs.Construct, id *string, config *VirtualHubConnectionConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection azurerm_virtual_hub_connection} Resource.
func VirtualHubConnection_GenerateConfigForImport ¶
func VirtualHubConnection_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a VirtualHubConnection resource upon running "cdktf plan <stack-name>".
func VirtualHubConnection_IsConstruct ¶
func VirtualHubConnection_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 VirtualHubConnection_IsTerraformElement ¶
func VirtualHubConnection_IsTerraformElement(x interface{}) *bool
Experimental.
func VirtualHubConnection_IsTerraformResource ¶
func VirtualHubConnection_IsTerraformResource(x interface{}) *bool
Experimental.
func VirtualHubConnection_TfResourceType ¶
func VirtualHubConnection_TfResourceType() *string
Types ¶
type VirtualHubConnection ¶
type VirtualHubConnection interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]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 Id() *string SetId(val *string) IdInput() *string InternetSecurityEnabled() interface{} SetInternetSecurityEnabled(val interface{}) InternetSecurityEnabledInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RemoteVirtualNetworkId() *string SetRemoteVirtualNetworkId(val *string) RemoteVirtualNetworkIdInput() *string Routing() VirtualHubConnectionRoutingOutputReference RoutingInput() *VirtualHubConnectionRouting // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() VirtualHubConnectionTimeoutsOutputReference TimeoutsInput() interface{} VirtualHubId() *string SetVirtualHubId(val *string) VirtualHubIdInput() *string // 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) PutRouting(value *VirtualHubConnectionRouting) PutTimeouts(value *VirtualHubConnectionTimeouts) ResetId() ResetInternetSecurityEnabled() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRouting() ResetTimeouts() 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/virtual_hub_connection azurerm_virtual_hub_connection}.
func NewVirtualHubConnection ¶
func NewVirtualHubConnection(scope constructs.Construct, id *string, config *VirtualHubConnectionConfig) VirtualHubConnection
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection azurerm_virtual_hub_connection} Resource.
type VirtualHubConnectionConfig ¶
type VirtualHubConnectionConfig 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/virtual_hub_connection#name VirtualHubConnection#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/virtual_hub_connection#remote_virtual_network_id VirtualHubConnection#remote_virtual_network_id}. RemoteVirtualNetworkId *string `field:"required" json:"remoteVirtualNetworkId" yaml:"remoteVirtualNetworkId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#virtual_hub_id VirtualHubConnection#virtual_hub_id}. VirtualHubId *string `field:"required" json:"virtualHubId" yaml:"virtualHubId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#id VirtualHubConnection#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/4.5.0/docs/resources/virtual_hub_connection#internet_security_enabled VirtualHubConnection#internet_security_enabled}. InternetSecurityEnabled interface{} `field:"optional" json:"internetSecurityEnabled" yaml:"internetSecurityEnabled"` // routing block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#routing VirtualHubConnection#routing} Routing *VirtualHubConnectionRouting `field:"optional" json:"routing" yaml:"routing"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#timeouts VirtualHubConnection#timeouts} Timeouts *VirtualHubConnectionTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type VirtualHubConnectionRouting ¶
type VirtualHubConnectionRouting struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#associated_route_table_id VirtualHubConnection#associated_route_table_id}. AssociatedRouteTableId *string `field:"optional" json:"associatedRouteTableId" yaml:"associatedRouteTableId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#inbound_route_map_id VirtualHubConnection#inbound_route_map_id}. InboundRouteMapId *string `field:"optional" json:"inboundRouteMapId" yaml:"inboundRouteMapId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#outbound_route_map_id VirtualHubConnection#outbound_route_map_id}. OutboundRouteMapId *string `field:"optional" json:"outboundRouteMapId" yaml:"outboundRouteMapId"` // propagated_route_table block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#propagated_route_table VirtualHubConnection#propagated_route_table} PropagatedRouteTable *VirtualHubConnectionRoutingPropagatedRouteTable `field:"optional" json:"propagatedRouteTable" yaml:"propagatedRouteTable"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#static_vnet_local_route_override_criteria VirtualHubConnection#static_vnet_local_route_override_criteria}. StaticVnetLocalRouteOverrideCriteria *string `field:"optional" json:"staticVnetLocalRouteOverrideCriteria" yaml:"staticVnetLocalRouteOverrideCriteria"` // static_vnet_route block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#static_vnet_route VirtualHubConnection#static_vnet_route} StaticVnetRoute interface{} `field:"optional" json:"staticVnetRoute" yaml:"staticVnetRoute"` }
type VirtualHubConnectionRoutingOutputReference ¶
type VirtualHubConnectionRoutingOutputReference interface { cdktf.ComplexObject AssociatedRouteTableId() *string SetAssociatedRouteTableId(val *string) AssociatedRouteTableIdInput() *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 InboundRouteMapId() *string SetInboundRouteMapId(val *string) InboundRouteMapIdInput() *string InternalValue() *VirtualHubConnectionRouting SetInternalValue(val *VirtualHubConnectionRouting) OutboundRouteMapId() *string SetOutboundRouteMapId(val *string) OutboundRouteMapIdInput() *string PropagatedRouteTable() VirtualHubConnectionRoutingPropagatedRouteTableOutputReference PropagatedRouteTableInput() *VirtualHubConnectionRoutingPropagatedRouteTable StaticVnetLocalRouteOverrideCriteria() *string SetStaticVnetLocalRouteOverrideCriteria(val *string) StaticVnetLocalRouteOverrideCriteriaInput() *string StaticVnetRoute() VirtualHubConnectionRoutingStaticVnetRouteList StaticVnetRouteInput() 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 PutPropagatedRouteTable(value *VirtualHubConnectionRoutingPropagatedRouteTable) PutStaticVnetRoute(value interface{}) ResetAssociatedRouteTableId() ResetInboundRouteMapId() ResetOutboundRouteMapId() ResetPropagatedRouteTable() ResetStaticVnetLocalRouteOverrideCriteria() ResetStaticVnetRoute() // 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 NewVirtualHubConnectionRoutingOutputReference ¶
func NewVirtualHubConnectionRoutingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VirtualHubConnectionRoutingOutputReference
type VirtualHubConnectionRoutingPropagatedRouteTable ¶
type VirtualHubConnectionRoutingPropagatedRouteTable struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#labels VirtualHubConnection#labels}. Labels *[]*string `field:"optional" json:"labels" yaml:"labels"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#route_table_ids VirtualHubConnection#route_table_ids}. RouteTableIds *[]*string `field:"optional" json:"routeTableIds" yaml:"routeTableIds"` }
type VirtualHubConnectionRoutingPropagatedRouteTableOutputReference ¶
type VirtualHubConnectionRoutingPropagatedRouteTableOutputReference 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() *VirtualHubConnectionRoutingPropagatedRouteTable SetInternalValue(val *VirtualHubConnectionRoutingPropagatedRouteTable) Labels() *[]*string SetLabels(val *[]*string) LabelsInput() *[]*string RouteTableIds() *[]*string SetRouteTableIds(val *[]*string) RouteTableIdsInput() *[]*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 ResetLabels() ResetRouteTableIds() // 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 NewVirtualHubConnectionRoutingPropagatedRouteTableOutputReference ¶
func NewVirtualHubConnectionRoutingPropagatedRouteTableOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VirtualHubConnectionRoutingPropagatedRouteTableOutputReference
type VirtualHubConnectionRoutingStaticVnetRoute ¶
type VirtualHubConnectionRoutingStaticVnetRoute struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#address_prefixes VirtualHubConnection#address_prefixes}. AddressPrefixes *[]*string `field:"optional" json:"addressPrefixes" yaml:"addressPrefixes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#name VirtualHubConnection#name}. Name *string `field:"optional" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#next_hop_ip_address VirtualHubConnection#next_hop_ip_address}. NextHopIpAddress *string `field:"optional" json:"nextHopIpAddress" yaml:"nextHopIpAddress"` }
type VirtualHubConnectionRoutingStaticVnetRouteList ¶
type VirtualHubConnectionRoutingStaticVnetRouteList 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) VirtualHubConnectionRoutingStaticVnetRouteOutputReference // 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 NewVirtualHubConnectionRoutingStaticVnetRouteList ¶
func NewVirtualHubConnectionRoutingStaticVnetRouteList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) VirtualHubConnectionRoutingStaticVnetRouteList
type VirtualHubConnectionRoutingStaticVnetRouteOutputReference ¶
type VirtualHubConnectionRoutingStaticVnetRouteOutputReference interface { cdktf.ComplexObject AddressPrefixes() *[]*string SetAddressPrefixes(val *[]*string) AddressPrefixesInput() *[]*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{}) Name() *string SetName(val *string) NameInput() *string NextHopIpAddress() *string SetNextHopIpAddress(val *string) NextHopIpAddressInput() *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 ResetAddressPrefixes() ResetName() ResetNextHopIpAddress() // 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 NewVirtualHubConnectionRoutingStaticVnetRouteOutputReference ¶
func NewVirtualHubConnectionRoutingStaticVnetRouteOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) VirtualHubConnectionRoutingStaticVnetRouteOutputReference
type VirtualHubConnectionTimeouts ¶
type VirtualHubConnectionTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/4.5.0/docs/resources/virtual_hub_connection#create VirtualHubConnection#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/virtual_hub_connection#delete VirtualHubConnection#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/virtual_hub_connection#read VirtualHubConnection#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/virtual_hub_connection#update VirtualHubConnection#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type VirtualHubConnectionTimeoutsOutputReference ¶
type VirtualHubConnectionTimeoutsOutputReference 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 NewVirtualHubConnectionTimeoutsOutputReference ¶
func NewVirtualHubConnectionTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) VirtualHubConnectionTimeoutsOutputReference
Source Files ¶
- VirtualHubConnection.go
- VirtualHubConnectionConfig.go
- VirtualHubConnectionRouting.go
- VirtualHubConnectionRoutingOutputReference.go
- VirtualHubConnectionRoutingOutputReference__checks.go
- VirtualHubConnectionRoutingPropagatedRouteTable.go
- VirtualHubConnectionRoutingPropagatedRouteTableOutputReference.go
- VirtualHubConnectionRoutingPropagatedRouteTableOutputReference__checks.go
- VirtualHubConnectionRoutingStaticVnetRoute.go
- VirtualHubConnectionRoutingStaticVnetRouteList.go
- VirtualHubConnectionRoutingStaticVnetRouteList__checks.go
- VirtualHubConnectionRoutingStaticVnetRouteOutputReference.go
- VirtualHubConnectionRoutingStaticVnetRouteOutputReference__checks.go
- VirtualHubConnectionTimeouts.go
- VirtualHubConnectionTimeoutsOutputReference.go
- VirtualHubConnectionTimeoutsOutputReference__checks.go
- VirtualHubConnection__checks.go
- main.go