Documentation ¶
Index ¶
- func NewPagesProjectBuildConfigOutputReference_Override(p PagesProjectBuildConfigOutputReference, ...)
- func NewPagesProjectDeploymentConfigsOutputReference_Override(p PagesProjectDeploymentConfigsOutputReference, ...)
- func NewPagesProjectDeploymentConfigsPreviewOutputReference_Override(p PagesProjectDeploymentConfigsPreviewOutputReference, ...)
- func NewPagesProjectDeploymentConfigsPreviewPlacementOutputReference_Override(p PagesProjectDeploymentConfigsPreviewPlacementOutputReference, ...)
- func NewPagesProjectDeploymentConfigsPreviewServiceBindingList_Override(p PagesProjectDeploymentConfigsPreviewServiceBindingList, ...)
- func NewPagesProjectDeploymentConfigsPreviewServiceBindingOutputReference_Override(p PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference, ...)
- func NewPagesProjectDeploymentConfigsProductionOutputReference_Override(p PagesProjectDeploymentConfigsProductionOutputReference, ...)
- func NewPagesProjectDeploymentConfigsProductionPlacementOutputReference_Override(p PagesProjectDeploymentConfigsProductionPlacementOutputReference, ...)
- func NewPagesProjectDeploymentConfigsProductionServiceBindingList_Override(p PagesProjectDeploymentConfigsProductionServiceBindingList, ...)
- func NewPagesProjectDeploymentConfigsProductionServiceBindingOutputReference_Override(p PagesProjectDeploymentConfigsProductionServiceBindingOutputReference, ...)
- func NewPagesProjectSourceConfigOutputReference_Override(p PagesProjectSourceConfigOutputReference, ...)
- func NewPagesProjectSourceOutputReference_Override(p PagesProjectSourceOutputReference, ...)
- func NewPagesProject_Override(p PagesProject, scope constructs.Construct, id *string, ...)
- func PagesProject_IsConstruct(x interface{}) *bool
- func PagesProject_IsTerraformElement(x interface{}) *bool
- func PagesProject_IsTerraformResource(x interface{}) *bool
- func PagesProject_TfResourceType() *string
- type PagesProject
- type PagesProjectBuildConfig
- type PagesProjectBuildConfigOutputReference
- type PagesProjectConfig
- type PagesProjectDeploymentConfigs
- type PagesProjectDeploymentConfigsOutputReference
- type PagesProjectDeploymentConfigsPreview
- type PagesProjectDeploymentConfigsPreviewOutputReference
- type PagesProjectDeploymentConfigsPreviewPlacement
- type PagesProjectDeploymentConfigsPreviewPlacementOutputReference
- type PagesProjectDeploymentConfigsPreviewServiceBinding
- type PagesProjectDeploymentConfigsPreviewServiceBindingList
- type PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference
- type PagesProjectDeploymentConfigsProduction
- type PagesProjectDeploymentConfigsProductionOutputReference
- type PagesProjectDeploymentConfigsProductionPlacement
- type PagesProjectDeploymentConfigsProductionPlacementOutputReference
- type PagesProjectDeploymentConfigsProductionServiceBinding
- type PagesProjectDeploymentConfigsProductionServiceBindingList
- type PagesProjectDeploymentConfigsProductionServiceBindingOutputReference
- type PagesProjectSource
- type PagesProjectSourceConfig
- type PagesProjectSourceConfigOutputReference
- type PagesProjectSourceOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPagesProjectBuildConfigOutputReference_Override ¶
func NewPagesProjectBuildConfigOutputReference_Override(p PagesProjectBuildConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectDeploymentConfigsOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsOutputReference_Override(p PagesProjectDeploymentConfigsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectDeploymentConfigsPreviewOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsPreviewOutputReference_Override(p PagesProjectDeploymentConfigsPreviewOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectDeploymentConfigsPreviewPlacementOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsPreviewPlacementOutputReference_Override(p PagesProjectDeploymentConfigsPreviewPlacementOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectDeploymentConfigsPreviewServiceBindingList_Override ¶
func NewPagesProjectDeploymentConfigsPreviewServiceBindingList_Override(p PagesProjectDeploymentConfigsPreviewServiceBindingList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewPagesProjectDeploymentConfigsPreviewServiceBindingOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsPreviewServiceBindingOutputReference_Override(p PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewPagesProjectDeploymentConfigsProductionOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsProductionOutputReference_Override(p PagesProjectDeploymentConfigsProductionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectDeploymentConfigsProductionPlacementOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsProductionPlacementOutputReference_Override(p PagesProjectDeploymentConfigsProductionPlacementOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectDeploymentConfigsProductionServiceBindingList_Override ¶
func NewPagesProjectDeploymentConfigsProductionServiceBindingList_Override(p PagesProjectDeploymentConfigsProductionServiceBindingList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewPagesProjectDeploymentConfigsProductionServiceBindingOutputReference_Override ¶
func NewPagesProjectDeploymentConfigsProductionServiceBindingOutputReference_Override(p PagesProjectDeploymentConfigsProductionServiceBindingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewPagesProjectSourceConfigOutputReference_Override ¶
func NewPagesProjectSourceConfigOutputReference_Override(p PagesProjectSourceConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProjectSourceOutputReference_Override ¶
func NewPagesProjectSourceOutputReference_Override(p PagesProjectSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewPagesProject_Override ¶
func NewPagesProject_Override(p PagesProject, scope constructs.Construct, id *string, config *PagesProjectConfig)
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project cloudflare_pages_project} Resource.
func PagesProject_IsConstruct ¶
func PagesProject_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 PagesProject_IsTerraformElement ¶
func PagesProject_IsTerraformElement(x interface{}) *bool
Experimental.
func PagesProject_IsTerraformResource ¶
func PagesProject_IsTerraformResource(x interface{}) *bool
Experimental.
func PagesProject_TfResourceType ¶
func PagesProject_TfResourceType() *string
Types ¶
type PagesProject ¶
type PagesProject interface { cdktf.TerraformResource AccountId() *string SetAccountId(val *string) AccountIdInput() *string BuildConfig() PagesProjectBuildConfigOutputReference BuildConfigInput() *PagesProjectBuildConfig // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CreatedOn() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) DeploymentConfigs() PagesProjectDeploymentConfigsOutputReference DeploymentConfigsInput() *PagesProjectDeploymentConfigs Domains() *[]*string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node ProductionBranch() *string SetProductionBranch(val *string) ProductionBranchInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Source() PagesProjectSourceOutputReference SourceInput() *PagesProjectSource Subdomain() *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) PutBuildConfig(value *PagesProjectBuildConfig) PutDeploymentConfigs(value *PagesProjectDeploymentConfigs) PutSource(value *PagesProjectSource) ResetBuildConfig() ResetDeploymentConfigs() ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetSource() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project cloudflare_pages_project}.
func NewPagesProject ¶
func NewPagesProject(scope constructs.Construct, id *string, config *PagesProjectConfig) PagesProject
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project cloudflare_pages_project} Resource.
type PagesProjectBuildConfig ¶
type PagesProjectBuildConfig struct { // Command used to build project. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#build_command PagesProject#build_command} BuildCommand *string `field:"optional" json:"buildCommand" yaml:"buildCommand"` // Output directory of the build. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#destination_dir PagesProject#destination_dir} DestinationDir *string `field:"optional" json:"destinationDir" yaml:"destinationDir"` // Your project's root directory, where Cloudflare runs the build command. // // If your site is not in a subdirectory, leave this path value empty. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#root_dir PagesProject#root_dir} RootDir *string `field:"optional" json:"rootDir" yaml:"rootDir"` // The classifying tag for analytics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#web_analytics_tag PagesProject#web_analytics_tag} WebAnalyticsTag *string `field:"optional" json:"webAnalyticsTag" yaml:"webAnalyticsTag"` // The auth token for analytics. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#web_analytics_token PagesProject#web_analytics_token} WebAnalyticsToken *string `field:"optional" json:"webAnalyticsToken" yaml:"webAnalyticsToken"` }
type PagesProjectBuildConfigOutputReference ¶
type PagesProjectBuildConfigOutputReference interface { cdktf.ComplexObject BuildCommand() *string SetBuildCommand(val *string) BuildCommandInput() *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 DestinationDir() *string SetDestinationDir(val *string) DestinationDirInput() *string // Experimental. Fqn() *string InternalValue() *PagesProjectBuildConfig SetInternalValue(val *PagesProjectBuildConfig) RootDir() *string SetRootDir(val *string) RootDirInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WebAnalyticsTag() *string SetWebAnalyticsTag(val *string) WebAnalyticsTagInput() *string WebAnalyticsToken() *string SetWebAnalyticsToken(val *string) WebAnalyticsTokenInput() *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 ResetBuildCommand() ResetDestinationDir() ResetRootDir() ResetWebAnalyticsTag() ResetWebAnalyticsToken() // 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 NewPagesProjectBuildConfigOutputReference ¶
func NewPagesProjectBuildConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectBuildConfigOutputReference
type PagesProjectConfig ¶
type PagesProjectConfig 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.8.0/docs/resources/pages_project#account_id PagesProject#account_id} AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // Name of the project. **Modifying this attribute will force creation of a new resource.**. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#name PagesProject#name} Name *string `field:"required" json:"name" yaml:"name"` // The name of the branch that is used for the production environment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#production_branch PagesProject#production_branch} ProductionBranch *string `field:"required" json:"productionBranch" yaml:"productionBranch"` // build_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#build_config PagesProject#build_config} BuildConfig *PagesProjectBuildConfig `field:"optional" json:"buildConfig" yaml:"buildConfig"` // deployment_configs block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#deployment_configs PagesProject#deployment_configs} DeploymentConfigs *PagesProjectDeploymentConfigs `field:"optional" json:"deploymentConfigs" yaml:"deploymentConfigs"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#id PagesProject#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"` // source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#source PagesProject#source} Source *PagesProjectSource `field:"optional" json:"source" yaml:"source"` }
type PagesProjectDeploymentConfigs ¶
type PagesProjectDeploymentConfigs struct { // preview block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#preview PagesProject#preview} Preview *PagesProjectDeploymentConfigsPreview `field:"required" json:"preview" yaml:"preview"` // production block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#production PagesProject#production} Production *PagesProjectDeploymentConfigsProduction `field:"required" json:"production" yaml:"production"` }
type PagesProjectDeploymentConfigsOutputReference ¶
type PagesProjectDeploymentConfigsOutputReference 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() *PagesProjectDeploymentConfigs SetInternalValue(val *PagesProjectDeploymentConfigs) Preview() PagesProjectDeploymentConfigsPreviewOutputReference PreviewInput() *PagesProjectDeploymentConfigsPreview Production() PagesProjectDeploymentConfigsProductionOutputReference ProductionInput() *PagesProjectDeploymentConfigsProduction // 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 PutPreview(value *PagesProjectDeploymentConfigsPreview) PutProduction(value *PagesProjectDeploymentConfigsProduction) // 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 NewPagesProjectDeploymentConfigsOutputReference ¶
func NewPagesProjectDeploymentConfigsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectDeploymentConfigsOutputReference
type PagesProjectDeploymentConfigsPreview ¶
type PagesProjectDeploymentConfigsPreview struct { // Use latest compatibility date for Pages Functions. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#always_use_latest_compatibility_date PagesProject#always_use_latest_compatibility_date} AlwaysUseLatestCompatibilityDate interface{} `field:"optional" json:"alwaysUseLatestCompatibilityDate" yaml:"alwaysUseLatestCompatibilityDate"` // Compatibility date used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#compatibility_date PagesProject#compatibility_date} CompatibilityDate *string `field:"optional" json:"compatibilityDate" yaml:"compatibilityDate"` // Compatibility flags used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#compatibility_flags PagesProject#compatibility_flags} CompatibilityFlags *[]*string `field:"optional" json:"compatibilityFlags" yaml:"compatibilityFlags"` // D1 Databases used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#d1_databases PagesProject#d1_databases} D1Databases *map[string]*string `field:"optional" json:"d1Databases" yaml:"d1Databases"` // Durable Object namespaces used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#durable_object_namespaces PagesProject#durable_object_namespaces} DurableObjectNamespaces *map[string]*string `field:"optional" json:"durableObjectNamespaces" yaml:"durableObjectNamespaces"` // Environment variables for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#environment_variables PagesProject#environment_variables} EnvironmentVariables *map[string]*string `field:"optional" json:"environmentVariables" yaml:"environmentVariables"` // Fail open used for Pages Functions. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#fail_open PagesProject#fail_open} FailOpen interface{} `field:"optional" json:"failOpen" yaml:"failOpen"` // KV namespaces used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#kv_namespaces PagesProject#kv_namespaces} KvNamespaces *map[string]*string `field:"optional" json:"kvNamespaces" yaml:"kvNamespaces"` // placement block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#placement PagesProject#placement} Placement *PagesProjectDeploymentConfigsPreviewPlacement `field:"optional" json:"placement" yaml:"placement"` // R2 Buckets used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#r2_buckets PagesProject#r2_buckets} R2Buckets *map[string]*string `field:"optional" json:"r2Buckets" yaml:"r2Buckets"` // Encrypted environment variables for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#secrets PagesProject#secrets} Secrets *map[string]*string `field:"optional" json:"secrets" yaml:"secrets"` // service_binding block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#service_binding PagesProject#service_binding} ServiceBinding interface{} `field:"optional" json:"serviceBinding" yaml:"serviceBinding"` // Usage model used for Pages Functions. Defaults to `bundled`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#usage_model PagesProject#usage_model} UsageModel *string `field:"optional" json:"usageModel" yaml:"usageModel"` }
type PagesProjectDeploymentConfigsPreviewOutputReference ¶
type PagesProjectDeploymentConfigsPreviewOutputReference interface { cdktf.ComplexObject AlwaysUseLatestCompatibilityDate() interface{} SetAlwaysUseLatestCompatibilityDate(val interface{}) AlwaysUseLatestCompatibilityDateInput() interface{} CompatibilityDate() *string SetCompatibilityDate(val *string) CompatibilityDateInput() *string CompatibilityFlags() *[]*string SetCompatibilityFlags(val *[]*string) CompatibilityFlagsInput() *[]*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 D1Databases() *map[string]*string SetD1Databases(val *map[string]*string) D1DatabasesInput() *map[string]*string DurableObjectNamespaces() *map[string]*string SetDurableObjectNamespaces(val *map[string]*string) DurableObjectNamespacesInput() *map[string]*string EnvironmentVariables() *map[string]*string SetEnvironmentVariables(val *map[string]*string) EnvironmentVariablesInput() *map[string]*string FailOpen() interface{} SetFailOpen(val interface{}) FailOpenInput() interface{} // Experimental. Fqn() *string InternalValue() *PagesProjectDeploymentConfigsPreview SetInternalValue(val *PagesProjectDeploymentConfigsPreview) KvNamespaces() *map[string]*string SetKvNamespaces(val *map[string]*string) KvNamespacesInput() *map[string]*string Placement() PagesProjectDeploymentConfigsPreviewPlacementOutputReference PlacementInput() *PagesProjectDeploymentConfigsPreviewPlacement R2Buckets() *map[string]*string SetR2Buckets(val *map[string]*string) R2BucketsInput() *map[string]*string Secrets() *map[string]*string SetSecrets(val *map[string]*string) SecretsInput() *map[string]*string ServiceBinding() PagesProjectDeploymentConfigsPreviewServiceBindingList ServiceBindingInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UsageModel() *string SetUsageModel(val *string) UsageModelInput() *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 PutPlacement(value *PagesProjectDeploymentConfigsPreviewPlacement) PutServiceBinding(value interface{}) ResetAlwaysUseLatestCompatibilityDate() ResetCompatibilityDate() ResetCompatibilityFlags() ResetD1Databases() ResetDurableObjectNamespaces() ResetEnvironmentVariables() ResetFailOpen() ResetKvNamespaces() ResetPlacement() ResetR2Buckets() ResetSecrets() ResetServiceBinding() ResetUsageModel() // 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 NewPagesProjectDeploymentConfigsPreviewOutputReference ¶
func NewPagesProjectDeploymentConfigsPreviewOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectDeploymentConfigsPreviewOutputReference
type PagesProjectDeploymentConfigsPreviewPlacement ¶
type PagesProjectDeploymentConfigsPreviewPlacement struct { // Placement Mode for the Pages Function. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#mode PagesProject#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` }
type PagesProjectDeploymentConfigsPreviewPlacementOutputReference ¶
type PagesProjectDeploymentConfigsPreviewPlacementOutputReference 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() *PagesProjectDeploymentConfigsPreviewPlacement SetInternalValue(val *PagesProjectDeploymentConfigsPreviewPlacement) Mode() *string SetMode(val *string) ModeInput() *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 ResetMode() // 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 NewPagesProjectDeploymentConfigsPreviewPlacementOutputReference ¶
func NewPagesProjectDeploymentConfigsPreviewPlacementOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectDeploymentConfigsPreviewPlacementOutputReference
type PagesProjectDeploymentConfigsPreviewServiceBinding ¶
type PagesProjectDeploymentConfigsPreviewServiceBinding struct { // The global variable for the binding in your Worker code. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#name PagesProject#name} Name *string `field:"required" json:"name" yaml:"name"` // The name of the Worker to bind to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#service PagesProject#service} Service *string `field:"required" json:"service" yaml:"service"` // The name of the Worker environment to bind to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#environment PagesProject#environment} Environment *string `field:"optional" json:"environment" yaml:"environment"` }
type PagesProjectDeploymentConfigsPreviewServiceBindingList ¶
type PagesProjectDeploymentConfigsPreviewServiceBindingList 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) PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference // 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 NewPagesProjectDeploymentConfigsPreviewServiceBindingList ¶
func NewPagesProjectDeploymentConfigsPreviewServiceBindingList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) PagesProjectDeploymentConfigsPreviewServiceBindingList
type PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference ¶
type PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference 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 Environment() *string SetEnvironment(val *string) EnvironmentInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Service() *string SetService(val *string) ServiceInput() *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 ResetEnvironment() // 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 NewPagesProjectDeploymentConfigsPreviewServiceBindingOutputReference ¶
func NewPagesProjectDeploymentConfigsPreviewServiceBindingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference
type PagesProjectDeploymentConfigsProduction ¶
type PagesProjectDeploymentConfigsProduction struct { // Use latest compatibility date for Pages Functions. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#always_use_latest_compatibility_date PagesProject#always_use_latest_compatibility_date} AlwaysUseLatestCompatibilityDate interface{} `field:"optional" json:"alwaysUseLatestCompatibilityDate" yaml:"alwaysUseLatestCompatibilityDate"` // Compatibility date used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#compatibility_date PagesProject#compatibility_date} CompatibilityDate *string `field:"optional" json:"compatibilityDate" yaml:"compatibilityDate"` // Compatibility flags used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#compatibility_flags PagesProject#compatibility_flags} CompatibilityFlags *[]*string `field:"optional" json:"compatibilityFlags" yaml:"compatibilityFlags"` // D1 Databases used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#d1_databases PagesProject#d1_databases} D1Databases *map[string]*string `field:"optional" json:"d1Databases" yaml:"d1Databases"` // Durable Object namespaces used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#durable_object_namespaces PagesProject#durable_object_namespaces} DurableObjectNamespaces *map[string]*string `field:"optional" json:"durableObjectNamespaces" yaml:"durableObjectNamespaces"` // Environment variables for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#environment_variables PagesProject#environment_variables} EnvironmentVariables *map[string]*string `field:"optional" json:"environmentVariables" yaml:"environmentVariables"` // Fail open used for Pages Functions. Defaults to `false`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#fail_open PagesProject#fail_open} FailOpen interface{} `field:"optional" json:"failOpen" yaml:"failOpen"` // KV namespaces used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#kv_namespaces PagesProject#kv_namespaces} KvNamespaces *map[string]*string `field:"optional" json:"kvNamespaces" yaml:"kvNamespaces"` // placement block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#placement PagesProject#placement} Placement *PagesProjectDeploymentConfigsProductionPlacement `field:"optional" json:"placement" yaml:"placement"` // R2 Buckets used for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#r2_buckets PagesProject#r2_buckets} R2Buckets *map[string]*string `field:"optional" json:"r2Buckets" yaml:"r2Buckets"` // Encrypted environment variables for Pages Functions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#secrets PagesProject#secrets} Secrets *map[string]*string `field:"optional" json:"secrets" yaml:"secrets"` // service_binding block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#service_binding PagesProject#service_binding} ServiceBinding interface{} `field:"optional" json:"serviceBinding" yaml:"serviceBinding"` // Usage model used for Pages Functions. Defaults to `bundled`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#usage_model PagesProject#usage_model} UsageModel *string `field:"optional" json:"usageModel" yaml:"usageModel"` }
type PagesProjectDeploymentConfigsProductionOutputReference ¶
type PagesProjectDeploymentConfigsProductionOutputReference interface { cdktf.ComplexObject AlwaysUseLatestCompatibilityDate() interface{} SetAlwaysUseLatestCompatibilityDate(val interface{}) AlwaysUseLatestCompatibilityDateInput() interface{} CompatibilityDate() *string SetCompatibilityDate(val *string) CompatibilityDateInput() *string CompatibilityFlags() *[]*string SetCompatibilityFlags(val *[]*string) CompatibilityFlagsInput() *[]*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 D1Databases() *map[string]*string SetD1Databases(val *map[string]*string) D1DatabasesInput() *map[string]*string DurableObjectNamespaces() *map[string]*string SetDurableObjectNamespaces(val *map[string]*string) DurableObjectNamespacesInput() *map[string]*string EnvironmentVariables() *map[string]*string SetEnvironmentVariables(val *map[string]*string) EnvironmentVariablesInput() *map[string]*string FailOpen() interface{} SetFailOpen(val interface{}) FailOpenInput() interface{} // Experimental. Fqn() *string InternalValue() *PagesProjectDeploymentConfigsProduction SetInternalValue(val *PagesProjectDeploymentConfigsProduction) KvNamespaces() *map[string]*string SetKvNamespaces(val *map[string]*string) KvNamespacesInput() *map[string]*string Placement() PagesProjectDeploymentConfigsProductionPlacementOutputReference PlacementInput() *PagesProjectDeploymentConfigsProductionPlacement R2Buckets() *map[string]*string SetR2Buckets(val *map[string]*string) R2BucketsInput() *map[string]*string Secrets() *map[string]*string SetSecrets(val *map[string]*string) SecretsInput() *map[string]*string ServiceBinding() PagesProjectDeploymentConfigsProductionServiceBindingList ServiceBindingInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UsageModel() *string SetUsageModel(val *string) UsageModelInput() *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 PutPlacement(value *PagesProjectDeploymentConfigsProductionPlacement) PutServiceBinding(value interface{}) ResetAlwaysUseLatestCompatibilityDate() ResetCompatibilityDate() ResetCompatibilityFlags() ResetD1Databases() ResetDurableObjectNamespaces() ResetEnvironmentVariables() ResetFailOpen() ResetKvNamespaces() ResetPlacement() ResetR2Buckets() ResetSecrets() ResetServiceBinding() ResetUsageModel() // 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 NewPagesProjectDeploymentConfigsProductionOutputReference ¶
func NewPagesProjectDeploymentConfigsProductionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectDeploymentConfigsProductionOutputReference
type PagesProjectDeploymentConfigsProductionPlacement ¶
type PagesProjectDeploymentConfigsProductionPlacement struct { // Placement Mode for the Pages Function. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#mode PagesProject#mode} Mode *string `field:"optional" json:"mode" yaml:"mode"` }
type PagesProjectDeploymentConfigsProductionPlacementOutputReference ¶
type PagesProjectDeploymentConfigsProductionPlacementOutputReference 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() *PagesProjectDeploymentConfigsProductionPlacement SetInternalValue(val *PagesProjectDeploymentConfigsProductionPlacement) Mode() *string SetMode(val *string) ModeInput() *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 ResetMode() // 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 NewPagesProjectDeploymentConfigsProductionPlacementOutputReference ¶
func NewPagesProjectDeploymentConfigsProductionPlacementOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectDeploymentConfigsProductionPlacementOutputReference
type PagesProjectDeploymentConfigsProductionServiceBinding ¶
type PagesProjectDeploymentConfigsProductionServiceBinding struct { // The global variable for the binding in your Worker code. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#name PagesProject#name} Name *string `field:"required" json:"name" yaml:"name"` // The name of the Worker to bind to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#service PagesProject#service} Service *string `field:"required" json:"service" yaml:"service"` // The name of the Worker environment to bind to. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#environment PagesProject#environment} Environment *string `field:"optional" json:"environment" yaml:"environment"` }
type PagesProjectDeploymentConfigsProductionServiceBindingList ¶
type PagesProjectDeploymentConfigsProductionServiceBindingList 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) PagesProjectDeploymentConfigsProductionServiceBindingOutputReference // 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 NewPagesProjectDeploymentConfigsProductionServiceBindingList ¶
func NewPagesProjectDeploymentConfigsProductionServiceBindingList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) PagesProjectDeploymentConfigsProductionServiceBindingList
type PagesProjectDeploymentConfigsProductionServiceBindingOutputReference ¶
type PagesProjectDeploymentConfigsProductionServiceBindingOutputReference 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 Environment() *string SetEnvironment(val *string) EnvironmentInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string Service() *string SetService(val *string) ServiceInput() *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 ResetEnvironment() // 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 NewPagesProjectDeploymentConfigsProductionServiceBindingOutputReference ¶
func NewPagesProjectDeploymentConfigsProductionServiceBindingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) PagesProjectDeploymentConfigsProductionServiceBindingOutputReference
type PagesProjectSource ¶
type PagesProjectSource struct { // config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#config PagesProject#config} Config *PagesProjectSourceConfig `field:"optional" json:"config" yaml:"config"` // Project host type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#type PagesProject#type} Type *string `field:"optional" json:"type" yaml:"type"` }
type PagesProjectSourceConfig ¶
type PagesProjectSourceConfig struct { // Project production branch name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#production_branch PagesProject#production_branch} ProductionBranch *string `field:"required" json:"productionBranch" yaml:"productionBranch"` // Toggle deployments on this repo. Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#deployments_enabled PagesProject#deployments_enabled} DeploymentsEnabled interface{} `field:"optional" json:"deploymentsEnabled" yaml:"deploymentsEnabled"` // Project owner username. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#owner PagesProject#owner} Owner *string `field:"optional" json:"owner" yaml:"owner"` // Enable Pages to comment on Pull Requests. Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#pr_comments_enabled PagesProject#pr_comments_enabled} PrCommentsEnabled interface{} `field:"optional" json:"prCommentsEnabled" yaml:"prCommentsEnabled"` // Branches will be excluded from automatic deployment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#preview_branch_excludes PagesProject#preview_branch_excludes} PreviewBranchExcludes *[]*string `field:"optional" json:"previewBranchExcludes" yaml:"previewBranchExcludes"` // Branches will be included for automatic deployment. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#preview_branch_includes PagesProject#preview_branch_includes} PreviewBranchIncludes *[]*string `field:"optional" json:"previewBranchIncludes" yaml:"previewBranchIncludes"` // Preview Deployment Setting. Defaults to `all`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#preview_deployment_setting PagesProject#preview_deployment_setting} PreviewDeploymentSetting *string `field:"optional" json:"previewDeploymentSetting" yaml:"previewDeploymentSetting"` // Enable production deployments. Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#production_deployment_enabled PagesProject#production_deployment_enabled} ProductionDeploymentEnabled interface{} `field:"optional" json:"productionDeploymentEnabled" yaml:"productionDeploymentEnabled"` // Project repository name. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.8.0/docs/resources/pages_project#repo_name PagesProject#repo_name} RepoName *string `field:"optional" json:"repoName" yaml:"repoName"` }
type PagesProjectSourceConfigOutputReference ¶
type PagesProjectSourceConfigOutputReference 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 DeploymentsEnabled() interface{} SetDeploymentsEnabled(val interface{}) DeploymentsEnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *PagesProjectSourceConfig SetInternalValue(val *PagesProjectSourceConfig) Owner() *string SetOwner(val *string) OwnerInput() *string PrCommentsEnabled() interface{} SetPrCommentsEnabled(val interface{}) PrCommentsEnabledInput() interface{} PreviewBranchExcludes() *[]*string SetPreviewBranchExcludes(val *[]*string) PreviewBranchExcludesInput() *[]*string PreviewBranchIncludes() *[]*string SetPreviewBranchIncludes(val *[]*string) PreviewBranchIncludesInput() *[]*string PreviewDeploymentSetting() *string SetPreviewDeploymentSetting(val *string) PreviewDeploymentSettingInput() *string ProductionBranch() *string SetProductionBranch(val *string) ProductionBranchInput() *string ProductionDeploymentEnabled() interface{} SetProductionDeploymentEnabled(val interface{}) ProductionDeploymentEnabledInput() interface{} RepoName() *string SetRepoName(val *string) RepoNameInput() *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 ResetDeploymentsEnabled() ResetOwner() ResetPrCommentsEnabled() ResetPreviewBranchExcludes() ResetPreviewBranchIncludes() ResetPreviewDeploymentSetting() ResetProductionDeploymentEnabled() ResetRepoName() // 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 NewPagesProjectSourceConfigOutputReference ¶
func NewPagesProjectSourceConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectSourceConfigOutputReference
type PagesProjectSourceOutputReference ¶
type PagesProjectSourceOutputReference 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) Config() PagesProjectSourceConfigOutputReference ConfigInput() *PagesProjectSourceConfig // 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() *PagesProjectSource SetInternalValue(val *PagesProjectSource) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 PutConfig(value *PagesProjectSourceConfig) ResetConfig() ResetType() // 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 NewPagesProjectSourceOutputReference ¶
func NewPagesProjectSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) PagesProjectSourceOutputReference
Source Files ¶
- PagesProject.go
- PagesProjectBuildConfig.go
- PagesProjectBuildConfigOutputReference.go
- PagesProjectBuildConfigOutputReference__checks.go
- PagesProjectConfig.go
- PagesProjectDeploymentConfigs.go
- PagesProjectDeploymentConfigsOutputReference.go
- PagesProjectDeploymentConfigsOutputReference__checks.go
- PagesProjectDeploymentConfigsPreview.go
- PagesProjectDeploymentConfigsPreviewOutputReference.go
- PagesProjectDeploymentConfigsPreviewOutputReference__checks.go
- PagesProjectDeploymentConfigsPreviewPlacement.go
- PagesProjectDeploymentConfigsPreviewPlacementOutputReference.go
- PagesProjectDeploymentConfigsPreviewPlacementOutputReference__checks.go
- PagesProjectDeploymentConfigsPreviewServiceBinding.go
- PagesProjectDeploymentConfigsPreviewServiceBindingList.go
- PagesProjectDeploymentConfigsPreviewServiceBindingList__checks.go
- PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference.go
- PagesProjectDeploymentConfigsPreviewServiceBindingOutputReference__checks.go
- PagesProjectDeploymentConfigsProduction.go
- PagesProjectDeploymentConfigsProductionOutputReference.go
- PagesProjectDeploymentConfigsProductionOutputReference__checks.go
- PagesProjectDeploymentConfigsProductionPlacement.go
- PagesProjectDeploymentConfigsProductionPlacementOutputReference.go
- PagesProjectDeploymentConfigsProductionPlacementOutputReference__checks.go
- PagesProjectDeploymentConfigsProductionServiceBinding.go
- PagesProjectDeploymentConfigsProductionServiceBindingList.go
- PagesProjectDeploymentConfigsProductionServiceBindingList__checks.go
- PagesProjectDeploymentConfigsProductionServiceBindingOutputReference.go
- PagesProjectDeploymentConfigsProductionServiceBindingOutputReference__checks.go
- PagesProjectSource.go
- PagesProjectSourceConfig.go
- PagesProjectSourceConfigOutputReference.go
- PagesProjectSourceConfigOutputReference__checks.go
- PagesProjectSourceOutputReference.go
- PagesProjectSourceOutputReference__checks.go
- PagesProject__checks.go
- main.go