Documentation ¶
Index ¶
- func NewSpectrumApplicationDnsOutputReference_Override(s SpectrumApplicationDnsOutputReference, ...)
- func NewSpectrumApplicationEdgeIpsOutputReference_Override(s SpectrumApplicationEdgeIpsOutputReference, ...)
- func NewSpectrumApplicationOriginDnsOutputReference_Override(s SpectrumApplicationOriginDnsOutputReference, ...)
- func NewSpectrumApplicationOriginPortRangeOutputReference_Override(s SpectrumApplicationOriginPortRangeOutputReference, ...)
- func NewSpectrumApplication_Override(s SpectrumApplication, scope constructs.Construct, id *string, ...)
- func SpectrumApplication_IsConstruct(x interface{}) *bool
- func SpectrumApplication_IsTerraformElement(x interface{}) *bool
- func SpectrumApplication_IsTerraformResource(x interface{}) *bool
- func SpectrumApplication_TfResourceType() *string
- type SpectrumApplication
- type SpectrumApplicationConfig
- type SpectrumApplicationDns
- type SpectrumApplicationDnsOutputReference
- type SpectrumApplicationEdgeIps
- type SpectrumApplicationEdgeIpsOutputReference
- type SpectrumApplicationOriginDns
- type SpectrumApplicationOriginDnsOutputReference
- type SpectrumApplicationOriginPortRange
- type SpectrumApplicationOriginPortRangeOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSpectrumApplicationDnsOutputReference_Override ¶
func NewSpectrumApplicationDnsOutputReference_Override(s SpectrumApplicationDnsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpectrumApplicationEdgeIpsOutputReference_Override ¶
func NewSpectrumApplicationEdgeIpsOutputReference_Override(s SpectrumApplicationEdgeIpsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpectrumApplicationOriginDnsOutputReference_Override ¶
func NewSpectrumApplicationOriginDnsOutputReference_Override(s SpectrumApplicationOriginDnsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpectrumApplicationOriginPortRangeOutputReference_Override ¶
func NewSpectrumApplicationOriginPortRangeOutputReference_Override(s SpectrumApplicationOriginPortRangeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewSpectrumApplication_Override ¶
func NewSpectrumApplication_Override(s SpectrumApplication, scope constructs.Construct, id *string, config *SpectrumApplicationConfig)
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application cloudflare_spectrum_application} Resource.
func SpectrumApplication_IsConstruct ¶
func SpectrumApplication_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 SpectrumApplication_IsTerraformElement ¶
func SpectrumApplication_IsTerraformElement(x interface{}) *bool
Experimental.
func SpectrumApplication_IsTerraformResource ¶
func SpectrumApplication_IsTerraformResource(x interface{}) *bool
Experimental.
func SpectrumApplication_TfResourceType ¶
func SpectrumApplication_TfResourceType() *string
Types ¶
type SpectrumApplication ¶
type SpectrumApplication interface { cdktf.TerraformResource ArgoSmartRouting() interface{} SetArgoSmartRouting(val interface{}) ArgoSmartRoutingInput() interface{} // 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) Dns() SpectrumApplicationDnsOutputReference DnsInput() *SpectrumApplicationDns EdgeIps() SpectrumApplicationEdgeIpsOutputReference EdgeIpsInput() *SpectrumApplicationEdgeIps // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IpFirewall() interface{} SetIpFirewall(val interface{}) IpFirewallInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node OriginDirect() *[]*string SetOriginDirect(val *[]*string) OriginDirectInput() *[]*string OriginDns() SpectrumApplicationOriginDnsOutputReference OriginDnsInput() *SpectrumApplicationOriginDns OriginPort() *float64 SetOriginPort(val *float64) OriginPortInput() *float64 OriginPortRange() SpectrumApplicationOriginPortRangeOutputReference OriginPortRangeInput() *SpectrumApplicationOriginPortRange Protocol() *string SetProtocol(val *string) ProtocolInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) ProxyProtocol() *string SetProxyProtocol(val *string) ProxyProtocolInput() *string // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tls() *string SetTls(val *string) TlsInput() *string TrafficType() *string SetTrafficType(val *string) TrafficTypeInput() *string ZoneId() *string SetZoneId(val *string) ZoneIdInput() *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) PutDns(value *SpectrumApplicationDns) PutEdgeIps(value *SpectrumApplicationEdgeIps) PutOriginDns(value *SpectrumApplicationOriginDns) PutOriginPortRange(value *SpectrumApplicationOriginPortRange) ResetArgoSmartRouting() ResetEdgeIps() ResetId() ResetIpFirewall() ResetOriginDirect() ResetOriginDns() ResetOriginPort() ResetOriginPortRange() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProxyProtocol() ResetTls() ResetTrafficType() 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/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application cloudflare_spectrum_application}.
func NewSpectrumApplication ¶
func NewSpectrumApplication(scope constructs.Construct, id *string, config *SpectrumApplicationConfig) SpectrumApplication
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application cloudflare_spectrum_application} Resource.
type SpectrumApplicationConfig ¶
type SpectrumApplicationConfig 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"` // dns block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#dns SpectrumApplication#dns} Dns *SpectrumApplicationDns `field:"required" json:"dns" yaml:"dns"` // The port configuration at Cloudflare's edge. e.g. `tcp/22`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#protocol SpectrumApplication#protocol} Protocol *string `field:"required" json:"protocol" yaml:"protocol"` // The zone identifier to target for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#zone_id SpectrumApplication#zone_id} ZoneId *string `field:"required" json:"zoneId" yaml:"zoneId"` // Enables Argo Smart Routing. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#argo_smart_routing SpectrumApplication#argo_smart_routing} ArgoSmartRouting interface{} `field:"optional" json:"argoSmartRouting" yaml:"argoSmartRouting"` // edge_ips block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#edge_ips SpectrumApplication#edge_ips} EdgeIps *SpectrumApplicationEdgeIps `field:"optional" json:"edgeIps" yaml:"edgeIps"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#id SpectrumApplication#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"` // Enables the IP Firewall for this application. Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#ip_firewall SpectrumApplication#ip_firewall} IpFirewall interface{} `field:"optional" json:"ipFirewall" yaml:"ipFirewall"` // A list of destination addresses to the origin. e.g. `tcp://192.0.2.1:22`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#origin_direct SpectrumApplication#origin_direct} OriginDirect *[]*string `field:"optional" json:"originDirect" yaml:"originDirect"` // origin_dns block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#origin_dns SpectrumApplication#origin_dns} OriginDns *SpectrumApplicationOriginDns `field:"optional" json:"originDns" yaml:"originDns"` // Origin port to proxy traffice to. Conflicts with `origin_port_range`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#origin_port SpectrumApplication#origin_port} OriginPort *float64 `field:"optional" json:"originPort" yaml:"originPort"` // origin_port_range block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#origin_port_range SpectrumApplication#origin_port_range} OriginPortRange *SpectrumApplicationOriginPortRange `field:"optional" json:"originPortRange" yaml:"originPortRange"` // Enables a proxy protocol to the origin. Available values: `off`, `v1`, `v2`, `simple`. Defaults to `off`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#proxy_protocol SpectrumApplication#proxy_protocol} ProxyProtocol *string `field:"optional" json:"proxyProtocol" yaml:"proxyProtocol"` // TLS configuration option for Cloudflare to connect to your origin. Available values: `off`, `flexible`, `full`, `strict`. Defaults to `off`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#tls SpectrumApplication#tls} Tls *string `field:"optional" json:"tls" yaml:"tls"` // Sets application type. Available values: `direct`, `http`, `https`. Defaults to `direct`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#traffic_type SpectrumApplication#traffic_type} TrafficType *string `field:"optional" json:"trafficType" yaml:"trafficType"` }
type SpectrumApplicationDns ¶
type SpectrumApplicationDns struct { // The name of the DNS record associated with the application. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#name SpectrumApplication#name} Name *string `field:"required" json:"name" yaml:"name"` // The type of DNS record associated with the application. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#type SpectrumApplication#type} Type *string `field:"required" json:"type" yaml:"type"` }
type SpectrumApplicationDnsOutputReference ¶
type SpectrumApplicationDnsOutputReference 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() *SpectrumApplicationDns SetInternalValue(val *SpectrumApplicationDns) Name() *string SetName(val *string) NameInput() *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 // 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 NewSpectrumApplicationDnsOutputReference ¶
func NewSpectrumApplicationDnsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpectrumApplicationDnsOutputReference
type SpectrumApplicationEdgeIps ¶
type SpectrumApplicationEdgeIps struct { // The type of edge IP configuration specified. Available values: `dynamic`, `static`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#type SpectrumApplication#type} Type *string `field:"required" json:"type" yaml:"type"` // The IP versions supported for inbound connections on Spectrum anycast IPs. // // Required when `type` is not `static`. Available values: `all`, `ipv4`, `ipv6`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#connectivity SpectrumApplication#connectivity} Connectivity *string `field:"optional" json:"connectivity" yaml:"connectivity"` // The collection of customer owned IPs to broadcast via anycast for this hostname and application. // // Requires [Bring Your Own IP](https://developers.cloudflare.com/spectrum/getting-started/byoip/) provisioned. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#ips SpectrumApplication#ips} Ips *[]*string `field:"optional" json:"ips" yaml:"ips"` }
type SpectrumApplicationEdgeIpsOutputReference ¶
type SpectrumApplicationEdgeIpsOutputReference 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) Connectivity() *string SetConnectivity(val *string) ConnectivityInput() *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 // Experimental. Fqn() *string InternalValue() *SpectrumApplicationEdgeIps SetInternalValue(val *SpectrumApplicationEdgeIps) Ips() *[]*string SetIps(val *[]*string) IpsInput() *[]*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 ResetConnectivity() ResetIps() // 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 NewSpectrumApplicationEdgeIpsOutputReference ¶
func NewSpectrumApplicationEdgeIpsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpectrumApplicationEdgeIpsOutputReference
type SpectrumApplicationOriginDns ¶
type SpectrumApplicationOriginDns struct { // Fully qualified domain name of the origin. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#name SpectrumApplication#name} Name *string `field:"required" json:"name" yaml:"name"` }
type SpectrumApplicationOriginDnsOutputReference ¶
type SpectrumApplicationOriginDnsOutputReference 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() *SpectrumApplicationOriginDns SetInternalValue(val *SpectrumApplicationOriginDns) 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 NewSpectrumApplicationOriginDnsOutputReference ¶
func NewSpectrumApplicationOriginDnsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpectrumApplicationOriginDnsOutputReference
type SpectrumApplicationOriginPortRange ¶
type SpectrumApplicationOriginPortRange struct { // Upper bound of the origin port range. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#end SpectrumApplication#end} End *float64 `field:"required" json:"end" yaml:"end"` // Lower bound of the origin port range. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/spectrum_application#start SpectrumApplication#start} Start *float64 `field:"required" json:"start" yaml:"start"` }
type SpectrumApplicationOriginPortRangeOutputReference ¶
type SpectrumApplicationOriginPortRangeOutputReference 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 End() *float64 SetEnd(val *float64) EndInput() *float64 // Experimental. Fqn() *string InternalValue() *SpectrumApplicationOriginPortRange SetInternalValue(val *SpectrumApplicationOriginPortRange) Start() *float64 SetStart(val *float64) StartInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // 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 NewSpectrumApplicationOriginPortRangeOutputReference ¶
func NewSpectrumApplicationOriginPortRangeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) SpectrumApplicationOriginPortRangeOutputReference
Source Files ¶
- SpectrumApplication.go
- SpectrumApplicationConfig.go
- SpectrumApplicationDns.go
- SpectrumApplicationDnsOutputReference.go
- SpectrumApplicationDnsOutputReference__checks.go
- SpectrumApplicationEdgeIps.go
- SpectrumApplicationEdgeIpsOutputReference.go
- SpectrumApplicationEdgeIpsOutputReference__checks.go
- SpectrumApplicationOriginDns.go
- SpectrumApplicationOriginDnsOutputReference.go
- SpectrumApplicationOriginDnsOutputReference__checks.go
- SpectrumApplicationOriginPortRange.go
- SpectrumApplicationOriginPortRangeOutputReference.go
- SpectrumApplicationOriginPortRangeOutputReference__checks.go
- SpectrumApplication__checks.go
- main.go