Documentation
¶
Index ¶
- func NewSpectrumApplicationDnsOutputReference_Override(s SpectrumApplicationDnsOutputReference, ...)
- 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_TfResourceType() *string
- type SpectrumApplication
- type SpectrumApplicationConfig
- type SpectrumApplicationDns
- type SpectrumApplicationDnsOutputReference
- 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 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://www.terraform.io/docs/providers/cloudflare/r/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_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() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Dns() SpectrumApplicationDnsOutputReference DnsInput() *SpectrumApplicationDns EdgeIpConnectivity() *string SetEdgeIpConnectivity(val *string) EdgeIpConnectivityInput() *string EdgeIps() *[]*string SetEdgeIps(val *[]*string) EdgeIpsInput() *[]*string // 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) PutOriginDns(value *SpectrumApplicationOriginDns) PutOriginPortRange(value *SpectrumApplicationOriginPortRange) ResetArgoSmartRouting() ResetEdgeIpConnectivity() 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://www.terraform.io/docs/providers/cloudflare/r/spectrum_application cloudflare_spectrum_application}.
func NewSpectrumApplication ¶
func NewSpectrumApplication(scope constructs.Construct, id *string, config *SpectrumApplicationConfig) SpectrumApplication
Create a new {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application cloudflare_spectrum_application} Resource.
type SpectrumApplicationConfig ¶
type SpectrumApplicationConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `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://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#dns SpectrumApplication#dns} Dns *SpectrumApplicationDns `field:"required" json:"dns" yaml:"dns"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/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://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#zone_id SpectrumApplication#zone_id} ZoneId *string `field:"required" json:"zoneId" yaml:"zoneId"` // Defaults to `false`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#argo_smart_routing SpectrumApplication#argo_smart_routing} ArgoSmartRouting interface{} `field:"optional" json:"argoSmartRouting" yaml:"argoSmartRouting"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#edge_ip_connectivity SpectrumApplication#edge_ip_connectivity}. EdgeIpConnectivity *string `field:"optional" json:"edgeIpConnectivity" yaml:"edgeIpConnectivity"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#edge_ips SpectrumApplication#edge_ips}. EdgeIps *[]*string `field:"optional" json:"edgeIps" yaml:"edgeIps"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/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"` // Defaults to `true`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#ip_firewall SpectrumApplication#ip_firewall} IpFirewall interface{} `field:"optional" json:"ipFirewall" yaml:"ipFirewall"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#origin_direct SpectrumApplication#origin_direct}. OriginDirect *[]*string `field:"optional" json:"originDirect" yaml:"originDirect"` // origin_dns block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#origin_dns SpectrumApplication#origin_dns} OriginDns *SpectrumApplicationOriginDns `field:"optional" json:"originDns" yaml:"originDns"` // Conflicts with `origin_port_range`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/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://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#origin_port_range SpectrumApplication#origin_port_range} OriginPortRange *SpectrumApplicationOriginPortRange `field:"optional" json:"originPortRange" yaml:"originPortRange"` // Defaults to `off`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#proxy_protocol SpectrumApplication#proxy_protocol} ProxyProtocol *string `field:"optional" json:"proxyProtocol" yaml:"proxyProtocol"` // Defaults to `off`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#tls SpectrumApplication#tls} Tls *string `field:"optional" json:"tls" yaml:"tls"` // Defaults to `direct`. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#traffic_type SpectrumApplication#traffic_type} TrafficType *string `field:"optional" json:"trafficType" yaml:"trafficType"` }
type SpectrumApplicationDns ¶
type SpectrumApplicationDns struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#name SpectrumApplication#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/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 SpectrumApplicationOriginDns ¶
type SpectrumApplicationOriginDns struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/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 { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/spectrum_application#end SpectrumApplication#end}. End *float64 `field:"required" json:"end" yaml:"end"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/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
- spectrumapplication_SpectrumApplication.go
- spectrumapplication_SpectrumApplicationConfig.go
- spectrumapplication_SpectrumApplicationDns.go
- spectrumapplication_SpectrumApplicationDnsOutputReference.go
- spectrumapplication_SpectrumApplicationDnsOutputReference__runtime_type_checks.go
- spectrumapplication_SpectrumApplicationOriginDns.go
- spectrumapplication_SpectrumApplicationOriginDnsOutputReference.go
- spectrumapplication_SpectrumApplicationOriginDnsOutputReference__runtime_type_checks.go
- spectrumapplication_SpectrumApplicationOriginPortRange.go
- spectrumapplication_SpectrumApplicationOriginPortRangeOutputReference.go
- spectrumapplication_SpectrumApplicationOriginPortRangeOutputReference__runtime_type_checks.go
- spectrumapplication_SpectrumApplication__runtime_type_checks.go