Versions in this module Expand all Collapse all v7 v7.0.0 Jun 15, 2023 Changes in this version + func AccessApplication_IsConstruct(x interface{}) *bool + func AccessApplication_IsTerraformElement(x interface{}) *bool + func AccessApplication_IsTerraformResource(x interface{}) *bool + func AccessApplication_TfResourceType() *string + func NewAccessApplicationCorsHeadersList_Override(a AccessApplicationCorsHeadersList, ...) + func NewAccessApplicationCorsHeadersOutputReference_Override(a AccessApplicationCorsHeadersOutputReference, ...) + func NewAccessApplicationSaasAppOutputReference_Override(a AccessApplicationSaasAppOutputReference, ...) + func NewAccessApplication_Override(a AccessApplication, scope constructs.Construct, id *string, ...) + type AccessApplication interface + AccountId func() *string + AccountIdInput func() *string + AddOverride func(path *string, value interface{}) + AllowedIdps func() *[]*string + AllowedIdpsInput func() *[]*string + AppLauncherVisible func() interface{} + AppLauncherVisibleInput func() interface{} + Aud func() *string + AutoRedirectToIdentity func() interface{} + AutoRedirectToIdentityInput func() interface{} + CdktfStack func() cdktf.TerraformStack + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + CorsHeaders func() AccessApplicationCorsHeadersList + CorsHeadersInput func() interface{} + Count func() interface{} + CustomDenyMessage func() *string + CustomDenyMessageInput func() *string + CustomDenyUrl func() *string + CustomDenyUrlInput func() *string + DependsOn func() *[]*string + Domain func() *string + DomainInput func() *string + EnableBindingCookie func() interface{} + EnableBindingCookieInput func() interface{} + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + HttpOnlyCookieAttribute func() interface{} + HttpOnlyCookieAttributeInput func() interface{} + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + Lifecycle func() *cdktf.TerraformResourceLifecycle + LogoUrl func() *string + LogoUrlInput func() *string + Name func() *string + NameInput func() *string + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutCorsHeaders func(value interface{}) + PutSaasApp func(value *AccessApplicationSaasApp) + RawOverrides func() interface{} + ResetAccountId func() + ResetAllowedIdps func() + ResetAppLauncherVisible func() + ResetAutoRedirectToIdentity func() + ResetCorsHeaders func() + ResetCustomDenyMessage func() + ResetCustomDenyUrl func() + ResetDomain func() + ResetEnableBindingCookie func() + ResetHttpOnlyCookieAttribute func() + ResetId func() + ResetLogoUrl func() + ResetOverrideLogicalId func() + ResetSaasApp func() + ResetSameSiteCookieAttribute func() + ResetSelfHostedDomains func() + ResetServiceAuth401Redirect func() + ResetSessionDuration func() + ResetSkipInterstitial func() + ResetType func() + ResetZoneId func() + SaasApp func() AccessApplicationSaasAppOutputReference + SaasAppInput func() *AccessApplicationSaasApp + SameSiteCookieAttribute func() *string + SameSiteCookieAttributeInput func() *string + SelfHostedDomains func() *[]*string + SelfHostedDomainsInput func() *[]*string + ServiceAuth401Redirect func() interface{} + ServiceAuth401RedirectInput func() interface{} + SessionDuration func() *string + SessionDurationInput func() *string + SetAccountId func(val *string) + SetAllowedIdps func(val *[]*string) + SetAppLauncherVisible func(val interface{}) + SetAutoRedirectToIdentity func(val interface{}) + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetCustomDenyMessage func(val *string) + SetCustomDenyUrl func(val *string) + SetDependsOn func(val *[]*string) + SetDomain func(val *string) + SetEnableBindingCookie func(val interface{}) + SetForEach func(val cdktf.ITerraformIterator) + SetHttpOnlyCookieAttribute func(val interface{}) + SetId func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetLogoUrl func(val *string) + SetName func(val *string) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetSameSiteCookieAttribute func(val *string) + SetSelfHostedDomains func(val *[]*string) + SetServiceAuth401Redirect func(val interface{}) + SetSessionDuration func(val *string) + SetSkipInterstitial func(val interface{}) + SetType func(val *string) + SetZoneId func(val *string) + SkipInterstitial func() interface{} + SkipInterstitialInput func() interface{} + SynthesizeAttributes func() *map[string]interface{} + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + Type func() *string + TypeInput func() *string + ZoneId func() *string + ZoneIdInput func() *string + func NewAccessApplication(scope constructs.Construct, id *string, config *AccessApplicationConfig) AccessApplication + type AccessApplicationConfig struct + AccountId *string + AllowedIdps *[]*string + AppLauncherVisible interface{} + AutoRedirectToIdentity interface{} + Connection interface{} + CorsHeaders interface{} + Count interface{} + CustomDenyMessage *string + CustomDenyUrl *string + DependsOn *[]cdktf.ITerraformDependable + Domain *string + EnableBindingCookie interface{} + ForEach cdktf.ITerraformIterator + HttpOnlyCookieAttribute interface{} + Id *string + Lifecycle *cdktf.TerraformResourceLifecycle + LogoUrl *string + Name *string + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + SaasApp *AccessApplicationSaasApp + SameSiteCookieAttribute *string + SelfHostedDomains *[]*string + ServiceAuth401Redirect interface{} + SessionDuration *string + SkipInterstitial interface{} + Type *string + ZoneId *string + type AccessApplicationCorsHeaders struct + AllowAllHeaders interface{} + AllowAllMethods interface{} + AllowAllOrigins interface{} + AllowCredentials interface{} + AllowedHeaders *[]*string + AllowedMethods *[]*string + AllowedOrigins *[]*string + MaxAge *float64 + type AccessApplicationCorsHeadersList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) AccessApplicationCorsHeadersOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewAccessApplicationCorsHeadersList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) AccessApplicationCorsHeadersList + type AccessApplicationCorsHeadersOutputReference interface + AllowAllHeaders func() interface{} + AllowAllHeadersInput func() interface{} + AllowAllMethods func() interface{} + AllowAllMethodsInput func() interface{} + AllowAllOrigins func() interface{} + AllowAllOriginsInput func() interface{} + AllowCredentials func() interface{} + AllowCredentialsInput func() interface{} + AllowedHeaders func() *[]*string + AllowedHeadersInput func() *[]*string + AllowedMethods func() *[]*string + AllowedMethodsInput func() *[]*string + AllowedOrigins func() *[]*string + AllowedOriginsInput func() *[]*string + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + MaxAge func() *float64 + MaxAgeInput func() *float64 + ResetAllowAllHeaders func() + ResetAllowAllMethods func() + ResetAllowAllOrigins func() + ResetAllowCredentials func() + ResetAllowedHeaders func() + ResetAllowedMethods func() + ResetAllowedOrigins func() + ResetMaxAge func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetAllowAllHeaders func(val interface{}) + SetAllowAllMethods func(val interface{}) + SetAllowAllOrigins func(val interface{}) + SetAllowCredentials func(val interface{}) + SetAllowedHeaders func(val *[]*string) + SetAllowedMethods func(val *[]*string) + SetAllowedOrigins func(val *[]*string) + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetMaxAge func(val *float64) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewAccessApplicationCorsHeadersOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) AccessApplicationCorsHeadersOutputReference + type AccessApplicationSaasApp struct + ConsumerServiceUrl *string + NameIdFormat *string + SpEntityId *string + type AccessApplicationSaasAppOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + ConsumerServiceUrl func() *string + ConsumerServiceUrlInput func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *AccessApplicationSaasApp + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + NameIdFormat func() *string + NameIdFormatInput func() *string + ResetNameIdFormat func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetConsumerServiceUrl func(val *string) + SetInternalValue func(val *AccessApplicationSaasApp) + SetNameIdFormat func(val *string) + SetSpEntityId func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SpEntityId func() *string + SpEntityIdInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewAccessApplicationSaasAppOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AccessApplicationSaasAppOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v10 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v11 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v3 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v4 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v5 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v6 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v8 github.com/cdktf/cdktf-provider-cloudflare-go/cloudflare/v9