Documentation
¶
Index ¶
- func DnsManagedZone_IsConstruct(x interface{}) *bool
- func DnsManagedZone_IsTerraformElement(x interface{}) *bool
- func DnsManagedZone_IsTerraformResource(x interface{}) *bool
- func DnsManagedZone_TfResourceType() *string
- func NewDnsManagedZoneCloudLoggingConfigOutputReference_Override(d DnsManagedZoneCloudLoggingConfigOutputReference, ...)
- func NewDnsManagedZoneDnssecConfigDefaultKeySpecsList_Override(d DnsManagedZoneDnssecConfigDefaultKeySpecsList, ...)
- func NewDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference_Override(d DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference, ...)
- func NewDnsManagedZoneDnssecConfigOutputReference_Override(d DnsManagedZoneDnssecConfigOutputReference, ...)
- func NewDnsManagedZoneForwardingConfigOutputReference_Override(d DnsManagedZoneForwardingConfigOutputReference, ...)
- func NewDnsManagedZoneForwardingConfigTargetNameServersList_Override(d DnsManagedZoneForwardingConfigTargetNameServersList, ...)
- func NewDnsManagedZoneForwardingConfigTargetNameServersOutputReference_Override(d DnsManagedZoneForwardingConfigTargetNameServersOutputReference, ...)
- func NewDnsManagedZonePeeringConfigOutputReference_Override(d DnsManagedZonePeeringConfigOutputReference, ...)
- func NewDnsManagedZonePeeringConfigTargetNetworkOutputReference_Override(d DnsManagedZonePeeringConfigTargetNetworkOutputReference, ...)
- func NewDnsManagedZonePrivateVisibilityConfigGkeClustersList_Override(d DnsManagedZonePrivateVisibilityConfigGkeClustersList, ...)
- func NewDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference_Override(d DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference, ...)
- func NewDnsManagedZonePrivateVisibilityConfigNetworksList_Override(d DnsManagedZonePrivateVisibilityConfigNetworksList, ...)
- func NewDnsManagedZonePrivateVisibilityConfigNetworksOutputReference_Override(d DnsManagedZonePrivateVisibilityConfigNetworksOutputReference, ...)
- func NewDnsManagedZonePrivateVisibilityConfigOutputReference_Override(d DnsManagedZonePrivateVisibilityConfigOutputReference, ...)
- func NewDnsManagedZoneTimeoutsOutputReference_Override(d DnsManagedZoneTimeoutsOutputReference, ...)
- func NewDnsManagedZone_Override(d DnsManagedZone, scope constructs.Construct, id *string, ...)
- type DnsManagedZone
- type DnsManagedZoneCloudLoggingConfig
- type DnsManagedZoneCloudLoggingConfigOutputReference
- type DnsManagedZoneConfig
- type DnsManagedZoneDnssecConfig
- type DnsManagedZoneDnssecConfigDefaultKeySpecs
- type DnsManagedZoneDnssecConfigDefaultKeySpecsList
- type DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference
- type DnsManagedZoneDnssecConfigOutputReference
- type DnsManagedZoneForwardingConfig
- type DnsManagedZoneForwardingConfigOutputReference
- type DnsManagedZoneForwardingConfigTargetNameServers
- type DnsManagedZoneForwardingConfigTargetNameServersList
- type DnsManagedZoneForwardingConfigTargetNameServersOutputReference
- type DnsManagedZonePeeringConfig
- type DnsManagedZonePeeringConfigOutputReference
- type DnsManagedZonePeeringConfigTargetNetwork
- type DnsManagedZonePeeringConfigTargetNetworkOutputReference
- type DnsManagedZonePrivateVisibilityConfig
- type DnsManagedZonePrivateVisibilityConfigGkeClusters
- type DnsManagedZonePrivateVisibilityConfigGkeClustersList
- type DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference
- type DnsManagedZonePrivateVisibilityConfigNetworks
- type DnsManagedZonePrivateVisibilityConfigNetworksList
- type DnsManagedZonePrivateVisibilityConfigNetworksOutputReference
- type DnsManagedZonePrivateVisibilityConfigOutputReference
- type DnsManagedZoneTimeouts
- type DnsManagedZoneTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DnsManagedZone_IsConstruct ¶
func DnsManagedZone_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 DnsManagedZone_IsTerraformElement ¶
func DnsManagedZone_IsTerraformElement(x interface{}) *bool
Experimental.
func DnsManagedZone_IsTerraformResource ¶
func DnsManagedZone_IsTerraformResource(x interface{}) *bool
Experimental.
func DnsManagedZone_TfResourceType ¶
func DnsManagedZone_TfResourceType() *string
func NewDnsManagedZoneCloudLoggingConfigOutputReference_Override ¶
func NewDnsManagedZoneCloudLoggingConfigOutputReference_Override(d DnsManagedZoneCloudLoggingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZoneDnssecConfigDefaultKeySpecsList_Override ¶
func NewDnsManagedZoneDnssecConfigDefaultKeySpecsList_Override(d DnsManagedZoneDnssecConfigDefaultKeySpecsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference_Override ¶
func NewDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference_Override(d DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsManagedZoneDnssecConfigOutputReference_Override ¶
func NewDnsManagedZoneDnssecConfigOutputReference_Override(d DnsManagedZoneDnssecConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZoneForwardingConfigOutputReference_Override ¶
func NewDnsManagedZoneForwardingConfigOutputReference_Override(d DnsManagedZoneForwardingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZoneForwardingConfigTargetNameServersList_Override ¶
func NewDnsManagedZoneForwardingConfigTargetNameServersList_Override(d DnsManagedZoneForwardingConfigTargetNameServersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsManagedZoneForwardingConfigTargetNameServersOutputReference_Override ¶
func NewDnsManagedZoneForwardingConfigTargetNameServersOutputReference_Override(d DnsManagedZoneForwardingConfigTargetNameServersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsManagedZonePeeringConfigOutputReference_Override ¶
func NewDnsManagedZonePeeringConfigOutputReference_Override(d DnsManagedZonePeeringConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZonePeeringConfigTargetNetworkOutputReference_Override ¶
func NewDnsManagedZonePeeringConfigTargetNetworkOutputReference_Override(d DnsManagedZonePeeringConfigTargetNetworkOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZonePrivateVisibilityConfigGkeClustersList_Override ¶ added in v4.0.1
func NewDnsManagedZonePrivateVisibilityConfigGkeClustersList_Override(d DnsManagedZonePrivateVisibilityConfigGkeClustersList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference_Override ¶ added in v4.0.1
func NewDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference_Override(d DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsManagedZonePrivateVisibilityConfigNetworksList_Override ¶
func NewDnsManagedZonePrivateVisibilityConfigNetworksList_Override(d DnsManagedZonePrivateVisibilityConfigNetworksList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDnsManagedZonePrivateVisibilityConfigNetworksOutputReference_Override ¶
func NewDnsManagedZonePrivateVisibilityConfigNetworksOutputReference_Override(d DnsManagedZonePrivateVisibilityConfigNetworksOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDnsManagedZonePrivateVisibilityConfigOutputReference_Override ¶
func NewDnsManagedZonePrivateVisibilityConfigOutputReference_Override(d DnsManagedZonePrivateVisibilityConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZoneTimeoutsOutputReference_Override ¶
func NewDnsManagedZoneTimeoutsOutputReference_Override(d DnsManagedZoneTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDnsManagedZone_Override ¶
func NewDnsManagedZone_Override(d DnsManagedZone, scope constructs.Construct, id *string, config *DnsManagedZoneConfig)
Create a new {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone google_dns_managed_zone} Resource.
Types ¶
type DnsManagedZone ¶
type DnsManagedZone interface {
cdktf.TerraformResource
// Experimental.
CdktfStack() cdktf.TerraformStack
CloudLoggingConfig() DnsManagedZoneCloudLoggingConfigOutputReference
CloudLoggingConfigInput() *DnsManagedZoneCloudLoggingConfig
// Experimental.
Connection() interface{}
// Experimental.
SetConnection(val interface{})
// Experimental.
ConstructNodeMetadata() *map[string]interface{}
// Experimental.
Count() *float64
// Experimental.
SetCount(val *float64)
CreationTime() *string
// Experimental.
DependsOn() *[]*string
// Experimental.
SetDependsOn(val *[]*string)
Description() *string
SetDescription(val *string)
DescriptionInput() *string
DnsName() *string
SetDnsName(val *string)
DnsNameInput() *string
DnssecConfig() DnsManagedZoneDnssecConfigOutputReference
DnssecConfigInput() *DnsManagedZoneDnssecConfig
ForceDestroy() interface{}
SetForceDestroy(val interface{})
ForceDestroyInput() interface{}
// Experimental.
ForEach() cdktf.ITerraformIterator
// Experimental.
SetForEach(val cdktf.ITerraformIterator)
ForwardingConfig() DnsManagedZoneForwardingConfigOutputReference
ForwardingConfigInput() *DnsManagedZoneForwardingConfig
// 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() DnsManagedZonePeeringConfigOutputReference
PeeringConfigInput() *DnsManagedZonePeeringConfig
PrivateVisibilityConfig() DnsManagedZonePrivateVisibilityConfigOutputReference
PrivateVisibilityConfigInput() *DnsManagedZonePrivateVisibilityConfig
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() DnsManagedZoneTimeoutsOutputReference
TimeoutsInput() interface{}
Visibility() *string
SetVisibility(val *string)
VisibilityInput() *string
// Experimental.
AddOverride(path *string, value interface{})
// Experimental.
GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
// Experimental.
GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable
// Experimental.
GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
// Experimental.
GetListAttribute(terraformAttribute *string) *[]*string
// Experimental.
GetNumberAttribute(terraformAttribute *string) *float64
// Experimental.
GetNumberListAttribute(terraformAttribute *string) *[]*float64
// Experimental.
GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64
// Experimental.
GetStringAttribute(terraformAttribute *string) *string
// Experimental.
GetStringMapAttribute(terraformAttribute *string) *map[string]*string
// Experimental.
InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable
// Overrides the auto-generated logical ID with a specific ID.
// Experimental.
OverrideLogicalId(newLogicalId *string)
PutCloudLoggingConfig(value *DnsManagedZoneCloudLoggingConfig)
PutDnssecConfig(value *DnsManagedZoneDnssecConfig)
PutForwardingConfig(value *DnsManagedZoneForwardingConfig)
PutPeeringConfig(value *DnsManagedZonePeeringConfig)
PutPrivateVisibilityConfig(value *DnsManagedZonePrivateVisibilityConfig)
PutTimeouts(value *DnsManagedZoneTimeouts)
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()
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://www.terraform.io/docs/providers/google/r/dns_managed_zone google_dns_managed_zone}.
func NewDnsManagedZone ¶
func NewDnsManagedZone(scope constructs.Construct, id *string, config *DnsManagedZoneConfig) DnsManagedZone
Create a new {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone google_dns_managed_zone} Resource.
type DnsManagedZoneCloudLoggingConfig ¶
type DnsManagedZoneCloudLoggingConfig struct {
// If set, enable query logging for this ManagedZone. False by default, making logging opt-in.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#enable_logging DnsManagedZone#enable_logging}
EnableLogging interface{} `field:"required" json:"enableLogging" yaml:"enableLogging"`
}
type DnsManagedZoneCloudLoggingConfigOutputReference ¶
type DnsManagedZoneCloudLoggingConfigOutputReference 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() *DnsManagedZoneCloudLoggingConfig
SetInternalValue(val *DnsManagedZoneCloudLoggingConfig)
// 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 NewDnsManagedZoneCloudLoggingConfigOutputReference ¶
func NewDnsManagedZoneCloudLoggingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZoneCloudLoggingConfigOutputReference
type DnsManagedZoneConfig ¶
type DnsManagedZoneConfig struct {
// Experimental.
Connection interface{} `field:"optional" json:"connection" yaml:"connection"`
// Experimental.
Count *float64 `field:"optional" json:"count" yaml:"count"`
// Experimental.
DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"`
// Experimental.
ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"`
// Experimental.
Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"`
// Experimental.
Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"`
// Experimental.
Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"`
// The DNS name of this managed zone, for instance "example.com.".
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#dns_name DnsManagedZone#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://www.terraform.io/docs/providers/google/r/dns_managed_zone#name DnsManagedZone#name}
Name *string `field:"required" json:"name" yaml:"name"`
// cloud_logging_config block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#cloud_logging_config DnsManagedZone#cloud_logging_config}
CloudLoggingConfig *DnsManagedZoneCloudLoggingConfig `field:"optional" json:"cloudLoggingConfig" yaml:"cloudLoggingConfig"`
// A textual description field. Defaults to 'Managed by Terraform'.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#description DnsManagedZone#description}
Description *string `field:"optional" json:"description" yaml:"description"`
// dnssec_config block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#dnssec_config DnsManagedZone#dnssec_config}
DnssecConfig *DnsManagedZoneDnssecConfig `field:"optional" json:"dnssecConfig" yaml:"dnssecConfig"`
// Set this true to delete all records in the zone.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#force_destroy DnsManagedZone#force_destroy}
ForceDestroy interface{} `field:"optional" json:"forceDestroy" yaml:"forceDestroy"`
// forwarding_config block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#forwarding_config DnsManagedZone#forwarding_config}
ForwardingConfig *DnsManagedZoneForwardingConfig `field:"optional" json:"forwardingConfig" yaml:"forwardingConfig"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#id DnsManagedZone#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.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#labels DnsManagedZone#labels}
Labels *map[string]*string `field:"optional" json:"labels" yaml:"labels"`
// peering_config block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#peering_config DnsManagedZone#peering_config}
PeeringConfig *DnsManagedZonePeeringConfig `field:"optional" json:"peeringConfig" yaml:"peeringConfig"`
// private_visibility_config block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#private_visibility_config DnsManagedZone#private_visibility_config}
PrivateVisibilityConfig *DnsManagedZonePrivateVisibilityConfig `field:"optional" json:"privateVisibilityConfig" yaml:"privateVisibilityConfig"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#project DnsManagedZone#project}.
Project *string `field:"optional" json:"project" yaml:"project"`
// timeouts block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#timeouts DnsManagedZone#timeouts}
Timeouts *DnsManagedZoneTimeouts `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://www.terraform.io/docs/providers/google/r/dns_managed_zone#visibility DnsManagedZone#visibility}
Visibility *string `field:"optional" json:"visibility" yaml:"visibility"`
}
type DnsManagedZoneDnssecConfig ¶
type DnsManagedZoneDnssecConfig struct {
// default_key_specs block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#default_key_specs DnsManagedZone#default_key_specs}
DefaultKeySpecs interface{} `field:"optional" json:"defaultKeySpecs" yaml:"defaultKeySpecs"`
// Identifies what kind of resource this is.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#kind DnsManagedZone#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://www.terraform.io/docs/providers/google/r/dns_managed_zone#non_existence DnsManagedZone#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://www.terraform.io/docs/providers/google/r/dns_managed_zone#state DnsManagedZone#state}
State *string `field:"optional" json:"state" yaml:"state"`
}
type DnsManagedZoneDnssecConfigDefaultKeySpecs ¶
type DnsManagedZoneDnssecConfigDefaultKeySpecs struct {
// String mnemonic specifying the DNSSEC algorithm of this key Possible values: ["ecdsap256sha256", "ecdsap384sha384", "rsasha1", "rsasha256", "rsasha512"].
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#algorithm DnsManagedZone#algorithm}
Algorithm *string `field:"optional" json:"algorithm" yaml:"algorithm"`
// Length of the keys in bits.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#key_length DnsManagedZone#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://www.terraform.io/docs/providers/google/r/dns_managed_zone#key_type DnsManagedZone#key_type}
KeyType *string `field:"optional" json:"keyType" yaml:"keyType"`
// Identifies what kind of resource this is.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#kind DnsManagedZone#kind}
Kind *string `field:"optional" json:"kind" yaml:"kind"`
}
type DnsManagedZoneDnssecConfigDefaultKeySpecsList ¶
type DnsManagedZoneDnssecConfigDefaultKeySpecsList 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) DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference
// 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 NewDnsManagedZoneDnssecConfigDefaultKeySpecsList ¶
func NewDnsManagedZoneDnssecConfigDefaultKeySpecsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsManagedZoneDnssecConfigDefaultKeySpecsList
type DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference ¶
type DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference 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 NewDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference ¶
func NewDnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference
type DnsManagedZoneDnssecConfigOutputReference ¶
type DnsManagedZoneDnssecConfigOutputReference 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() DnsManagedZoneDnssecConfigDefaultKeySpecsList
DefaultKeySpecsInput() interface{}
// Experimental.
Fqn() *string
InternalValue() *DnsManagedZoneDnssecConfig
SetInternalValue(val *DnsManagedZoneDnssecConfig)
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 NewDnsManagedZoneDnssecConfigOutputReference ¶
func NewDnsManagedZoneDnssecConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZoneDnssecConfigOutputReference
type DnsManagedZoneForwardingConfig ¶
type DnsManagedZoneForwardingConfig struct {
// target_name_servers block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#target_name_servers DnsManagedZone#target_name_servers}
TargetNameServers interface{} `field:"required" json:"targetNameServers" yaml:"targetNameServers"`
}
type DnsManagedZoneForwardingConfigOutputReference ¶
type DnsManagedZoneForwardingConfigOutputReference 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() *DnsManagedZoneForwardingConfig
SetInternalValue(val *DnsManagedZoneForwardingConfig)
TargetNameServers() DnsManagedZoneForwardingConfigTargetNameServersList
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 NewDnsManagedZoneForwardingConfigOutputReference ¶
func NewDnsManagedZoneForwardingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZoneForwardingConfigOutputReference
type DnsManagedZoneForwardingConfigTargetNameServers ¶
type DnsManagedZoneForwardingConfigTargetNameServers struct {
// IPv4 address of a target name server.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#ipv4_address DnsManagedZone#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://www.terraform.io/docs/providers/google/r/dns_managed_zone#forwarding_path DnsManagedZone#forwarding_path}
ForwardingPath *string `field:"optional" json:"forwardingPath" yaml:"forwardingPath"`
}
type DnsManagedZoneForwardingConfigTargetNameServersList ¶
type DnsManagedZoneForwardingConfigTargetNameServersList 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) DnsManagedZoneForwardingConfigTargetNameServersOutputReference
// 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 NewDnsManagedZoneForwardingConfigTargetNameServersList ¶
func NewDnsManagedZoneForwardingConfigTargetNameServersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsManagedZoneForwardingConfigTargetNameServersList
type DnsManagedZoneForwardingConfigTargetNameServersOutputReference ¶
type DnsManagedZoneForwardingConfigTargetNameServersOutputReference 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 NewDnsManagedZoneForwardingConfigTargetNameServersOutputReference ¶
func NewDnsManagedZoneForwardingConfigTargetNameServersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsManagedZoneForwardingConfigTargetNameServersOutputReference
type DnsManagedZonePeeringConfig ¶
type DnsManagedZonePeeringConfig struct {
// target_network block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#target_network DnsManagedZone#target_network}
TargetNetwork *DnsManagedZonePeeringConfigTargetNetwork `field:"required" json:"targetNetwork" yaml:"targetNetwork"`
}
type DnsManagedZonePeeringConfigOutputReference ¶
type DnsManagedZonePeeringConfigOutputReference 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() *DnsManagedZonePeeringConfig
SetInternalValue(val *DnsManagedZonePeeringConfig)
TargetNetwork() DnsManagedZonePeeringConfigTargetNetworkOutputReference
TargetNetworkInput() *DnsManagedZonePeeringConfigTargetNetwork
// 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 *DnsManagedZonePeeringConfigTargetNetwork)
// 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 NewDnsManagedZonePeeringConfigOutputReference ¶
func NewDnsManagedZonePeeringConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZonePeeringConfigOutputReference
type DnsManagedZonePeeringConfigTargetNetwork ¶
type DnsManagedZonePeeringConfigTargetNetwork 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://www.terraform.io/docs/providers/google/r/dns_managed_zone#network_url DnsManagedZone#network_url}
NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"`
}
type DnsManagedZonePeeringConfigTargetNetworkOutputReference ¶
type DnsManagedZonePeeringConfigTargetNetworkOutputReference 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() *DnsManagedZonePeeringConfigTargetNetwork
SetInternalValue(val *DnsManagedZonePeeringConfigTargetNetwork)
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 NewDnsManagedZonePeeringConfigTargetNetworkOutputReference ¶
func NewDnsManagedZonePeeringConfigTargetNetworkOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZonePeeringConfigTargetNetworkOutputReference
type DnsManagedZonePrivateVisibilityConfig ¶
type DnsManagedZonePrivateVisibilityConfig struct {
// networks block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#networks DnsManagedZone#networks}
Networks interface{} `field:"required" json:"networks" yaml:"networks"`
// gke_clusters block.
//
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#gke_clusters DnsManagedZone#gke_clusters}
GkeClusters interface{} `field:"optional" json:"gkeClusters" yaml:"gkeClusters"`
}
type DnsManagedZonePrivateVisibilityConfigGkeClusters ¶ added in v4.0.1
type DnsManagedZonePrivateVisibilityConfigGkeClusters 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://www.terraform.io/docs/providers/google/r/dns_managed_zone#gke_cluster_name DnsManagedZone#gke_cluster_name}
GkeClusterName *string `field:"required" json:"gkeClusterName" yaml:"gkeClusterName"`
}
type DnsManagedZonePrivateVisibilityConfigGkeClustersList ¶ added in v4.0.1
type DnsManagedZonePrivateVisibilityConfigGkeClustersList 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) DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference
// 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 NewDnsManagedZonePrivateVisibilityConfigGkeClustersList ¶ added in v4.0.1
func NewDnsManagedZonePrivateVisibilityConfigGkeClustersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsManagedZonePrivateVisibilityConfigGkeClustersList
type DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference ¶ added in v4.0.1
type DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference 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 NewDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference ¶ added in v4.0.1
func NewDnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference
type DnsManagedZonePrivateVisibilityConfigNetworks ¶
type DnsManagedZonePrivateVisibilityConfigNetworks 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://www.terraform.io/docs/providers/google/r/dns_managed_zone#network_url DnsManagedZone#network_url}
NetworkUrl *string `field:"required" json:"networkUrl" yaml:"networkUrl"`
}
type DnsManagedZonePrivateVisibilityConfigNetworksList ¶
type DnsManagedZonePrivateVisibilityConfigNetworksList 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) DnsManagedZonePrivateVisibilityConfigNetworksOutputReference
// 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 NewDnsManagedZonePrivateVisibilityConfigNetworksList ¶
func NewDnsManagedZonePrivateVisibilityConfigNetworksList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DnsManagedZonePrivateVisibilityConfigNetworksList
type DnsManagedZonePrivateVisibilityConfigNetworksOutputReference ¶
type DnsManagedZonePrivateVisibilityConfigNetworksOutputReference 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 NewDnsManagedZonePrivateVisibilityConfigNetworksOutputReference ¶
func NewDnsManagedZonePrivateVisibilityConfigNetworksOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DnsManagedZonePrivateVisibilityConfigNetworksOutputReference
type DnsManagedZonePrivateVisibilityConfigOutputReference ¶
type DnsManagedZonePrivateVisibilityConfigOutputReference 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() DnsManagedZonePrivateVisibilityConfigGkeClustersList
GkeClustersInput() interface{}
InternalValue() *DnsManagedZonePrivateVisibilityConfig
SetInternalValue(val *DnsManagedZonePrivateVisibilityConfig)
Networks() DnsManagedZonePrivateVisibilityConfigNetworksList
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()
// 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 NewDnsManagedZonePrivateVisibilityConfigOutputReference ¶
func NewDnsManagedZonePrivateVisibilityConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZonePrivateVisibilityConfigOutputReference
type DnsManagedZoneTimeouts ¶
type DnsManagedZoneTimeouts struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#create DnsManagedZone#create}.
Create *string `field:"optional" json:"create" yaml:"create"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#delete DnsManagedZone#delete}.
Delete *string `field:"optional" json:"delete" yaml:"delete"`
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/google/r/dns_managed_zone#update DnsManagedZone#update}.
Update *string `field:"optional" json:"update" yaml:"update"`
}
type DnsManagedZoneTimeoutsOutputReference ¶
type DnsManagedZoneTimeoutsOutputReference 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 NewDnsManagedZoneTimeoutsOutputReference ¶
func NewDnsManagedZoneTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DnsManagedZoneTimeoutsOutputReference
Source Files
¶
- dnsmanagedzone.go
- dnsmanagedzone_DnsManagedZone.go
- dnsmanagedzone_DnsManagedZoneCloudLoggingConfig.go
- dnsmanagedzone_DnsManagedZoneCloudLoggingConfigOutputReference.go
- dnsmanagedzone_DnsManagedZoneCloudLoggingConfigOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneConfig.go
- dnsmanagedzone_DnsManagedZoneDnssecConfig.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigDefaultKeySpecs.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigDefaultKeySpecsList.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigDefaultKeySpecsList__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigDefaultKeySpecsOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigOutputReference.go
- dnsmanagedzone_DnsManagedZoneDnssecConfigOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneForwardingConfig.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigOutputReference.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigTargetNameServers.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigTargetNameServersList.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigTargetNameServersList__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigTargetNameServersOutputReference.go
- dnsmanagedzone_DnsManagedZoneForwardingConfigTargetNameServersOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePeeringConfig.go
- dnsmanagedzone_DnsManagedZonePeeringConfigOutputReference.go
- dnsmanagedzone_DnsManagedZonePeeringConfigOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePeeringConfigTargetNetwork.go
- dnsmanagedzone_DnsManagedZonePeeringConfigTargetNetworkOutputReference.go
- dnsmanagedzone_DnsManagedZonePeeringConfigTargetNetworkOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfig.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigGkeClusters.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigGkeClustersList.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigGkeClustersList__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigGkeClustersOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigNetworks.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigNetworksList.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigNetworksList__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigNetworksOutputReference.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigNetworksOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigOutputReference.go
- dnsmanagedzone_DnsManagedZonePrivateVisibilityConfigOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZoneTimeouts.go
- dnsmanagedzone_DnsManagedZoneTimeoutsOutputReference.go
- dnsmanagedzone_DnsManagedZoneTimeoutsOutputReference__runtime_type_checks.go
- dnsmanagedzone_DnsManagedZone__runtime_type_checks.go