Documentation ¶
Index ¶
- func ListItemA_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func ListItemA_IsConstruct(x interface{}) *bool
- func ListItemA_IsTerraformElement(x interface{}) *bool
- func ListItemA_IsTerraformResource(x interface{}) *bool
- func ListItemA_TfResourceType() *string
- func NewListItemA_Override(l ListItemA, scope constructs.Construct, id *string, config *ListItemAConfig)
- func NewListItemHostnameList_Override(l ListItemHostnameList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewListItemHostnameOutputReference_Override(l ListItemHostnameOutputReference, ...)
- func NewListItemRedirectList_Override(l ListItemRedirectList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewListItemRedirectOutputReference_Override(l ListItemRedirectOutputReference, ...)
- type ListItemA
- type ListItemAConfig
- type ListItemHostname
- type ListItemHostnameList
- type ListItemHostnameOutputReference
- type ListItemRedirect
- type ListItemRedirectList
- type ListItemRedirectOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListItemA_GenerateConfigForImport ¶
func ListItemA_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a ListItemA resource upon running "cdktf plan <stack-name>".
func ListItemA_IsConstruct ¶
func ListItemA_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 ListItemA_IsTerraformElement ¶
func ListItemA_IsTerraformElement(x interface{}) *bool
Experimental.
func ListItemA_IsTerraformResource ¶
func ListItemA_IsTerraformResource(x interface{}) *bool
Experimental.
func ListItemA_TfResourceType ¶
func ListItemA_TfResourceType() *string
func NewListItemA_Override ¶
func NewListItemA_Override(l ListItemA, scope constructs.Construct, id *string, config *ListItemAConfig)
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item cloudflare_list_item} Resource.
func NewListItemHostnameList_Override ¶ added in v11.1.0
func NewListItemHostnameList_Override(l ListItemHostnameList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewListItemHostnameOutputReference_Override ¶
func NewListItemHostnameOutputReference_Override(l ListItemHostnameOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewListItemRedirectList_Override ¶ added in v11.1.0
func NewListItemRedirectList_Override(l ListItemRedirectList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewListItemRedirectOutputReference_Override ¶
func NewListItemRedirectOutputReference_Override(l ListItemRedirectOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
Types ¶
type ListItemA ¶
type ListItemA interface { cdktf.TerraformResource AccountId() *string SetAccountId(val *string) AccountIdInput() *string Asn() *float64 SetAsn(val *float64) AsnInput() *float64 // Experimental. CdktfStack() cdktf.TerraformStack Comment() *string SetComment(val *string) CommentInput() *string // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Hostname() ListItemHostnameList HostnameInput() interface{} Id() *string Ip() *string SetIp(val *string) IpInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) ListId() *string SetListId(val *string) ListIdInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Redirect() ListItemRedirectList RedirectInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutHostname(value interface{}) PutRedirect(value interface{}) ResetAsn() ResetComment() ResetHostname() ResetIp() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRedirect() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // 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/4.50.0/docs/resources/list_item cloudflare_list_item}.
func NewListItemA ¶
func NewListItemA(scope constructs.Construct, id *string, config *ListItemAConfig) ListItemA
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item cloudflare_list_item} Resource.
type ListItemAConfig ¶
type ListItemAConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The account identifier to target for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#account_id ListItemA#account_id} AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // The list identifier to target for the resource. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#list_id ListItemA#list_id} ListId *string `field:"required" json:"listId" yaml:"listId"` // Autonomous system number to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#asn ListItemA#asn} Asn *float64 `field:"optional" json:"asn" yaml:"asn"` // An optional comment for the item. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#comment ListItemA#comment} Comment *string `field:"optional" json:"comment" yaml:"comment"` // hostname block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#hostname ListItemA#hostname} Hostname interface{} `field:"optional" json:"hostname" yaml:"hostname"` // IP address to include in the list. Must provide only one of: `ip`, `asn`, `redirect`, `hostname`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#ip ListItemA#ip} Ip *string `field:"optional" json:"ip" yaml:"ip"` // redirect block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#redirect ListItemA#redirect} Redirect interface{} `field:"optional" json:"redirect" yaml:"redirect"` }
type ListItemHostname ¶
type ListItemHostname struct { // The FQDN to match on. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#url_hostname ListItemA#url_hostname} UrlHostname *string `field:"required" json:"urlHostname" yaml:"urlHostname"` }
type ListItemHostnameList ¶ added in v11.1.0
type ListItemHostnameList 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) // 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) ListItemHostnameOutputReference // 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 NewListItemHostnameList ¶ added in v11.1.0
func NewListItemHostnameList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ListItemHostnameList
type ListItemHostnameOutputReference ¶
type ListItemHostnameOutputReference 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{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UrlHostname() *string SetUrlHostname(val *string) UrlHostnameInput() *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 NewListItemHostnameOutputReference ¶
func NewListItemHostnameOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ListItemHostnameOutputReference
type ListItemRedirect ¶
type ListItemRedirect struct { // The source url of the redirect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#source_url ListItemA#source_url} SourceUrl *string `field:"required" json:"sourceUrl" yaml:"sourceUrl"` // The target url of the redirect. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#target_url ListItemA#target_url} TargetUrl *string `field:"required" json:"targetUrl" yaml:"targetUrl"` // Whether the redirect also matches subdomains of the source url. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#include_subdomains ListItemA#include_subdomains} IncludeSubdomains interface{} `field:"optional" json:"includeSubdomains" yaml:"includeSubdomains"` // Whether the redirect target url should keep the query string of the request's url. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#preserve_path_suffix ListItemA#preserve_path_suffix} PreservePathSuffix interface{} `field:"optional" json:"preservePathSuffix" yaml:"preservePathSuffix"` // Whether the redirect target url should keep the query string of the request's url. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#preserve_query_string ListItemA#preserve_query_string} PreserveQueryString interface{} `field:"optional" json:"preserveQueryString" yaml:"preserveQueryString"` // The status code to be used when redirecting a request. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#status_code ListItemA#status_code} StatusCode *float64 `field:"optional" json:"statusCode" yaml:"statusCode"` // Whether the redirect also matches subpaths of the source url. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.50.0/docs/resources/list_item#subpath_matching ListItemA#subpath_matching} SubpathMatching interface{} `field:"optional" json:"subpathMatching" yaml:"subpathMatching"` }
type ListItemRedirectList ¶ added in v11.1.0
type ListItemRedirectList 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) // 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) ListItemRedirectOutputReference // 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 NewListItemRedirectList ¶ added in v11.1.0
func NewListItemRedirectList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) ListItemRedirectList
type ListItemRedirectOutputReference ¶
type ListItemRedirectOutputReference 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 IncludeSubdomains() interface{} SetIncludeSubdomains(val interface{}) IncludeSubdomainsInput() interface{} InternalValue() interface{} SetInternalValue(val interface{}) PreservePathSuffix() interface{} SetPreservePathSuffix(val interface{}) PreservePathSuffixInput() interface{} PreserveQueryString() interface{} SetPreserveQueryString(val interface{}) PreserveQueryStringInput() interface{} SourceUrl() *string SetSourceUrl(val *string) SourceUrlInput() *string StatusCode() *float64 SetStatusCode(val *float64) StatusCodeInput() *float64 SubpathMatching() interface{} SetSubpathMatching(val interface{}) SubpathMatchingInput() interface{} TargetUrl() *string SetTargetUrl(val *string) TargetUrlInput() *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 ResetIncludeSubdomains() ResetPreservePathSuffix() ResetPreserveQueryString() ResetStatusCode() ResetSubpathMatching() // 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 NewListItemRedirectOutputReference ¶
func NewListItemRedirectOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) ListItemRedirectOutputReference
Source Files ¶
- ListItemA.go
- ListItemAConfig.go
- ListItemA__checks.go
- ListItemHostname.go
- ListItemHostnameList.go
- ListItemHostnameList__checks.go
- ListItemHostnameOutputReference.go
- ListItemHostnameOutputReference__checks.go
- ListItemRedirect.go
- ListItemRedirectList.go
- ListItemRedirectList__checks.go
- ListItemRedirectOutputReference.go
- ListItemRedirectOutputReference__checks.go
- main.go