Documentation ¶
Index ¶
- func Firewall_IsConstruct(x interface{}) *bool
- func Firewall_IsTerraformElement(x interface{}) *bool
- func Firewall_IsTerraformResource(x interface{}) *bool
- func Firewall_TfResourceType() *string
- func NewFirewallInboundRuleList_Override(f FirewallInboundRuleList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewFirewallInboundRuleOutputReference_Override(f FirewallInboundRuleOutputReference, ...)
- func NewFirewallOutboundRuleList_Override(f FirewallOutboundRuleList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewFirewallOutboundRuleOutputReference_Override(f FirewallOutboundRuleOutputReference, ...)
- func NewFirewallPendingChangesList_Override(f FirewallPendingChangesList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewFirewallPendingChangesOutputReference_Override(f FirewallPendingChangesOutputReference, ...)
- func NewFirewall_Override(f Firewall, scope constructs.Construct, id *string, config *FirewallConfig)
- type Firewall
- type FirewallConfig
- type FirewallInboundRule
- type FirewallInboundRuleList
- type FirewallInboundRuleOutputReference
- type FirewallOutboundRule
- type FirewallOutboundRuleList
- type FirewallOutboundRuleOutputReference
- type FirewallPendingChanges
- type FirewallPendingChangesList
- type FirewallPendingChangesOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Firewall_IsConstruct ¶
func Firewall_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 Firewall_IsTerraformElement ¶
func Firewall_IsTerraformElement(x interface{}) *bool
Experimental.
func Firewall_IsTerraformResource ¶
func Firewall_IsTerraformResource(x interface{}) *bool
Experimental.
func Firewall_TfResourceType ¶
func Firewall_TfResourceType() *string
func NewFirewallInboundRuleList_Override ¶
func NewFirewallInboundRuleList_Override(f FirewallInboundRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewFirewallInboundRuleOutputReference_Override ¶
func NewFirewallInboundRuleOutputReference_Override(f FirewallInboundRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewFirewallOutboundRuleList_Override ¶
func NewFirewallOutboundRuleList_Override(f FirewallOutboundRuleList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewFirewallOutboundRuleOutputReference_Override ¶
func NewFirewallOutboundRuleOutputReference_Override(f FirewallOutboundRuleOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewFirewallPendingChangesList_Override ¶
func NewFirewallPendingChangesList_Override(f FirewallPendingChangesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewFirewallPendingChangesOutputReference_Override ¶
func NewFirewallPendingChangesOutputReference_Override(f FirewallPendingChangesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewFirewall_Override ¶
func NewFirewall_Override(f Firewall, scope constructs.Construct, id *string, config *FirewallConfig)
Create a new {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall digitalocean_firewall} Resource.
Types ¶
type Firewall ¶
type Firewall 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{}) CreatedAt() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DropletIds() *[]*float64 SetDropletIds(val *[]*float64) DropletIdsInput() *[]*float64 // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InboundRule() FirewallInboundRuleList InboundRuleInput() interface{} // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node OutboundRule() FirewallOutboundRuleList OutboundRuleInput() interface{} PendingChanges() FirewallPendingChangesList // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Status() *string Tags() *[]*string SetTags(val *[]*string) TagsInput() *[]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *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) PutInboundRule(value interface{}) PutOutboundRule(value interface{}) ResetDropletIds() ResetId() ResetInboundRule() ResetOutboundRule() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() 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/digitalocean/digitalocean/2.29.0/docs/resources/firewall digitalocean_firewall}.
func NewFirewall ¶
func NewFirewall(scope constructs.Construct, id *string, config *FirewallConfig) Firewall
Create a new {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall digitalocean_firewall} Resource.
type FirewallConfig ¶
type FirewallConfig 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/digitalocean/digitalocean/2.29.0/docs/resources/firewall#name Firewall#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#droplet_ids Firewall#droplet_ids}. DropletIds *[]*float64 `field:"optional" json:"dropletIds" yaml:"dropletIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#id Firewall#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"` // inbound_rule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#inbound_rule Firewall#inbound_rule} InboundRule interface{} `field:"optional" json:"inboundRule" yaml:"inboundRule"` // outbound_rule block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#outbound_rule Firewall#outbound_rule} OutboundRule interface{} `field:"optional" json:"outboundRule" yaml:"outboundRule"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#tags Firewall#tags}. Tags *[]*string `field:"optional" json:"tags" yaml:"tags"` }
type FirewallInboundRule ¶
type FirewallInboundRule struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#protocol Firewall#protocol}. Protocol *string `field:"required" json:"protocol" yaml:"protocol"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#port_range Firewall#port_range}. PortRange *string `field:"optional" json:"portRange" yaml:"portRange"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#source_addresses Firewall#source_addresses}. SourceAddresses *[]*string `field:"optional" json:"sourceAddresses" yaml:"sourceAddresses"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#source_droplet_ids Firewall#source_droplet_ids}. SourceDropletIds *[]*float64 `field:"optional" json:"sourceDropletIds" yaml:"sourceDropletIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#source_kubernetes_ids Firewall#source_kubernetes_ids}. SourceKubernetesIds *[]*string `field:"optional" json:"sourceKubernetesIds" yaml:"sourceKubernetesIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#source_load_balancer_uids Firewall#source_load_balancer_uids}. SourceLoadBalancerUids *[]*string `field:"optional" json:"sourceLoadBalancerUids" yaml:"sourceLoadBalancerUids"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#source_tags Firewall#source_tags}. SourceTags *[]*string `field:"optional" json:"sourceTags" yaml:"sourceTags"` }
type FirewallInboundRuleList ¶
type FirewallInboundRuleList 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) // Experimental. ComputeFqn() *string Get(index *float64) FirewallInboundRuleOutputReference // 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 NewFirewallInboundRuleList ¶
func NewFirewallInboundRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) FirewallInboundRuleList
type FirewallInboundRuleOutputReference ¶
type FirewallInboundRuleOutputReference 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() interface{} SetInternalValue(val interface{}) PortRange() *string SetPortRange(val *string) PortRangeInput() *string Protocol() *string SetProtocol(val *string) ProtocolInput() *string SourceAddresses() *[]*string SetSourceAddresses(val *[]*string) SourceAddressesInput() *[]*string SourceDropletIds() *[]*float64 SetSourceDropletIds(val *[]*float64) SourceDropletIdsInput() *[]*float64 SourceKubernetesIds() *[]*string SetSourceKubernetesIds(val *[]*string) SourceKubernetesIdsInput() *[]*string SourceLoadBalancerUids() *[]*string SetSourceLoadBalancerUids(val *[]*string) SourceLoadBalancerUidsInput() *[]*string SourceTags() *[]*string SetSourceTags(val *[]*string) SourceTagsInput() *[]*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 ResetPortRange() ResetSourceAddresses() ResetSourceDropletIds() ResetSourceKubernetesIds() ResetSourceLoadBalancerUids() ResetSourceTags() // 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 NewFirewallInboundRuleOutputReference ¶
func NewFirewallInboundRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) FirewallInboundRuleOutputReference
type FirewallOutboundRule ¶
type FirewallOutboundRule struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#protocol Firewall#protocol}. Protocol *string `field:"required" json:"protocol" yaml:"protocol"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#destination_addresses Firewall#destination_addresses}. DestinationAddresses *[]*string `field:"optional" json:"destinationAddresses" yaml:"destinationAddresses"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#destination_droplet_ids Firewall#destination_droplet_ids}. DestinationDropletIds *[]*float64 `field:"optional" json:"destinationDropletIds" yaml:"destinationDropletIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#destination_kubernetes_ids Firewall#destination_kubernetes_ids}. DestinationKubernetesIds *[]*string `field:"optional" json:"destinationKubernetesIds" yaml:"destinationKubernetesIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#destination_load_balancer_uids Firewall#destination_load_balancer_uids}. DestinationLoadBalancerUids *[]*string `field:"optional" json:"destinationLoadBalancerUids" yaml:"destinationLoadBalancerUids"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#destination_tags Firewall#destination_tags}. DestinationTags *[]*string `field:"optional" json:"destinationTags" yaml:"destinationTags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/digitalocean/digitalocean/2.29.0/docs/resources/firewall#port_range Firewall#port_range}. PortRange *string `field:"optional" json:"portRange" yaml:"portRange"` }
type FirewallOutboundRuleList ¶
type FirewallOutboundRuleList 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) // Experimental. ComputeFqn() *string Get(index *float64) FirewallOutboundRuleOutputReference // 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 NewFirewallOutboundRuleList ¶
func NewFirewallOutboundRuleList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) FirewallOutboundRuleList
type FirewallOutboundRuleOutputReference ¶
type FirewallOutboundRuleOutputReference 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 DestinationAddresses() *[]*string SetDestinationAddresses(val *[]*string) DestinationAddressesInput() *[]*string DestinationDropletIds() *[]*float64 SetDestinationDropletIds(val *[]*float64) DestinationDropletIdsInput() *[]*float64 DestinationKubernetesIds() *[]*string SetDestinationKubernetesIds(val *[]*string) DestinationKubernetesIdsInput() *[]*string DestinationLoadBalancerUids() *[]*string SetDestinationLoadBalancerUids(val *[]*string) DestinationLoadBalancerUidsInput() *[]*string DestinationTags() *[]*string SetDestinationTags(val *[]*string) DestinationTagsInput() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) PortRange() *string SetPortRange(val *string) PortRangeInput() *string Protocol() *string SetProtocol(val *string) ProtocolInput() *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 ResetDestinationAddresses() ResetDestinationDropletIds() ResetDestinationKubernetesIds() ResetDestinationLoadBalancerUids() ResetDestinationTags() ResetPortRange() // 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 NewFirewallOutboundRuleOutputReference ¶
func NewFirewallOutboundRuleOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) FirewallOutboundRuleOutputReference
type FirewallPendingChanges ¶
type FirewallPendingChanges struct { }
type FirewallPendingChangesList ¶
type FirewallPendingChangesList 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 // 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) // Experimental. ComputeFqn() *string Get(index *float64) FirewallPendingChangesOutputReference // 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 NewFirewallPendingChangesList ¶
func NewFirewallPendingChangesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) FirewallPendingChangesList
type FirewallPendingChangesOutputReference ¶
type FirewallPendingChangesOutputReference 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 DropletId() *float64 // Experimental. Fqn() *string InternalValue() *FirewallPendingChanges SetInternalValue(val *FirewallPendingChanges) Removing() cdktf.IResolvable Status() *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 NewFirewallPendingChangesOutputReference ¶
func NewFirewallPendingChangesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) FirewallPendingChangesOutputReference
Source Files ¶
- Firewall.go
- FirewallConfig.go
- FirewallInboundRule.go
- FirewallInboundRuleList.go
- FirewallInboundRuleList__checks.go
- FirewallInboundRuleOutputReference.go
- FirewallInboundRuleOutputReference__checks.go
- FirewallOutboundRule.go
- FirewallOutboundRuleList.go
- FirewallOutboundRuleList__checks.go
- FirewallOutboundRuleOutputReference.go
- FirewallOutboundRuleOutputReference__checks.go
- FirewallPendingChanges.go
- FirewallPendingChangesList.go
- FirewallPendingChangesList__checks.go
- FirewallPendingChangesOutputReference.go
- FirewallPendingChangesOutputReference__checks.go
- Firewall__checks.go
- main.go