Documentation
¶
Index ¶
- func DataCloudflareZones_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DataCloudflareZones_IsConstruct(x interface{}) *bool
- func DataCloudflareZones_IsTerraformDataSource(x interface{}) *bool
- func DataCloudflareZones_IsTerraformElement(x interface{}) *bool
- func DataCloudflareZones_TfResourceType() *string
- func NewDataCloudflareZonesAccountOutputReference_Override(d DataCloudflareZonesAccountOutputReference, ...)
- func NewDataCloudflareZonesResultAccountOutputReference_Override(d DataCloudflareZonesResultAccountOutputReference, ...)
- func NewDataCloudflareZonesResultList_Override(d DataCloudflareZonesResultList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDataCloudflareZonesResultMetaOutputReference_Override(d DataCloudflareZonesResultMetaOutputReference, ...)
- func NewDataCloudflareZonesResultOutputReference_Override(d DataCloudflareZonesResultOutputReference, ...)
- func NewDataCloudflareZonesResultOwnerOutputReference_Override(d DataCloudflareZonesResultOwnerOutputReference, ...)
- func NewDataCloudflareZones_Override(d DataCloudflareZones, scope constructs.Construct, id *string, ...)
- type DataCloudflareZones
- type DataCloudflareZonesAccount
- type DataCloudflareZonesAccountOutputReference
- type DataCloudflareZonesConfig
- type DataCloudflareZonesResult
- type DataCloudflareZonesResultAccount
- type DataCloudflareZonesResultAccountOutputReference
- type DataCloudflareZonesResultList
- type DataCloudflareZonesResultMeta
- type DataCloudflareZonesResultMetaOutputReference
- type DataCloudflareZonesResultOutputReference
- type DataCloudflareZonesResultOwner
- type DataCloudflareZonesResultOwnerOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataCloudflareZones_GenerateConfigForImport ¶
func DataCloudflareZones_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DataCloudflareZones resource upon running "cdktf plan <stack-name>".
func DataCloudflareZones_IsConstruct ¶
func DataCloudflareZones_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 DataCloudflareZones_IsTerraformDataSource ¶
func DataCloudflareZones_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataCloudflareZones_IsTerraformElement ¶
func DataCloudflareZones_IsTerraformElement(x interface{}) *bool
Experimental.
func DataCloudflareZones_TfResourceType ¶
func DataCloudflareZones_TfResourceType() *string
func NewDataCloudflareZonesAccountOutputReference_Override ¶
func NewDataCloudflareZonesAccountOutputReference_Override(d DataCloudflareZonesAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataCloudflareZonesResultAccountOutputReference_Override ¶
func NewDataCloudflareZonesResultAccountOutputReference_Override(d DataCloudflareZonesResultAccountOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataCloudflareZonesResultList_Override ¶
func NewDataCloudflareZonesResultList_Override(d DataCloudflareZonesResultList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataCloudflareZonesResultMetaOutputReference_Override ¶
func NewDataCloudflareZonesResultMetaOutputReference_Override(d DataCloudflareZonesResultMetaOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataCloudflareZonesResultOutputReference_Override ¶
func NewDataCloudflareZonesResultOutputReference_Override(d DataCloudflareZonesResultOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataCloudflareZonesResultOwnerOutputReference_Override ¶
func NewDataCloudflareZonesResultOwnerOutputReference_Override(d DataCloudflareZonesResultOwnerOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDataCloudflareZones_Override ¶
func NewDataCloudflareZones_Override(d DataCloudflareZones, scope constructs.Construct, id *string, config *DataCloudflareZonesConfig)
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones cloudflare_zones} Data Source.
Types ¶
type DataCloudflareZones ¶
type DataCloudflareZones interface { cdktf.TerraformDataSource Account() DataCloudflareZonesAccountOutputReference AccountInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Direction() *string SetDirection(val *string) DirectionInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Match() *string SetMatch(val *string) MatchInput() *string MaxItems() *float64 SetMaxItems(val *float64) MaxItemsInput() *float64 Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Order() *string SetOrder(val *string) OrderInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} Result() DataCloudflareZonesResultList Status() *string SetStatus(val *string) StatusInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAccount(value *DataCloudflareZonesAccount) ResetAccount() ResetDirection() ResetMatch() ResetMaxItems() ResetName() ResetOrder() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetStatus() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Adds this resource to the terraform JSON output. // Experimental. ToHclTerraform() 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/cloudflare/cloudflare/5.1.0/docs/data-sources/zones cloudflare_zones}.
func NewDataCloudflareZones ¶
func NewDataCloudflareZones(scope constructs.Construct, id *string, config *DataCloudflareZonesConfig) DataCloudflareZones
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones cloudflare_zones} Data Source.
type DataCloudflareZonesAccount ¶
type DataCloudflareZonesAccount struct { // An account ID. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#id DataCloudflareZones#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"` // An account Name. // // Optional filter operators can be provided to extend refine the search: // * `equal` (default) // * `not_equal` // * `starts_with` // * `ends_with` // * `contains` // * `starts_with_case_sensitive` // * `ends_with_case_sensitive` // * `contains_case_sensitive` // // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#name DataCloudflareZones#name} Name *string `field:"optional" json:"name" yaml:"name"` }
type DataCloudflareZonesAccountOutputReference ¶
type DataCloudflareZonesAccountOutputReference 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 Id() *string SetId(val *string) IdInput() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetId() ResetName() // 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 NewDataCloudflareZonesAccountOutputReference ¶
func NewDataCloudflareZonesAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataCloudflareZonesAccountOutputReference
type DataCloudflareZonesConfig ¶
type DataCloudflareZonesConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#account DataCloudflareZones#account}. Account *DataCloudflareZonesAccount `field:"optional" json:"account" yaml:"account"` // Direction to order zones. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#direction DataCloudflareZones#direction} Direction *string `field:"optional" json:"direction" yaml:"direction"` // Whether to match all search requirements or at least one (any). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#match DataCloudflareZones#match} Match *string `field:"optional" json:"match" yaml:"match"` // Max items to fetch, default: 1000. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#max_items DataCloudflareZones#max_items} MaxItems *float64 `field:"optional" json:"maxItems" yaml:"maxItems"` // A domain name. // // Optional filter operators can be provided to extend refine the search: // * `equal` (default) // * `not_equal` // * `starts_with` // * `ends_with` // * `contains` // * `starts_with_case_sensitive` // * `ends_with_case_sensitive` // * `contains_case_sensitive` // // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#name DataCloudflareZones#name} Name *string `field:"optional" json:"name" yaml:"name"` // Field to order zones by. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#order DataCloudflareZones#order} Order *string `field:"optional" json:"order" yaml:"order"` // A zone status. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/5.1.0/docs/data-sources/zones#status DataCloudflareZones#status} Status *string `field:"optional" json:"status" yaml:"status"` }
type DataCloudflareZonesResult ¶
type DataCloudflareZonesResult struct { }
type DataCloudflareZonesResultAccount ¶
type DataCloudflareZonesResultAccount struct { }
type DataCloudflareZonesResultAccountOutputReference ¶
type DataCloudflareZonesResultAccountOutputReference 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 Id() *string InternalValue() *DataCloudflareZonesResultAccount SetInternalValue(val *DataCloudflareZonesResultAccount) Name() *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 NewDataCloudflareZonesResultAccountOutputReference ¶
func NewDataCloudflareZonesResultAccountOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataCloudflareZonesResultAccountOutputReference
type DataCloudflareZonesResultList ¶
type DataCloudflareZonesResultList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) DataCloudflareZonesResultOutputReference // 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 NewDataCloudflareZonesResultList ¶
func NewDataCloudflareZonesResultList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataCloudflareZonesResultList
type DataCloudflareZonesResultMeta ¶
type DataCloudflareZonesResultMeta struct { }
type DataCloudflareZonesResultMetaOutputReference ¶
type DataCloudflareZonesResultMetaOutputReference interface { cdktf.ComplexObject CdnOnly() cdktf.IResolvable // 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 CustomCertificateQuota() *float64 DnsOnly() cdktf.IResolvable FoundationDns() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *DataCloudflareZonesResultMeta SetInternalValue(val *DataCloudflareZonesResultMeta) PageRuleQuota() *float64 PhishingDetected() cdktf.IResolvable Step() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataCloudflareZonesResultMetaOutputReference ¶
func NewDataCloudflareZonesResultMetaOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataCloudflareZonesResultMetaOutputReference
type DataCloudflareZonesResultOutputReference ¶
type DataCloudflareZonesResultOutputReference interface { cdktf.ComplexObject Account() DataCloudflareZonesResultAccountOutputReference ActivatedOn() *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) CreatedOn() *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 DevelopmentMode() *float64 // Experimental. Fqn() *string Id() *string InternalValue() *DataCloudflareZonesResult SetInternalValue(val *DataCloudflareZonesResult) Meta() DataCloudflareZonesResultMetaOutputReference ModifiedOn() *string Name() *string NameServers() *[]*string OriginalDnshost() *string OriginalNameServers() *[]*string OriginalRegistrar() *string Owner() DataCloudflareZonesResultOwnerOutputReference Paused() cdktf.IResolvable Status() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string VanityNameServers() *[]*string VerificationKey() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataCloudflareZonesResultOutputReference ¶
func NewDataCloudflareZonesResultOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataCloudflareZonesResultOutputReference
type DataCloudflareZonesResultOwner ¶
type DataCloudflareZonesResultOwner struct { }
type DataCloudflareZonesResultOwnerOutputReference ¶
type DataCloudflareZonesResultOwnerOutputReference 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 Id() *string InternalValue() *DataCloudflareZonesResultOwner SetInternalValue(val *DataCloudflareZonesResultOwner) Name() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataCloudflareZonesResultOwnerOutputReference ¶
func NewDataCloudflareZonesResultOwnerOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DataCloudflareZonesResultOwnerOutputReference
Source Files
¶
- DataCloudflareZones.go
- DataCloudflareZonesAccount.go
- DataCloudflareZonesAccountOutputReference.go
- DataCloudflareZonesAccountOutputReference__checks.go
- DataCloudflareZonesConfig.go
- DataCloudflareZonesResult.go
- DataCloudflareZonesResultAccount.go
- DataCloudflareZonesResultAccountOutputReference.go
- DataCloudflareZonesResultAccountOutputReference__checks.go
- DataCloudflareZonesResultList.go
- DataCloudflareZonesResultList__checks.go
- DataCloudflareZonesResultMeta.go
- DataCloudflareZonesResultMetaOutputReference.go
- DataCloudflareZonesResultMetaOutputReference__checks.go
- DataCloudflareZonesResultOutputReference.go
- DataCloudflareZonesResultOutputReference__checks.go
- DataCloudflareZonesResultOwner.go
- DataCloudflareZonesResultOwnerOutputReference.go
- DataCloudflareZonesResultOwnerOutputReference__checks.go
- DataCloudflareZones__checks.go
- main.go