Documentation ¶
Index ¶
- func GoogleDnsManagedZone_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func GoogleDnsManagedZone_IsConstruct(x interface{}) *bool
- func GoogleDnsManagedZone_IsTerraformElement(x interface{}) *bool
- func GoogleDnsManagedZone_IsTerraformResource(x interface{}) *bool
- func GoogleDnsManagedZone_TfResourceType() *string
- func NewGoogleDnsManagedZoneCloudLoggingConfigOutputReference_Override(g GoogleDnsManagedZoneCloudLoggingConfigOutputReference, ...)
- func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList_Override(g GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList, ...)
- func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference_Override(g GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference, ...)
- func NewGoogleDnsManagedZoneDnssecConfigOutputReference_Override(g GoogleDnsManagedZoneDnssecConfigOutputReference, ...)
- func NewGoogleDnsManagedZoneForwardingConfigOutputReference_Override(g GoogleDnsManagedZoneForwardingConfigOutputReference, ...)
- func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersList_Override(g GoogleDnsManagedZoneForwardingConfigTargetNameServersList, ...)
- func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference_Override(g GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference, ...)
- func NewGoogleDnsManagedZonePeeringConfigOutputReference_Override(g GoogleDnsManagedZonePeeringConfigOutputReference, ...)
- func NewGoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference_Override(g GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference, ...)
- func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList_Override(g GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList, ...)
- func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference_Override(g GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference, ...)
- func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksList_Override(g GoogleDnsManagedZonePrivateVisibilityConfigNetworksList, ...)
- func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference_Override(g GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference, ...)
- func NewGoogleDnsManagedZonePrivateVisibilityConfigOutputReference_Override(g GoogleDnsManagedZonePrivateVisibilityConfigOutputReference, ...)
- func NewGoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference_Override(g GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference, ...)
- func NewGoogleDnsManagedZoneServiceDirectoryConfigOutputReference_Override(g GoogleDnsManagedZoneServiceDirectoryConfigOutputReference, ...)
- func NewGoogleDnsManagedZoneTimeoutsOutputReference_Override(g GoogleDnsManagedZoneTimeoutsOutputReference, ...)
- func NewGoogleDnsManagedZone_Override(g GoogleDnsManagedZone, scope constructs.Construct, id *string, ...)
- type GoogleDnsManagedZone
- type GoogleDnsManagedZoneCloudLoggingConfig
- type GoogleDnsManagedZoneCloudLoggingConfigOutputReference
- type GoogleDnsManagedZoneConfig
- type GoogleDnsManagedZoneDnssecConfig
- type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecs
- type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList
- type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference
- type GoogleDnsManagedZoneDnssecConfigOutputReference
- type GoogleDnsManagedZoneForwardingConfig
- type GoogleDnsManagedZoneForwardingConfigOutputReference
- type GoogleDnsManagedZoneForwardingConfigTargetNameServers
- type GoogleDnsManagedZoneForwardingConfigTargetNameServersList
- type GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference
- type GoogleDnsManagedZonePeeringConfig
- type GoogleDnsManagedZonePeeringConfigOutputReference
- type GoogleDnsManagedZonePeeringConfigTargetNetwork
- type GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference
- type GoogleDnsManagedZonePrivateVisibilityConfig
- type GoogleDnsManagedZonePrivateVisibilityConfigGkeClusters
- type GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList
- type GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference
- type GoogleDnsManagedZonePrivateVisibilityConfigNetworks
- type GoogleDnsManagedZonePrivateVisibilityConfigNetworksList
- type GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference
- type GoogleDnsManagedZonePrivateVisibilityConfigOutputReference
- type GoogleDnsManagedZoneServiceDirectoryConfig
- type GoogleDnsManagedZoneServiceDirectoryConfigNamespace
- type GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference
- type GoogleDnsManagedZoneServiceDirectoryConfigOutputReference
- type GoogleDnsManagedZoneTimeouts
- type GoogleDnsManagedZoneTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoogleDnsManagedZone_GenerateConfigForImport ¶
func GoogleDnsManagedZone_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a GoogleDnsManagedZone resource upon running "cdktf plan <stack-name>".
func GoogleDnsManagedZone_IsConstruct ¶
func GoogleDnsManagedZone_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 GoogleDnsManagedZone_IsTerraformElement ¶
func GoogleDnsManagedZone_IsTerraformElement(x interface{}) *bool
Experimental.
func GoogleDnsManagedZone_IsTerraformResource ¶
func GoogleDnsManagedZone_IsTerraformResource(x interface{}) *bool
Experimental.
func GoogleDnsManagedZone_TfResourceType ¶
func GoogleDnsManagedZone_TfResourceType() *string
func NewGoogleDnsManagedZoneCloudLoggingConfigOutputReference_Override ¶
func NewGoogleDnsManagedZoneCloudLoggingConfigOutputReference_Override(g GoogleDnsManagedZoneCloudLoggingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList_Override ¶
func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList_Override(g GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference_Override ¶
func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference_Override(g GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsManagedZoneDnssecConfigOutputReference_Override ¶
func NewGoogleDnsManagedZoneDnssecConfigOutputReference_Override(g GoogleDnsManagedZoneDnssecConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZoneForwardingConfigOutputReference_Override ¶
func NewGoogleDnsManagedZoneForwardingConfigOutputReference_Override(g GoogleDnsManagedZoneForwardingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersList_Override ¶
func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersList_Override(g GoogleDnsManagedZoneForwardingConfigTargetNameServersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference_Override ¶
func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference_Override(g GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsManagedZonePeeringConfigOutputReference_Override ¶
func NewGoogleDnsManagedZonePeeringConfigOutputReference_Override(g GoogleDnsManagedZonePeeringConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference_Override ¶
func NewGoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference_Override(g GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList_Override ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList_Override(g GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference_Override ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference_Override(g GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksList_Override ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksList_Override(g GoogleDnsManagedZonePrivateVisibilityConfigNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference_Override ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference_Override(g GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewGoogleDnsManagedZonePrivateVisibilityConfigOutputReference_Override ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigOutputReference_Override(g GoogleDnsManagedZonePrivateVisibilityConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference_Override ¶
func NewGoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference_Override(g GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZoneServiceDirectoryConfigOutputReference_Override ¶
func NewGoogleDnsManagedZoneServiceDirectoryConfigOutputReference_Override(g GoogleDnsManagedZoneServiceDirectoryConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZoneTimeoutsOutputReference_Override ¶
func NewGoogleDnsManagedZoneTimeoutsOutputReference_Override(g GoogleDnsManagedZoneTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewGoogleDnsManagedZone_Override ¶
func NewGoogleDnsManagedZone_Override(g GoogleDnsManagedZone, scope constructs.Construct, id *string, config *GoogleDnsManagedZoneConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone google_dns_managed_zone} Resource.
Types ¶
type GoogleDnsManagedZone ¶
type GoogleDnsManagedZone interface { cdktf.TerraformResource // Experimental. CdktfStack() cdktf.TerraformStack CloudLoggingConfig() GoogleDnsManagedZoneCloudLoggingConfigOutputReference CloudLoggingConfigInput() *GoogleDnsManagedZoneCloudLoggingConfig // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreationTime() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DnsName() *string SetDnsName(val *string) DnsNameInput() *string DnssecConfig() GoogleDnsManagedZoneDnssecConfigOutputReference DnssecConfigInput() *GoogleDnsManagedZoneDnssecConfig EffectiveLabels() cdktf.StringMap ForceDestroy() interface{} SetForceDestroy(val interface{}) ForceDestroyInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) ForwardingConfig() GoogleDnsManagedZoneForwardingConfigOutputReference ForwardingConfigInput() *GoogleDnsManagedZoneForwardingConfig // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string Labels() *map[string]*string SetLabels(val *map[string]*string) LabelsInput() *map[string]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) ManagedZoneId() *float64 Name() *string SetName(val *string) NameInput() *string NameServers() *[]*string // The tree node. Node() constructs.Node PeeringConfig() GoogleDnsManagedZonePeeringConfigOutputReference PeeringConfigInput() *GoogleDnsManagedZonePeeringConfig PrivateVisibilityConfig() GoogleDnsManagedZonePrivateVisibilityConfigOutputReference PrivateVisibilityConfigInput() *GoogleDnsManagedZonePrivateVisibilityConfig 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{} ReverseLookup() interface{} SetReverseLookup(val interface{}) ReverseLookupInput() interface{} ServiceDirectoryConfig() GoogleDnsManagedZoneServiceDirectoryConfigOutputReference ServiceDirectoryConfigInput() *GoogleDnsManagedZoneServiceDirectoryConfig // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata TerraformLabels() cdktf.StringMap // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() GoogleDnsManagedZoneTimeoutsOutputReference TimeoutsInput() interface{} Visibility() *string SetVisibility(val *string) VisibilityInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *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. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutCloudLoggingConfig(value *GoogleDnsManagedZoneCloudLoggingConfig) PutDnssecConfig(value *GoogleDnsManagedZoneDnssecConfig) PutForwardingConfig(value *GoogleDnsManagedZoneForwardingConfig) PutPeeringConfig(value *GoogleDnsManagedZonePeeringConfig) PutPrivateVisibilityConfig(value *GoogleDnsManagedZonePrivateVisibilityConfig) PutServiceDirectoryConfig(value *GoogleDnsManagedZoneServiceDirectoryConfig) PutTimeouts(value *GoogleDnsManagedZoneTimeouts) ResetCloudLoggingConfig() ResetDescription() ResetDnssecConfig() ResetForceDestroy() ResetForwardingConfig() ResetId() ResetLabels() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPeeringConfig() ResetPrivateVisibilityConfig() ResetProject() ResetReverseLookup() ResetServiceDirectoryConfig() ResetTimeouts() ResetVisibility() 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-beta/5.4.0/docs/resources/google_dns_managed_zone google_dns_managed_zone}.
func NewGoogleDnsManagedZone ¶
func NewGoogleDnsManagedZone(scope constructs.Construct, id *string, config *GoogleDnsManagedZoneConfig) GoogleDnsManagedZone
Create a new {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone google_dns_managed_zone} Resource.
type GoogleDnsManagedZoneCloudLoggingConfig ¶
type GoogleDnsManagedZoneCloudLoggingConfig struct { // If set, enable query logging for this ManagedZone. False by default, making logging opt-in. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#enable_logging GoogleDnsManagedZone#enable_logging} EnableLogging interface{} `field:"required" json:"enableLogging" yaml:"enableLogging"` }
type GoogleDnsManagedZoneCloudLoggingConfigOutputReference ¶
type GoogleDnsManagedZoneCloudLoggingConfigOutputReference 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 EnableLogging() interface{} SetEnableLogging(val interface{}) EnableLoggingInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleDnsManagedZoneCloudLoggingConfig SetInternalValue(val *GoogleDnsManagedZoneCloudLoggingConfig) // 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 NewGoogleDnsManagedZoneCloudLoggingConfigOutputReference ¶
func NewGoogleDnsManagedZoneCloudLoggingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZoneCloudLoggingConfigOutputReference
type GoogleDnsManagedZoneConfig ¶
type GoogleDnsManagedZoneConfig 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"` // The DNS name of this managed zone, for instance "example.com.". // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#dns_name GoogleDnsManagedZone#dns_name} DnsName *string `field:"required" json:"dnsName" yaml:"dnsName"` // User assigned name for this resource. Must be unique within the project. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#name GoogleDnsManagedZone#name} Name *string `field:"required" json:"name" yaml:"name"` // cloud_logging_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#cloud_logging_config GoogleDnsManagedZone#cloud_logging_config} CloudLoggingConfig *GoogleDnsManagedZoneCloudLoggingConfig `field:"optional" json:"cloudLoggingConfig" yaml:"cloudLoggingConfig"` // A textual description field. Defaults to 'Managed by Terraform'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#description GoogleDnsManagedZone#description} Description *string `field:"optional" json:"description" yaml:"description"` // dnssec_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#dnssec_config GoogleDnsManagedZone#dnssec_config} DnssecConfig *GoogleDnsManagedZoneDnssecConfig `field:"optional" json:"dnssecConfig" yaml:"dnssecConfig"` // Set this true to delete all records in the zone. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#force_destroy GoogleDnsManagedZone#force_destroy} ForceDestroy interface{} `field:"optional" json:"forceDestroy" yaml:"forceDestroy"` // forwarding_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#forwarding_config GoogleDnsManagedZone#forwarding_config} ForwardingConfig *GoogleDnsManagedZoneForwardingConfig `field:"optional" json:"forwardingConfig" yaml:"forwardingConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#id GoogleDnsManagedZone#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"` // A set of key/value label pairs to assign to this ManagedZone. // // **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. // Please refer to the field 'effective_labels' for all of the labels present on the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#labels GoogleDnsManagedZone#labels} Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"` // peering_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#peering_config GoogleDnsManagedZone#peering_config} PeeringConfig *GoogleDnsManagedZonePeeringConfig `field:"optional" json:"peeringConfig" yaml:"peeringConfig"` // private_visibility_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#private_visibility_config GoogleDnsManagedZone#private_visibility_config} PrivateVisibilityConfig *GoogleDnsManagedZonePrivateVisibilityConfig `field:"optional" json:"privateVisibilityConfig" yaml:"privateVisibilityConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#project GoogleDnsManagedZone#project}. Project *string `field:"optional" json:"project" yaml:"project"` // Specifies if this is a managed reverse lookup zone. // // If true, Cloud DNS will resolve reverse // lookup queries using automatically configured records for VPC resources. This only applies // to networks listed under 'private_visibility_config'. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#reverse_lookup GoogleDnsManagedZone#reverse_lookup} ReverseLookup interface{} `field:"optional" json:"reverseLookup" yaml:"reverseLookup"` // service_directory_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#service_directory_config GoogleDnsManagedZone#service_directory_config} ServiceDirectoryConfig *GoogleDnsManagedZoneServiceDirectoryConfig `field:"optional" json:"serviceDirectoryConfig" yaml:"serviceDirectoryConfig"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#timeouts GoogleDnsManagedZone#timeouts} Timeouts *GoogleDnsManagedZoneTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // The zone's visibility: public zones are exposed to the Internet, while private zones are visible only to Virtual Private Cloud resources. // // Default value: "public" Possible values: ["private", "public"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#visibility GoogleDnsManagedZone#visibility} Visibility *string `field:"optional" json:"visibility" yaml:"visibility"` }
type GoogleDnsManagedZoneDnssecConfig ¶
type GoogleDnsManagedZoneDnssecConfig struct { // default_key_specs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#default_key_specs GoogleDnsManagedZone#default_key_specs} DefaultKeySpecs interface{} `field:"optional" json:"defaultKeySpecs" yaml:"defaultKeySpecs"` // Identifies what kind of resource this is. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#kind GoogleDnsManagedZone#kind} Kind *string `field:"optional" json:"kind" yaml:"kind"` // Specifies the mechanism used to provide authenticated denial-of-existence responses. // // non_existence can only be updated when the state is 'off'. Possible values: ["nsec", "nsec3"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#non_existence GoogleDnsManagedZone#non_existence} NonExistence *string `field:"optional" json:"nonExistence" yaml:"nonExistence"` // Specifies whether DNSSEC is enabled, and what mode it is in Possible values: ["off", "on", "transfer"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#state GoogleDnsManagedZone#state} State *string `field:"optional" json:"state" yaml:"state"` }
type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecs ¶
type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecs struct { // String mnemonic specifying the DNSSEC algorithm of this key Possible values: ["ecdsap256sha256", "ecdsap384sha384", "rsasha1", "rsasha256", "rsasha512"]. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#algorithm GoogleDnsManagedZone#algorithm} Algorithm *string `field:"optional" json:"algorithm" yaml:"algorithm"` // Length of the keys in bits. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#key_length GoogleDnsManagedZone#key_length} KeyLength *float64 `field:"optional" json:"keyLength" yaml:"keyLength"` // Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). // // Key signing keys have the Secure Entry // Point flag set and, when active, will only be used to sign // resource record sets of type DNSKEY. Zone signing keys do // not have the Secure Entry Point flag set and will be used // to sign all other types of resource record sets. Possible values: ["keySigning", "zoneSigning"] // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#key_type GoogleDnsManagedZone#key_type} KeyType *string `field:"optional" json:"keyType" yaml:"keyType"` // Identifies what kind of resource this is. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#kind GoogleDnsManagedZone#kind} Kind *string `field:"optional" json:"kind" yaml:"kind"` }
type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList ¶
type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList 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) GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference // 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 NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList ¶
func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList
type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference ¶
type GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference interface { cdktf.ComplexObject Algorithm() *string SetAlgorithm(val *string) AlgorithmInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) KeyLength() *float64 SetKeyLength(val *float64) KeyLengthInput() *float64 KeyType() *string SetKeyType(val *string) KeyTypeInput() *string Kind() *string SetKind(val *string) KindInput() *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 ResetAlgorithm() ResetKeyLength() ResetKeyType() ResetKind() // 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 NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference ¶
func NewGoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference
type GoogleDnsManagedZoneDnssecConfigOutputReference ¶
type GoogleDnsManagedZoneDnssecConfigOutputReference 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 DefaultKeySpecs() GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList DefaultKeySpecsInput() interface{} // Experimental. Fqn() *string InternalValue() *GoogleDnsManagedZoneDnssecConfig SetInternalValue(val *GoogleDnsManagedZoneDnssecConfig) Kind() *string SetKind(val *string) KindInput() *string NonExistence() *string SetNonExistence(val *string) NonExistenceInput() *string State() *string SetState(val *string) StateInput() *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 PutDefaultKeySpecs(value interface{}) ResetDefaultKeySpecs() ResetKind() ResetNonExistence() ResetState() // 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 NewGoogleDnsManagedZoneDnssecConfigOutputReference ¶
func NewGoogleDnsManagedZoneDnssecConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZoneDnssecConfigOutputReference
type GoogleDnsManagedZoneForwardingConfig ¶
type GoogleDnsManagedZoneForwardingConfig struct { // target_name_servers block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#target_name_servers GoogleDnsManagedZone#target_name_servers} TargetNameServers interface{} `field:"required" json:"targetNameServers" yaml:"targetNameServers"` }
type GoogleDnsManagedZoneForwardingConfigOutputReference ¶
type GoogleDnsManagedZoneForwardingConfigOutputReference 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() *GoogleDnsManagedZoneForwardingConfig SetInternalValue(val *GoogleDnsManagedZoneForwardingConfig) TargetNameServers() GoogleDnsManagedZoneForwardingConfigTargetNameServersList 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 NewGoogleDnsManagedZoneForwardingConfigOutputReference ¶
func NewGoogleDnsManagedZoneForwardingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZoneForwardingConfigOutputReference
type GoogleDnsManagedZoneForwardingConfigTargetNameServers ¶
type GoogleDnsManagedZoneForwardingConfigTargetNameServers struct { // IPv4 address of a target name server. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#ipv4_address GoogleDnsManagedZone#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-beta/5.4.0/docs/resources/google_dns_managed_zone#forwarding_path GoogleDnsManagedZone#forwarding_path} ForwardingPath *string `field:"optional" json:"forwardingPath" yaml:"forwardingPath"` }
type GoogleDnsManagedZoneForwardingConfigTargetNameServersList ¶
type GoogleDnsManagedZoneForwardingConfigTargetNameServersList 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) GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference // 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 NewGoogleDnsManagedZoneForwardingConfigTargetNameServersList ¶
func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsManagedZoneForwardingConfigTargetNameServersList
type GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference ¶
type GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference 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 NewGoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference ¶
func NewGoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference
type GoogleDnsManagedZonePeeringConfig ¶
type GoogleDnsManagedZonePeeringConfig struct { // target_network block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#target_network GoogleDnsManagedZone#target_network} TargetNetwork *GoogleDnsManagedZonePeeringConfigTargetNetwork `field:"required" json:"targetNetwork" yaml:"targetNetwork"` }
type GoogleDnsManagedZonePeeringConfigOutputReference ¶
type GoogleDnsManagedZonePeeringConfigOutputReference 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() *GoogleDnsManagedZonePeeringConfig SetInternalValue(val *GoogleDnsManagedZonePeeringConfig) TargetNetwork() GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference TargetNetworkInput() *GoogleDnsManagedZonePeeringConfigTargetNetwork // 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 PutTargetNetwork(value *GoogleDnsManagedZonePeeringConfigTargetNetwork) // 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 NewGoogleDnsManagedZonePeeringConfigOutputReference ¶
func NewGoogleDnsManagedZonePeeringConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZonePeeringConfigOutputReference
type GoogleDnsManagedZonePeeringConfigTargetNetwork ¶
type GoogleDnsManagedZonePeeringConfigTargetNetwork 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-beta/5.4.0/docs/resources/google_dns_managed_zone#network_url GoogleDnsManagedZone#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` }
type GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference ¶
type GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference 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() *GoogleDnsManagedZonePeeringConfigTargetNetwork SetInternalValue(val *GoogleDnsManagedZonePeeringConfigTargetNetwork) 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 NewGoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference ¶
func NewGoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference
type GoogleDnsManagedZonePrivateVisibilityConfig ¶
type GoogleDnsManagedZonePrivateVisibilityConfig struct { // gke_clusters block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#gke_clusters GoogleDnsManagedZone#gke_clusters} GkeClusters interface{} `field:"optional" json:"gkeClusters" yaml:"gkeClusters"` // networks block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#networks GoogleDnsManagedZone#networks} Networks interface{} `field:"optional" json:"networks" yaml:"networks"` }
type GoogleDnsManagedZonePrivateVisibilityConfigGkeClusters ¶
type GoogleDnsManagedZonePrivateVisibilityConfigGkeClusters struct { // The resource name of the cluster to bind this ManagedZone to. // // This should be specified in the format like // 'projects/* /locations/* /clusters/*' // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#gke_cluster_name GoogleDnsManagedZone#gke_cluster_name} // // Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space. GkeClusterName *string `field:"required" json:"gkeClusterName" yaml:"gkeClusterName"` }
type GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList ¶
type GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList 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) GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference // 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 NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList
type GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference ¶
type GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference 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 GkeClusterName() *string SetGkeClusterName(val *string) GkeClusterNameInput() *string InternalValue() interface{} SetInternalValue(val 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 // 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 NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference
type GoogleDnsManagedZonePrivateVisibilityConfigNetworks ¶
type GoogleDnsManagedZonePrivateVisibilityConfigNetworks struct { // The id or fully qualified URL of the VPC network to bind 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-beta/5.4.0/docs/resources/google_dns_managed_zone#network_url GoogleDnsManagedZone#network_url} NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"` }
type GoogleDnsManagedZonePrivateVisibilityConfigNetworksList ¶
type GoogleDnsManagedZonePrivateVisibilityConfigNetworksList 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) GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference // 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 NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksList ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) GoogleDnsManagedZonePrivateVisibilityConfigNetworksList
type GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference ¶
type GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference 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 NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference
type GoogleDnsManagedZonePrivateVisibilityConfigOutputReference ¶
type GoogleDnsManagedZonePrivateVisibilityConfigOutputReference 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 GkeClusters() GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList GkeClustersInput() interface{} InternalValue() *GoogleDnsManagedZonePrivateVisibilityConfig SetInternalValue(val *GoogleDnsManagedZonePrivateVisibilityConfig) Networks() GoogleDnsManagedZonePrivateVisibilityConfigNetworksList NetworksInput() 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 PutGkeClusters(value interface{}) PutNetworks(value interface{}) ResetGkeClusters() ResetNetworks() // 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 NewGoogleDnsManagedZonePrivateVisibilityConfigOutputReference ¶
func NewGoogleDnsManagedZonePrivateVisibilityConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZonePrivateVisibilityConfigOutputReference
type GoogleDnsManagedZoneServiceDirectoryConfig ¶
type GoogleDnsManagedZoneServiceDirectoryConfig struct { // namespace block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#namespace GoogleDnsManagedZone#namespace} Namespace *GoogleDnsManagedZoneServiceDirectoryConfigNamespace `field:"required" json:"namespace" yaml:"namespace"` }
type GoogleDnsManagedZoneServiceDirectoryConfigNamespace ¶
type GoogleDnsManagedZoneServiceDirectoryConfigNamespace struct { // The fully qualified or partial URL of the service directory namespace that should be associated with the zone. // // This should be formatted like // 'https://servicedirectory.googleapis.com/v1/projects/{project}/locations/{location}/namespaces/{namespace_id}' // or simply 'projects/{project}/locations/{location}/namespaces/{namespace_id}' // Ignored for 'public' visibility zones. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#namespace_url GoogleDnsManagedZone#namespace_url} NamespaceUrl *string `field:"required" json:"namespaceUrl" yaml:"namespaceUrl"` }
type GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference ¶
type GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference 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() *GoogleDnsManagedZoneServiceDirectoryConfigNamespace SetInternalValue(val *GoogleDnsManagedZoneServiceDirectoryConfigNamespace) NamespaceUrl() *string SetNamespaceUrl(val *string) NamespaceUrlInput() *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 NewGoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference ¶
func NewGoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference
type GoogleDnsManagedZoneServiceDirectoryConfigOutputReference ¶
type GoogleDnsManagedZoneServiceDirectoryConfigOutputReference 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() *GoogleDnsManagedZoneServiceDirectoryConfig SetInternalValue(val *GoogleDnsManagedZoneServiceDirectoryConfig) Namespace() GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference NamespaceInput() *GoogleDnsManagedZoneServiceDirectoryConfigNamespace // 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 PutNamespace(value *GoogleDnsManagedZoneServiceDirectoryConfigNamespace) // 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 NewGoogleDnsManagedZoneServiceDirectoryConfigOutputReference ¶
func NewGoogleDnsManagedZoneServiceDirectoryConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZoneServiceDirectoryConfigOutputReference
type GoogleDnsManagedZoneTimeouts ¶
type GoogleDnsManagedZoneTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#create GoogleDnsManagedZone#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#delete GoogleDnsManagedZone#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google-beta/5.4.0/docs/resources/google_dns_managed_zone#update GoogleDnsManagedZone#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type GoogleDnsManagedZoneTimeoutsOutputReference ¶
type GoogleDnsManagedZoneTimeoutsOutputReference 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 NewGoogleDnsManagedZoneTimeoutsOutputReference ¶
func NewGoogleDnsManagedZoneTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) GoogleDnsManagedZoneTimeoutsOutputReference
Source Files ¶
- GoogleDnsManagedZone.go
- GoogleDnsManagedZoneCloudLoggingConfig.go
- GoogleDnsManagedZoneCloudLoggingConfigOutputReference.go
- GoogleDnsManagedZoneCloudLoggingConfigOutputReference__checks.go
- GoogleDnsManagedZoneConfig.go
- GoogleDnsManagedZoneDnssecConfig.go
- GoogleDnsManagedZoneDnssecConfigDefaultKeySpecs.go
- GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList.go
- GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsList__checks.go
- GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference.go
- GoogleDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference__checks.go
- GoogleDnsManagedZoneDnssecConfigOutputReference.go
- GoogleDnsManagedZoneDnssecConfigOutputReference__checks.go
- GoogleDnsManagedZoneForwardingConfig.go
- GoogleDnsManagedZoneForwardingConfigOutputReference.go
- GoogleDnsManagedZoneForwardingConfigOutputReference__checks.go
- GoogleDnsManagedZoneForwardingConfigTargetNameServers.go
- GoogleDnsManagedZoneForwardingConfigTargetNameServersList.go
- GoogleDnsManagedZoneForwardingConfigTargetNameServersList__checks.go
- GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference.go
- GoogleDnsManagedZoneForwardingConfigTargetNameServersOutputReference__checks.go
- GoogleDnsManagedZonePeeringConfig.go
- GoogleDnsManagedZonePeeringConfigOutputReference.go
- GoogleDnsManagedZonePeeringConfigOutputReference__checks.go
- GoogleDnsManagedZonePeeringConfigTargetNetwork.go
- GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference.go
- GoogleDnsManagedZonePeeringConfigTargetNetworkOutputReference__checks.go
- GoogleDnsManagedZonePrivateVisibilityConfig.go
- GoogleDnsManagedZonePrivateVisibilityConfigGkeClusters.go
- GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList.go
- GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersList__checks.go
- GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference.go
- GoogleDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference__checks.go
- GoogleDnsManagedZonePrivateVisibilityConfigNetworks.go
- GoogleDnsManagedZonePrivateVisibilityConfigNetworksList.go
- GoogleDnsManagedZonePrivateVisibilityConfigNetworksList__checks.go
- GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference.go
- GoogleDnsManagedZonePrivateVisibilityConfigNetworksOutputReference__checks.go
- GoogleDnsManagedZonePrivateVisibilityConfigOutputReference.go
- GoogleDnsManagedZonePrivateVisibilityConfigOutputReference__checks.go
- GoogleDnsManagedZoneServiceDirectoryConfig.go
- GoogleDnsManagedZoneServiceDirectoryConfigNamespace.go
- GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference.go
- GoogleDnsManagedZoneServiceDirectoryConfigNamespaceOutputReference__checks.go
- GoogleDnsManagedZoneServiceDirectoryConfigOutputReference.go
- GoogleDnsManagedZoneServiceDirectoryConfigOutputReference__checks.go
- GoogleDnsManagedZoneTimeouts.go
- GoogleDnsManagedZoneTimeoutsOutputReference.go
- GoogleDnsManagedZoneTimeoutsOutputReference__checks.go
- GoogleDnsManagedZone__checks.go
- main.go