Documentation ¶
Index ¶
- func DnsPolicy_IsConstruct(x interface{}) *bool
- func DnsPolicy_IsTerraformElement(x interface{}) *bool
- func DnsPolicy_IsTerraformResource(x interface{}) *bool
- func DnsPolicy_TfResourceType() *string
- func NewDnsPolicyAlternativeNameServerConfigOutputReference_Override(d DnsPolicyAlternativeNameServerConfigOutputReference, ...)
- func NewDnsPolicyAlternativeNameServerConfigTargetNameServersList_Override(d DnsPolicyAlternativeNameServerConfigTargetNameServersList, ...)
- func NewDnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference_Override(d DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference, ...)
- func NewDnsPolicyNetworksList_Override(d DnsPolicyNetworksList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDnsPolicyNetworksOutputReference_Override(d DnsPolicyNetworksOutputReference, ...)
- func NewDnsPolicyTimeoutsOutputReference_Override(d DnsPolicyTimeoutsOutputReference, ...)
- func NewDnsPolicy_Override(d DnsPolicy, scope constructs.Construct, id *string, config *DnsPolicyConfig)
- type DnsPolicy
- type DnsPolicyAlternativeNameServerConfig
- type DnsPolicyAlternativeNameServerConfigOutputReference
- type DnsPolicyAlternativeNameServerConfigTargetNameServers
- type DnsPolicyAlternativeNameServerConfigTargetNameServersList
- type DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference
- type DnsPolicyConfig
- type DnsPolicyNetworks
- type DnsPolicyNetworksList
- type DnsPolicyNetworksOutputReference
- type DnsPolicyTimeouts
- type DnsPolicyTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DnsPolicy_IsConstruct ¶
func DnsPolicy_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 DnsPolicy_IsTerraformElement ¶
func DnsPolicy_IsTerraformElement(x interface{}) *bool
Experimental.
func DnsPolicy_IsTerraformResource ¶
func DnsPolicy_IsTerraformResource(x interface{}) *bool
Experimental.
func DnsPolicy_TfResourceType ¶
func DnsPolicy_TfResourceType() *string
func NewDnsPolicyAlternativeNameServerConfigOutputReference_Override ¶
func NewDnsPolicyAlternativeNameServerConfigOutputReference_Override(d DnsPolicyAlternativeNameServerConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsPolicyAlternativeNameServerConfigTargetNameServersList_Override ¶
func NewDnsPolicyAlternativeNameServerConfigTargetNameServersList_Override(d DnsPolicyAlternativeNameServerConfigTargetNameServersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference_Override ¶
func NewDnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference_Override(d DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsPolicyNetworksList_Override ¶
func NewDnsPolicyNetworksList_Override(d DnsPolicyNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsPolicyNetworksOutputReference_Override ¶
func NewDnsPolicyNetworksOutputReference_Override(d DnsPolicyNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsPolicyTimeoutsOutputReference_Override ¶
func NewDnsPolicyTimeoutsOutputReference_Override(d DnsPolicyTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsPolicy_Override ¶
func NewDnsPolicy_Override(d DnsPolicy, scope constructs.Construct, id *string, config *DnsPolicyConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy google_dns_policy} Resource.
Types ¶
type DnsPolicy ¶
type DnsPolicy interface { cdktf.TerraformResource AlternativeNameServerConfig() DnsPolicyAlternativeNameServerConfigOutputReference AlternativeNameServerConfigInput() *DnsPolicyAlternativeNameServerConfig // 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) Description() *string SetDescription(val *string) DescriptionInput() *string EnableInboundForwarding() interface{} SetEnableInboundForwarding(val interface{}) EnableInboundForwardingInput() interface{} EnableLogging() interface{} SetEnableLogging(val interface{}) EnableLoggingInput() interface{} // 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) Name() *string SetName(val *string) NameInput() *string Networks() DnsPolicyNetworksList NetworksInput() interface{} // The tree node. Node() constructs.Node Project() *string SetProject(val *string) ProjectInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() DnsPolicyTimeoutsOutputReference TimeoutsInput() interface{} // 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) PutAlternativeNameServerConfig(value *DnsPolicyAlternativeNameServerConfig) PutNetworks(value interface{}) PutTimeouts(value *DnsPolicyTimeouts) ResetAlternativeNameServerConfig() ResetDescription() ResetEnableInboundForwarding() ResetEnableLogging() ResetId() ResetNetworks() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProject() 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/google/4.69.1/docs/resources/dns_policy google_dns_policy}.
func NewDnsPolicy ¶
func NewDnsPolicy(scope constructs.Construct, id *string, config *DnsPolicyConfig) DnsPolicy
Create a new {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy google_dns_policy} Resource.
type DnsPolicyAlternativeNameServerConfig ¶
type DnsPolicyAlternativeNameServerConfig struct { // target_name_servers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#target_name_servers DnsPolicy#target_name_servers} TargetNameServers interface{} `field:"required" json:"targetNameServers" yaml:"targetNameServers"` }
type DnsPolicyAlternativeNameServerConfigOutputReference ¶
type DnsPolicyAlternativeNameServerConfigOutputReference 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() *DnsPolicyAlternativeNameServerConfig SetInternalValue(val *DnsPolicyAlternativeNameServerConfig) TargetNameServers() DnsPolicyAlternativeNameServerConfigTargetNameServersList TargetNameServersInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutTargetNameServers(value interface{}) // 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 NewDnsPolicyAlternativeNameServerConfigOutputReference ¶
func NewDnsPolicyAlternativeNameServerConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsPolicyAlternativeNameServerConfigOutputReference
type DnsPolicyAlternativeNameServerConfigTargetNameServers ¶
type DnsPolicyAlternativeNameServerConfigTargetNameServers struct { // IPv4 address to forward to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#ipv4_address DnsPolicy#ipv4_address} Ipv4Address *string `field:"required" json:"ipv4Address" yaml:"ipv4Address"` // Forwarding path for this TargetNameServer. // // If unset or 'default' Cloud DNS will make forwarding // decision based on address ranges, i.e. RFC1918 addresses go to the VPC, Non-RFC1918 addresses go // to the Internet. When set to 'private', Cloud DNS will always send queries through VPC for this target Possible values: ["default", "private"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#forwarding_path DnsPolicy#forwarding_path} ForwardingPath *string `field:"optional" json:"forwardingPath" yaml:"forwardingPath"` }
type DnsPolicyAlternativeNameServerConfigTargetNameServersList ¶
type DnsPolicyAlternativeNameServerConfigTargetNameServersList 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) DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference // 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 NewDnsPolicyAlternativeNameServerConfigTargetNameServersList ¶
func NewDnsPolicyAlternativeNameServerConfigTargetNameServersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsPolicyAlternativeNameServerConfigTargetNameServersList
type DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference ¶
type DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference 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 ForwardingPath() *string SetForwardingPath(val *string) ForwardingPathInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Ipv4Address() *string SetIpv4Address(val *string) Ipv4AddressInput() *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 ResetForwardingPath() // 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 NewDnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference ¶
func NewDnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference
type DnsPolicyConfig ¶
type DnsPolicyConfig 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"` // User assigned name for this policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#name DnsPolicy#name} Name *string `field:"required" json:"name" yaml:"name"` // alternative_name_server_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#alternative_name_server_config DnsPolicy#alternative_name_server_config} AlternativeNameServerConfig *DnsPolicyAlternativeNameServerConfig `field:"optional" json:"alternativeNameServerConfig" yaml:"alternativeNameServerConfig"` // A textual description field. Defaults to 'Managed by Terraform'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#description DnsPolicy#description} Description *string `field:"optional" json:"description" yaml:"description"` // Allows networks bound to this policy to receive DNS queries sent by VMs or applications over VPN connections. // // When enabled, a // virtual IP address will be allocated from each of the sub-networks // that are bound to this policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#enable_inbound_forwarding DnsPolicy#enable_inbound_forwarding} EnableInboundForwarding interface{} `field:"optional" json:"enableInboundForwarding" yaml:"enableInboundForwarding"` // Controls whether logging is enabled for the networks bound to this policy. Defaults to no logging if not set. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#enable_logging DnsPolicy#enable_logging} EnableLogging interface{} `field:"optional" json:"enableLogging" yaml:"enableLogging"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#id DnsPolicy#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"` // networks block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#networks DnsPolicy#networks} Networks interface{} `field:"optional" json:"networks" yaml:"networks"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#project DnsPolicy#project}. Project *string `field:"optional" json:"project" yaml:"project"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#timeouts DnsPolicy#timeouts} Timeouts *DnsPolicyTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type DnsPolicyNetworks ¶
type DnsPolicyNetworks struct { // The id or fully qualified URL of the VPC network to forward queries to. // // This should be formatted like 'projects/{project}/global/networks/{network}' or // 'https://www.googleapis.com/compute/v1/projects/{project}/global/networks/{network}' // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#network_url DnsPolicy#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` }
type DnsPolicyNetworksList ¶
type DnsPolicyNetworksList 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) DnsPolicyNetworksOutputReference // 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 NewDnsPolicyNetworksList ¶
func NewDnsPolicyNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsPolicyNetworksList
type DnsPolicyNetworksOutputReference ¶
type DnsPolicyNetworksOutputReference 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{}) NetworkUrl() *string SetNetworkUrl(val *string) NetworkUrlInput() *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 NewDnsPolicyNetworksOutputReference ¶
func NewDnsPolicyNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsPolicyNetworksOutputReference
type DnsPolicyTimeouts ¶
type DnsPolicyTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#create DnsPolicy#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#delete DnsPolicy#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/4.69.1/docs/resources/dns_policy#update DnsPolicy#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DnsPolicyTimeoutsOutputReference ¶
type DnsPolicyTimeoutsOutputReference 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{}) // 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() 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 NewDnsPolicyTimeoutsOutputReference ¶
func NewDnsPolicyTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsPolicyTimeoutsOutputReference
Source Files ¶
- DnsPolicy.go
- DnsPolicyAlternativeNameServerConfig.go
- DnsPolicyAlternativeNameServerConfigOutputReference.go
- DnsPolicyAlternativeNameServerConfigOutputReference__checks.go
- DnsPolicyAlternativeNameServerConfigTargetNameServers.go
- DnsPolicyAlternativeNameServerConfigTargetNameServersList.go
- DnsPolicyAlternativeNameServerConfigTargetNameServersList__checks.go
- DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference.go
- DnsPolicyAlternativeNameServerConfigTargetNameServersOutputReference__checks.go
- DnsPolicyConfig.go
- DnsPolicyNetworks.go
- DnsPolicyNetworksList.go
- DnsPolicyNetworksList__checks.go
- DnsPolicyNetworksOutputReference.go
- DnsPolicyNetworksOutputReference__checks.go
- DnsPolicyTimeouts.go
- DnsPolicyTimeoutsOutputReference.go
- DnsPolicyTimeoutsOutputReference__checks.go
- DnsPolicy__checks.go
- main.go