Documentation ¶
Index ¶
- func NewPointToSiteVpnGatewayConnectionConfigurationOutputReference_Override(p PointToSiteVpnGatewayConnectionConfigurationOutputReference, ...)
- func NewPointToSiteVpnGatewayConnectionConfigurationRouteOutputReference_Override(p PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference, ...)
- func NewPointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference_Override(...)
- func NewPointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference_Override(...)
- func NewPointToSiteVpnGatewayTimeoutsOutputReference_Override(p PointToSiteVpnGatewayTimeoutsOutputReference, ...)
- func NewPointToSiteVpnGateway_Override(p PointToSiteVpnGateway, scope constructs.Construct, id *string, ...)
- func PointToSiteVpnGateway_IsConstruct(x interface{}) *bool
- func PointToSiteVpnGateway_IsTerraformElement(x interface{}) *bool
- func PointToSiteVpnGateway_IsTerraformResource(x interface{}) *bool
- func PointToSiteVpnGateway_TfResourceType() *string
- type PointToSiteVpnGateway
- type PointToSiteVpnGatewayConfig
- type PointToSiteVpnGatewayConnectionConfiguration
- type PointToSiteVpnGatewayConnectionConfigurationOutputReference
- type PointToSiteVpnGatewayConnectionConfigurationRoute
- type PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference
- type PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable
- type PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference
- type PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool
- type PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference
- type PointToSiteVpnGatewayTimeouts
- type PointToSiteVpnGatewayTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPointToSiteVpnGatewayConnectionConfigurationOutputReference_Override ¶
func NewPointToSiteVpnGatewayConnectionConfigurationOutputReference_Override(p PointToSiteVpnGatewayConnectionConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPointToSiteVpnGatewayConnectionConfigurationRouteOutputReference_Override ¶
func NewPointToSiteVpnGatewayConnectionConfigurationRouteOutputReference_Override(p PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference_Override ¶
func NewPointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference_Override(p PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference_Override ¶
func NewPointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference_Override(p PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPointToSiteVpnGatewayTimeoutsOutputReference_Override ¶
func NewPointToSiteVpnGatewayTimeoutsOutputReference_Override(p PointToSiteVpnGatewayTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPointToSiteVpnGateway_Override ¶
func NewPointToSiteVpnGateway_Override(p PointToSiteVpnGateway, scope constructs.Construct, id *string, config *PointToSiteVpnGatewayConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway azurerm_point_to_site_vpn_gateway} Resource.
func PointToSiteVpnGateway_IsConstruct ¶
func PointToSiteVpnGateway_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 PointToSiteVpnGateway_IsTerraformElement ¶
func PointToSiteVpnGateway_IsTerraformElement(x interface{}) *bool
Experimental.
func PointToSiteVpnGateway_IsTerraformResource ¶
func PointToSiteVpnGateway_IsTerraformResource(x interface{}) *bool
Experimental.
func PointToSiteVpnGateway_TfResourceType ¶
func PointToSiteVpnGateway_TfResourceType() *string
Types ¶
type PointToSiteVpnGateway ¶
type PointToSiteVpnGateway interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) ConnectionConfiguration() PointToSiteVpnGatewayConnectionConfigurationOutputReference ConnectionConfigurationInput() *PointToSiteVpnGatewayConnectionConfiguration // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DnsServers() *[]*string SetDnsServers(val *[]*string) DnsServersInput() *[]*string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Location() *string SetLocation(val *string) LocationInput() *string 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{} ResourceGroupName() *string SetResourceGroupName(val *string) ResourceGroupNameInput() *string RoutingPreferenceInternetEnabled() interface{} SetRoutingPreferenceInternetEnabled(val interface{}) RoutingPreferenceInternetEnabledInput() interface{} ScaleUnit() *float64 SetScaleUnit(val *float64) ScaleUnitInput() *float64 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() PointToSiteVpnGatewayTimeoutsOutputReference TimeoutsInput() interface{} VirtualHubId() *string SetVirtualHubId(val *string) VirtualHubIdInput() *string VpnServerConfigurationId() *string SetVpnServerConfigurationId(val *string) VpnServerConfigurationIdInput() *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) PutConnectionConfiguration(value *PointToSiteVpnGatewayConnectionConfiguration) PutTimeouts(value *PointToSiteVpnGatewayTimeouts) ResetDnsServers() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRoutingPreferenceInternetEnabled() ResetTags() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway azurerm_point_to_site_vpn_gateway}.
func NewPointToSiteVpnGateway ¶
func NewPointToSiteVpnGateway(scope constructs.Construct, id *string, config *PointToSiteVpnGatewayConfig) PointToSiteVpnGateway
Create a new {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway azurerm_point_to_site_vpn_gateway} Resource.
type PointToSiteVpnGatewayConfig ¶
type PointToSiteVpnGatewayConfig 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"` // connection_configuration block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#connection_configuration PointToSiteVpnGateway#connection_configuration} ConnectionConfiguration *PointToSiteVpnGatewayConnectionConfiguration `field:"required" json:"connectionConfiguration" yaml:"connectionConfiguration"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#location PointToSiteVpnGateway#location}. Location *string `field:"required" json:"location" yaml:"location"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#name PointToSiteVpnGateway#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/point_to_site_vpn_gateway#resource_group_name PointToSiteVpnGateway#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/point_to_site_vpn_gateway#scale_unit PointToSiteVpnGateway#scale_unit}. ScaleUnit *float64 `field:"required" json:"scaleUnit" yaml:"scaleUnit"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#virtual_hub_id PointToSiteVpnGateway#virtual_hub_id}. VirtualHubId *string `field:"required" json:"virtualHubId" yaml:"virtualHubId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#vpn_server_configuration_id PointToSiteVpnGateway#vpn_server_configuration_id}. VpnServerConfigurationId *string `field:"required" json:"vpnServerConfigurationId" yaml:"vpnServerConfigurationId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#dns_servers PointToSiteVpnGateway#dns_servers}. DnsServers *[]*string `field:"optional" json:"dnsServers" yaml:"dnsServers"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#id PointToSiteVpnGateway#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#routing_preference_internet_enabled PointToSiteVpnGateway#routing_preference_internet_enabled}. RoutingPreferenceInternetEnabled interface{} `field:"optional" json:"routingPreferenceInternetEnabled" yaml:"routingPreferenceInternetEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#tags PointToSiteVpnGateway#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#timeouts PointToSiteVpnGateway#timeouts} Timeouts *PointToSiteVpnGatewayTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type PointToSiteVpnGatewayConnectionConfiguration ¶
type PointToSiteVpnGatewayConnectionConfiguration struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#name PointToSiteVpnGateway#name}. Name *string `field:"required" json:"name" yaml:"name"` // vpn_client_address_pool block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#vpn_client_address_pool PointToSiteVpnGateway#vpn_client_address_pool} VpnClientAddressPool *PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool `field:"required" json:"vpnClientAddressPool" yaml:"vpnClientAddressPool"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#internet_security_enabled PointToSiteVpnGateway#internet_security_enabled}. InternetSecurityEnabled interface{} `field:"optional" json:"internetSecurityEnabled" yaml:"internetSecurityEnabled"` // route block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#route PointToSiteVpnGateway#route} Route *PointToSiteVpnGatewayConnectionConfigurationRoute `field:"optional" json:"route" yaml:"route"` }
type PointToSiteVpnGatewayConnectionConfigurationOutputReference ¶
type PointToSiteVpnGatewayConnectionConfigurationOutputReference 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() *PointToSiteVpnGatewayConnectionConfiguration SetInternalValue(val *PointToSiteVpnGatewayConnectionConfiguration) InternetSecurityEnabled() interface{} SetInternetSecurityEnabled(val interface{}) InternetSecurityEnabledInput() interface{} Name() *string SetName(val *string) NameInput() *string Route() PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference RouteInput() *PointToSiteVpnGatewayConnectionConfigurationRoute // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) VpnClientAddressPool() PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference VpnClientAddressPoolInput() *PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool // 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 PutRoute(value *PointToSiteVpnGatewayConnectionConfigurationRoute) PutVpnClientAddressPool(value *PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool) ResetInternetSecurityEnabled() ResetRoute() // 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 NewPointToSiteVpnGatewayConnectionConfigurationOutputReference ¶
func NewPointToSiteVpnGatewayConnectionConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PointToSiteVpnGatewayConnectionConfigurationOutputReference
type PointToSiteVpnGatewayConnectionConfigurationRoute ¶
type PointToSiteVpnGatewayConnectionConfigurationRoute struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#associated_route_table_id PointToSiteVpnGateway#associated_route_table_id}. AssociatedRouteTableId *string `field:"required" json:"associatedRouteTableId" yaml:"associatedRouteTableId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#inbound_route_map_id PointToSiteVpnGateway#inbound_route_map_id}. InboundRouteMapId *string `field:"optional" json:"inboundRouteMapId" yaml:"inboundRouteMapId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#outbound_route_map_id PointToSiteVpnGateway#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/3.70.0/docs/resources/point_to_site_vpn_gateway#propagated_route_table PointToSiteVpnGateway#propagated_route_table} PropagatedRouteTable *PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable `field:"optional" json:"propagatedRouteTable" yaml:"propagatedRouteTable"` }
type PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference ¶
type PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference 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() *PointToSiteVpnGatewayConnectionConfigurationRoute SetInternalValue(val *PointToSiteVpnGatewayConnectionConfigurationRoute) OutboundRouteMapId() *string SetOutboundRouteMapId(val *string) OutboundRouteMapIdInput() *string PropagatedRouteTable() PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference PropagatedRouteTableInput() *PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable // 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 *PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable) ResetInboundRouteMapId() ResetOutboundRouteMapId() ResetPropagatedRouteTable() // 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 NewPointToSiteVpnGatewayConnectionConfigurationRouteOutputReference ¶
func NewPointToSiteVpnGatewayConnectionConfigurationRouteOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference
type PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable ¶
type PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#ids PointToSiteVpnGateway#ids}. Ids *[]*string `field:"required" json:"ids" yaml:"ids"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#labels PointToSiteVpnGateway#labels}. Labels *[]*string `field:"optional" json:"labels" yaml:"labels"` }
type PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference ¶
type PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference 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 Ids() *[]*string SetIds(val *[]*string) IdsInput() *[]*string InternalValue() *PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable SetInternalValue(val *PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable) Labels() *[]*string SetLabels(val *[]*string) LabelsInput() *[]*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() // 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 NewPointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference ¶
func NewPointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference
type PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool ¶
type PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#address_prefixes PointToSiteVpnGateway#address_prefixes}. AddressPrefixes *[]*string `field:"required" json:"addressPrefixes" yaml:"addressPrefixes"` }
type PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference ¶
type PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference 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() *PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool SetInternalValue(val *PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool) // 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 NewPointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference ¶
func NewPointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference
type PointToSiteVpnGatewayTimeouts ¶
type PointToSiteVpnGatewayTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/azurerm/3.70.0/docs/resources/point_to_site_vpn_gateway#create PointToSiteVpnGateway#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/point_to_site_vpn_gateway#delete PointToSiteVpnGateway#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/point_to_site_vpn_gateway#read PointToSiteVpnGateway#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/point_to_site_vpn_gateway#update PointToSiteVpnGateway#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type PointToSiteVpnGatewayTimeoutsOutputReference ¶
type PointToSiteVpnGatewayTimeoutsOutputReference 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 NewPointToSiteVpnGatewayTimeoutsOutputReference ¶
func NewPointToSiteVpnGatewayTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PointToSiteVpnGatewayTimeoutsOutputReference
Source Files ¶
- PointToSiteVpnGateway.go
- PointToSiteVpnGatewayConfig.go
- PointToSiteVpnGatewayConnectionConfiguration.go
- PointToSiteVpnGatewayConnectionConfigurationOutputReference.go
- PointToSiteVpnGatewayConnectionConfigurationOutputReference__checks.go
- PointToSiteVpnGatewayConnectionConfigurationRoute.go
- PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference.go
- PointToSiteVpnGatewayConnectionConfigurationRouteOutputReference__checks.go
- PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTable.go
- PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference.go
- PointToSiteVpnGatewayConnectionConfigurationRoutePropagatedRouteTableOutputReference__checks.go
- PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPool.go
- PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference.go
- PointToSiteVpnGatewayConnectionConfigurationVpnClientAddressPoolOutputReference__checks.go
- PointToSiteVpnGatewayTimeouts.go
- PointToSiteVpnGatewayTimeoutsOutputReference.go
- PointToSiteVpnGatewayTimeoutsOutputReference__checks.go
- PointToSiteVpnGateway__checks.go
- main.go