Documentation ¶
Index ¶
- func NewTeamsAccountAntivirusOutputReference_Override(t TeamsAccountAntivirusOutputReference, ...)
- func NewTeamsAccountBlockPageOutputReference_Override(t TeamsAccountBlockPageOutputReference, ...)
- func NewTeamsAccountFipsOutputReference_Override(t TeamsAccountFipsOutputReference, ...)
- func NewTeamsAccountLoggingOutputReference_Override(t TeamsAccountLoggingOutputReference, ...)
- func NewTeamsAccountLoggingSettingsByRuleTypeDnsOutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference, ...)
- func NewTeamsAccountLoggingSettingsByRuleTypeHttpOutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference, ...)
- func NewTeamsAccountLoggingSettingsByRuleTypeL4OutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeL4OutputReference, ...)
- func NewTeamsAccountLoggingSettingsByRuleTypeOutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeOutputReference, ...)
- func NewTeamsAccountProxyOutputReference_Override(t TeamsAccountProxyOutputReference, ...)
- func NewTeamsAccount_Override(t TeamsAccount, scope constructs.Construct, id *string, ...)
- func TeamsAccount_IsConstruct(x interface{}) *bool
- func TeamsAccount_TfResourceType() *string
- type TeamsAccount
- type TeamsAccountAntivirus
- type TeamsAccountAntivirusOutputReference
- type TeamsAccountBlockPage
- type TeamsAccountBlockPageOutputReference
- type TeamsAccountConfig
- type TeamsAccountFips
- type TeamsAccountFipsOutputReference
- type TeamsAccountLogging
- type TeamsAccountLoggingOutputReference
- type TeamsAccountLoggingSettingsByRuleType
- type TeamsAccountLoggingSettingsByRuleTypeDns
- type TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference
- type TeamsAccountLoggingSettingsByRuleTypeHttp
- type TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference
- type TeamsAccountLoggingSettingsByRuleTypeL4
- type TeamsAccountLoggingSettingsByRuleTypeL4OutputReference
- type TeamsAccountLoggingSettingsByRuleTypeOutputReference
- type TeamsAccountProxy
- type TeamsAccountProxyOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTeamsAccountAntivirusOutputReference_Override ¶
func NewTeamsAccountAntivirusOutputReference_Override(t TeamsAccountAntivirusOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountBlockPageOutputReference_Override ¶
func NewTeamsAccountBlockPageOutputReference_Override(t TeamsAccountBlockPageOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountFipsOutputReference_Override ¶
func NewTeamsAccountFipsOutputReference_Override(t TeamsAccountFipsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountLoggingOutputReference_Override ¶
func NewTeamsAccountLoggingOutputReference_Override(t TeamsAccountLoggingOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountLoggingSettingsByRuleTypeDnsOutputReference_Override ¶
func NewTeamsAccountLoggingSettingsByRuleTypeDnsOutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountLoggingSettingsByRuleTypeHttpOutputReference_Override ¶
func NewTeamsAccountLoggingSettingsByRuleTypeHttpOutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountLoggingSettingsByRuleTypeL4OutputReference_Override ¶
func NewTeamsAccountLoggingSettingsByRuleTypeL4OutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeL4OutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountLoggingSettingsByRuleTypeOutputReference_Override ¶
func NewTeamsAccountLoggingSettingsByRuleTypeOutputReference_Override(t TeamsAccountLoggingSettingsByRuleTypeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccountProxyOutputReference_Override ¶
func NewTeamsAccountProxyOutputReference_Override(t TeamsAccountProxyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTeamsAccount_Override ¶
func NewTeamsAccount_Override(t TeamsAccount, scope constructs.Construct, id *string, config *TeamsAccountConfig)
Create a new {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account cloudflare_teams_account} Resource.
func TeamsAccount_IsConstruct ¶
func TeamsAccount_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 TeamsAccount_TfResourceType ¶
func TeamsAccount_TfResourceType() *string
Types ¶
type TeamsAccount ¶
type TeamsAccount interface { cdktf.TerraformResource AccountId() *string SetAccountId(val *string) AccountIdInput() *string ActivityLogEnabled() interface{} SetActivityLogEnabled(val interface{}) ActivityLogEnabledInput() interface{} Antivirus() TeamsAccountAntivirusOutputReference AntivirusInput() *TeamsAccountAntivirus BlockPage() TeamsAccountBlockPageOutputReference BlockPageInput() *TeamsAccountBlockPage // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Fips() TeamsAccountFipsOutputReference FipsInput() *TeamsAccountFips // 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) Logging() TeamsAccountLoggingOutputReference LoggingInput() *TeamsAccountLogging // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) Proxy() TeamsAccountProxyOutputReference ProxyInput() *TeamsAccountProxy // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TlsDecryptEnabled() interface{} SetTlsDecryptEnabled(val interface{}) TlsDecryptEnabledInput() interface{} UrlBrowserIsolationEnabled() interface{} SetUrlBrowserIsolationEnabled(val interface{}) UrlBrowserIsolationEnabledInput() interface{} // 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) PutAntivirus(value *TeamsAccountAntivirus) PutBlockPage(value *TeamsAccountBlockPage) PutFips(value *TeamsAccountFips) PutLogging(value *TeamsAccountLogging) PutProxy(value *TeamsAccountProxy) ResetActivityLogEnabled() ResetAntivirus() ResetBlockPage() ResetFips() ResetId() ResetLogging() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetProxy() ResetTlsDecryptEnabled() ResetUrlBrowserIsolationEnabled() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account cloudflare_teams_account}.
func NewTeamsAccount ¶
func NewTeamsAccount(scope constructs.Construct, id *string, config *TeamsAccountConfig) TeamsAccount
Create a new {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account cloudflare_teams_account} Resource.
type TeamsAccountAntivirus ¶
type TeamsAccountAntivirus struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#enabled_download_phase TeamsAccount#enabled_download_phase}. EnabledDownloadPhase interface{} `field:"required" json:"enabledDownloadPhase" yaml:"enabledDownloadPhase"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#enabled_upload_phase TeamsAccount#enabled_upload_phase}. EnabledUploadPhase interface{} `field:"required" json:"enabledUploadPhase" yaml:"enabledUploadPhase"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#fail_closed TeamsAccount#fail_closed}. FailClosed interface{} `field:"required" json:"failClosed" yaml:"failClosed"` }
type TeamsAccountAntivirusOutputReference ¶
type TeamsAccountAntivirusOutputReference 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 EnabledDownloadPhase() interface{} SetEnabledDownloadPhase(val interface{}) EnabledDownloadPhaseInput() interface{} EnabledUploadPhase() interface{} SetEnabledUploadPhase(val interface{}) EnabledUploadPhaseInput() interface{} FailClosed() interface{} SetFailClosed(val interface{}) FailClosedInput() interface{} // Experimental. Fqn() *string InternalValue() *TeamsAccountAntivirus SetInternalValue(val *TeamsAccountAntivirus) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTeamsAccountAntivirusOutputReference ¶
func NewTeamsAccountAntivirusOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountAntivirusOutputReference
type TeamsAccountBlockPage ¶
type TeamsAccountBlockPage struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#background_color TeamsAccount#background_color}. BackgroundColor *string `field:"optional" json:"backgroundColor" yaml:"backgroundColor"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#enabled TeamsAccount#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` FooterText *string `field:"optional" json:"footerText" yaml:"footerText"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#header_text TeamsAccount#header_text}. HeaderText *string `field:"optional" json:"headerText" yaml:"headerText"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#logo_path TeamsAccount#logo_path}. LogoPath *string `field:"optional" json:"logoPath" yaml:"logoPath"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#name TeamsAccount#name}. Name *string `field:"optional" json:"name" yaml:"name"` }
type TeamsAccountBlockPageOutputReference ¶
type TeamsAccountBlockPageOutputReference interface { cdktf.ComplexObject BackgroundColor() *string SetBackgroundColor(val *string) BackgroundColorInput() *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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string HeaderText() *string SetHeaderText(val *string) HeaderTextInput() *string InternalValue() *TeamsAccountBlockPage SetInternalValue(val *TeamsAccountBlockPage) LogoPath() *string SetLogoPath(val *string) LogoPathInput() *string Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetBackgroundColor() ResetEnabled() ResetHeaderText() ResetLogoPath() ResetName() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTeamsAccountBlockPageOutputReference ¶
func NewTeamsAccountBlockPageOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountBlockPageOutputReference
type TeamsAccountConfig ¶
type TeamsAccountConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The account identifier to target for the resource. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#account_id TeamsAccount#account_id} AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#activity_log_enabled TeamsAccount#activity_log_enabled}. ActivityLogEnabled interface{} `field:"optional" json:"activityLogEnabled" yaml:"activityLogEnabled"` // antivirus block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#antivirus TeamsAccount#antivirus} Antivirus *TeamsAccountAntivirus `field:"optional" json:"antivirus" yaml:"antivirus"` // block_page block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#block_page TeamsAccount#block_page} BlockPage *TeamsAccountBlockPage `field:"optional" json:"blockPage" yaml:"blockPage"` // fips block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#fips TeamsAccount#fips} Fips *TeamsAccountFips `field:"optional" json:"fips" yaml:"fips"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#id TeamsAccount#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"` // logging block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#logging TeamsAccount#logging} Logging *TeamsAccountLogging `field:"optional" json:"logging" yaml:"logging"` // proxy block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#proxy TeamsAccount#proxy} Proxy *TeamsAccountProxy `field:"optional" json:"proxy" yaml:"proxy"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#tls_decrypt_enabled TeamsAccount#tls_decrypt_enabled}. TlsDecryptEnabled interface{} `field:"optional" json:"tlsDecryptEnabled" yaml:"tlsDecryptEnabled"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#url_browser_isolation_enabled TeamsAccount#url_browser_isolation_enabled}. UrlBrowserIsolationEnabled interface{} `field:"optional" json:"urlBrowserIsolationEnabled" yaml:"urlBrowserIsolationEnabled"` }
type TeamsAccountFips ¶
type TeamsAccountFips struct {
// Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#tls TeamsAccount#tls}.
Tls interface{} `field:"optional" json:"tls" yaml:"tls"`
}
type TeamsAccountFipsOutputReference ¶
type TeamsAccountFipsOutputReference 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() *TeamsAccountFips SetInternalValue(val *TeamsAccountFips) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Tls() interface{} SetTls(val interface{}) TlsInput() interface{} // 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 ResetTls() // 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 NewTeamsAccountFipsOutputReference ¶
func NewTeamsAccountFipsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountFipsOutputReference
type TeamsAccountLogging ¶
type TeamsAccountLogging struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#redact_pii TeamsAccount#redact_pii}. RedactPii interface{} `field:"required" json:"redactPii" yaml:"redactPii"` // settings_by_rule_type block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#settings_by_rule_type TeamsAccount#settings_by_rule_type} SettingsByRuleType *TeamsAccountLoggingSettingsByRuleType `field:"required" json:"settingsByRuleType" yaml:"settingsByRuleType"` }
type TeamsAccountLoggingOutputReference ¶
type TeamsAccountLoggingOutputReference 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() *TeamsAccountLogging SetInternalValue(val *TeamsAccountLogging) RedactPii() interface{} SetRedactPii(val interface{}) RedactPiiInput() interface{} SettingsByRuleType() TeamsAccountLoggingSettingsByRuleTypeOutputReference SettingsByRuleTypeInput() *TeamsAccountLoggingSettingsByRuleType // 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 PutSettingsByRuleType(value *TeamsAccountLoggingSettingsByRuleType) // 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 NewTeamsAccountLoggingOutputReference ¶
func NewTeamsAccountLoggingOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountLoggingOutputReference
type TeamsAccountLoggingSettingsByRuleType ¶
type TeamsAccountLoggingSettingsByRuleType struct { // dns block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#dns TeamsAccount#dns} Dns *TeamsAccountLoggingSettingsByRuleTypeDns `field:"required" json:"dns" yaml:"dns"` // http block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#http TeamsAccount#http} Http *TeamsAccountLoggingSettingsByRuleTypeHttp `field:"required" json:"http" yaml:"http"` // l4 block. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#l4 TeamsAccount#l4} L4 *TeamsAccountLoggingSettingsByRuleTypeL4 `field:"required" json:"l4" yaml:"l4"` }
type TeamsAccountLoggingSettingsByRuleTypeDns ¶
type TeamsAccountLoggingSettingsByRuleTypeDns struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#log_all TeamsAccount#log_all}. LogAll interface{} `field:"required" json:"logAll" yaml:"logAll"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#log_blocks TeamsAccount#log_blocks}. LogBlocks interface{} `field:"required" json:"logBlocks" yaml:"logBlocks"` }
type TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference ¶
type TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference 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() *TeamsAccountLoggingSettingsByRuleTypeDns SetInternalValue(val *TeamsAccountLoggingSettingsByRuleTypeDns) LogAll() interface{} SetLogAll(val interface{}) LogAllInput() interface{} LogBlocks() interface{} SetLogBlocks(val interface{}) LogBlocksInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTeamsAccountLoggingSettingsByRuleTypeDnsOutputReference ¶
func NewTeamsAccountLoggingSettingsByRuleTypeDnsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference
type TeamsAccountLoggingSettingsByRuleTypeHttp ¶
type TeamsAccountLoggingSettingsByRuleTypeHttp struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#log_all TeamsAccount#log_all}. LogAll interface{} `field:"required" json:"logAll" yaml:"logAll"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#log_blocks TeamsAccount#log_blocks}. LogBlocks interface{} `field:"required" json:"logBlocks" yaml:"logBlocks"` }
type TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference ¶
type TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference 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() *TeamsAccountLoggingSettingsByRuleTypeHttp SetInternalValue(val *TeamsAccountLoggingSettingsByRuleTypeHttp) LogAll() interface{} SetLogAll(val interface{}) LogAllInput() interface{} LogBlocks() interface{} SetLogBlocks(val interface{}) LogBlocksInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTeamsAccountLoggingSettingsByRuleTypeHttpOutputReference ¶
func NewTeamsAccountLoggingSettingsByRuleTypeHttpOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference
type TeamsAccountLoggingSettingsByRuleTypeL4 ¶
type TeamsAccountLoggingSettingsByRuleTypeL4 struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#log_all TeamsAccount#log_all}. LogAll interface{} `field:"required" json:"logAll" yaml:"logAll"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#log_blocks TeamsAccount#log_blocks}. LogBlocks interface{} `field:"required" json:"logBlocks" yaml:"logBlocks"` }
type TeamsAccountLoggingSettingsByRuleTypeL4OutputReference ¶
type TeamsAccountLoggingSettingsByRuleTypeL4OutputReference 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() *TeamsAccountLoggingSettingsByRuleTypeL4 SetInternalValue(val *TeamsAccountLoggingSettingsByRuleTypeL4) LogAll() interface{} SetLogAll(val interface{}) LogAllInput() interface{} LogBlocks() interface{} SetLogBlocks(val interface{}) LogBlocksInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTeamsAccountLoggingSettingsByRuleTypeL4OutputReference ¶
func NewTeamsAccountLoggingSettingsByRuleTypeL4OutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountLoggingSettingsByRuleTypeL4OutputReference
type TeamsAccountLoggingSettingsByRuleTypeOutputReference ¶
type TeamsAccountLoggingSettingsByRuleTypeOutputReference 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 Dns() TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference DnsInput() *TeamsAccountLoggingSettingsByRuleTypeDns // Experimental. Fqn() *string Http() TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference HttpInput() *TeamsAccountLoggingSettingsByRuleTypeHttp InternalValue() *TeamsAccountLoggingSettingsByRuleType SetInternalValue(val *TeamsAccountLoggingSettingsByRuleType) L4() TeamsAccountLoggingSettingsByRuleTypeL4OutputReference L4Input() *TeamsAccountLoggingSettingsByRuleTypeL4 // 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 PutDns(value *TeamsAccountLoggingSettingsByRuleTypeDns) PutHttp(value *TeamsAccountLoggingSettingsByRuleTypeHttp) PutL4(value *TeamsAccountLoggingSettingsByRuleTypeL4) // 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 NewTeamsAccountLoggingSettingsByRuleTypeOutputReference ¶
func NewTeamsAccountLoggingSettingsByRuleTypeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountLoggingSettingsByRuleTypeOutputReference
type TeamsAccountProxy ¶
type TeamsAccountProxy struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#tcp TeamsAccount#tcp}. Tcp interface{} `field:"required" json:"tcp" yaml:"tcp"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/cloudflare/r/teams_account#udp TeamsAccount#udp}. Udp interface{} `field:"required" json:"udp" yaml:"udp"` }
type TeamsAccountProxyOutputReference ¶
type TeamsAccountProxyOutputReference 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() *TeamsAccountProxy SetInternalValue(val *TeamsAccountProxy) Tcp() interface{} SetTcp(val interface{}) TcpInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Udp() interface{} SetUdp(val interface{}) UdpInput() interface{} // 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 NewTeamsAccountProxyOutputReference ¶
func NewTeamsAccountProxyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TeamsAccountProxyOutputReference
Source Files ¶
- teamsaccount.go
- teamsaccount_TeamsAccount.go
- teamsaccount_TeamsAccountAntivirus.go
- teamsaccount_TeamsAccountAntivirusOutputReference.go
- teamsaccount_TeamsAccountAntivirusOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountBlockPage.go
- teamsaccount_TeamsAccountBlockPageOutputReference.go
- teamsaccount_TeamsAccountBlockPageOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountConfig.go
- teamsaccount_TeamsAccountFips.go
- teamsaccount_TeamsAccountFipsOutputReference.go
- teamsaccount_TeamsAccountFipsOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountLogging.go
- teamsaccount_TeamsAccountLoggingOutputReference.go
- teamsaccount_TeamsAccountLoggingOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleType.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeDns.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeDnsOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeHttp.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeHttpOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeL4.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeL4OutputReference.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeL4OutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeOutputReference.go
- teamsaccount_TeamsAccountLoggingSettingsByRuleTypeOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccountProxy.go
- teamsaccount_TeamsAccountProxyOutputReference.go
- teamsaccount_TeamsAccountProxyOutputReference__runtime_type_checks.go
- teamsaccount_TeamsAccount__runtime_type_checks.go