Documentation ¶
Index ¶
- func DeviceSettingsPolicy_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DeviceSettingsPolicy_IsConstruct(x interface{}) *bool
- func DeviceSettingsPolicy_IsTerraformElement(x interface{}) *bool
- func DeviceSettingsPolicy_IsTerraformResource(x interface{}) *bool
- func DeviceSettingsPolicy_TfResourceType() *string
- func NewDeviceSettingsPolicy_Override(d DeviceSettingsPolicy, scope constructs.Construct, id *string, ...)
- type DeviceSettingsPolicy
- type DeviceSettingsPolicyConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeviceSettingsPolicy_GenerateConfigForImport ¶
func DeviceSettingsPolicy_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DeviceSettingsPolicy resource upon running "cdktf plan <stack-name>".
func DeviceSettingsPolicy_IsConstruct ¶
func DeviceSettingsPolicy_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 DeviceSettingsPolicy_IsTerraformElement ¶
func DeviceSettingsPolicy_IsTerraformElement(x interface{}) *bool
Experimental.
func DeviceSettingsPolicy_IsTerraformResource ¶
func DeviceSettingsPolicy_IsTerraformResource(x interface{}) *bool
Experimental.
func DeviceSettingsPolicy_TfResourceType ¶
func DeviceSettingsPolicy_TfResourceType() *string
func NewDeviceSettingsPolicy_Override ¶
func NewDeviceSettingsPolicy_Override(d DeviceSettingsPolicy, scope constructs.Construct, id *string, config *DeviceSettingsPolicyConfig)
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy cloudflare_device_settings_policy} Resource.
Types ¶
type DeviceSettingsPolicy ¶
type DeviceSettingsPolicy interface { cdktf.TerraformResource AccountId() *string SetAccountId(val *string) AccountIdInput() *string AllowedToLeave() interface{} SetAllowedToLeave(val interface{}) AllowedToLeaveInput() interface{} AllowModeSwitch() interface{} SetAllowModeSwitch(val interface{}) AllowModeSwitchInput() interface{} AllowUpdates() interface{} SetAllowUpdates(val interface{}) AllowUpdatesInput() interface{} AutoConnect() *float64 SetAutoConnect(val *float64) AutoConnectInput() *float64 CaptivePortal() *float64 SetCaptivePortal(val *float64) CaptivePortalInput() *float64 // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) Default() interface{} SetDefault(val interface{}) DefaultInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisableAutoFallback() interface{} SetDisableAutoFallback(val interface{}) DisableAutoFallbackInput() interface{} Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} ExcludeOfficeIps() interface{} SetExcludeOfficeIps(val interface{}) ExcludeOfficeIpsInput() interface{} // 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) Match() *string SetMatch(val *string) MatchInput() *string Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node Precedence() *float64 SetPrecedence(val *float64) PrecedenceInput() *float64 // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} ServiceModeV2Mode() *string SetServiceModeV2Mode(val *string) ServiceModeV2ModeInput() *string ServiceModeV2Port() *float64 SetServiceModeV2Port(val *float64) ServiceModeV2PortInput() *float64 SupportUrl() *string SetSupportUrl(val *string) SupportUrlInput() *string SwitchLocked() interface{} SetSwitchLocked(val interface{}) SwitchLockedInput() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string TunnelProtocol() *string SetTunnelProtocol(val *string) TunnelProtocolInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) ResetAllowedToLeave() ResetAllowModeSwitch() ResetAllowUpdates() ResetAutoConnect() ResetCaptivePortal() ResetDefault() ResetDisableAutoFallback() ResetEnabled() ResetExcludeOfficeIps() ResetId() ResetMatch() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPrecedence() ResetServiceModeV2Mode() ResetServiceModeV2Port() ResetSupportUrl() ResetSwitchLocked() ResetTunnelProtocol() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy cloudflare_device_settings_policy}.
func NewDeviceSettingsPolicy ¶
func NewDeviceSettingsPolicy(scope constructs.Construct, id *string, config *DeviceSettingsPolicyConfig) DeviceSettingsPolicy
Create a new {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy cloudflare_device_settings_policy} Resource.
type DeviceSettingsPolicyConfig ¶
type DeviceSettingsPolicyConfig 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.49.0/docs/resources/device_settings_policy#account_id DeviceSettingsPolicy#account_id} AccountId *string `field:"required" json:"accountId" yaml:"accountId"` // Description of Policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#description DeviceSettingsPolicy#description} Description *string `field:"required" json:"description" yaml:"description"` // Name of the policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#name DeviceSettingsPolicy#name} Name *string `field:"required" json:"name" yaml:"name"` // Whether to allow devices to leave the organization. Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#allowed_to_leave DeviceSettingsPolicy#allowed_to_leave} AllowedToLeave interface{} `field:"optional" json:"allowedToLeave" yaml:"allowedToLeave"` // Whether to allow mode switch for this policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#allow_mode_switch DeviceSettingsPolicy#allow_mode_switch} AllowModeSwitch interface{} `field:"optional" json:"allowModeSwitch" yaml:"allowModeSwitch"` // Whether to allow updates under this policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#allow_updates DeviceSettingsPolicy#allow_updates} AllowUpdates interface{} `field:"optional" json:"allowUpdates" yaml:"allowUpdates"` // The amount of time in seconds to reconnect after having been disabled. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#auto_connect DeviceSettingsPolicy#auto_connect} AutoConnect *float64 `field:"optional" json:"autoConnect" yaml:"autoConnect"` // The captive portal value for this policy. Defaults to `180`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#captive_portal DeviceSettingsPolicy#captive_portal} CaptivePortal *float64 `field:"optional" json:"captivePortal" yaml:"captivePortal"` // Whether the policy refers to the default account policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#default DeviceSettingsPolicy#default} Default interface{} `field:"optional" json:"default" yaml:"default"` // Whether to disable auto fallback for this policy. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#disable_auto_fallback DeviceSettingsPolicy#disable_auto_fallback} DisableAutoFallback interface{} `field:"optional" json:"disableAutoFallback" yaml:"disableAutoFallback"` // Whether the policy is enabled (cannot be set for default policies). Defaults to `true`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#enabled DeviceSettingsPolicy#enabled} Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` // Whether to add Microsoft IPs to split tunnel exclusions. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#exclude_office_ips DeviceSettingsPolicy#exclude_office_ips} ExcludeOfficeIps interface{} `field:"optional" json:"excludeOfficeIps" yaml:"excludeOfficeIps"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#id DeviceSettingsPolicy#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"` // Wirefilter expression to match a device against when evaluating whether this policy should take effect for that device. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#match DeviceSettingsPolicy#match} Match *string `field:"optional" json:"match" yaml:"match"` // The precedence of the policy. Lower values indicate higher precedence. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#precedence DeviceSettingsPolicy#precedence} Precedence *float64 `field:"optional" json:"precedence" yaml:"precedence"` // The service mode. Available values: `1dot1`, `warp`, `proxy`, `posture_only`, `warp_tunnel_only`. Defaults to `warp`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#service_mode_v2_mode DeviceSettingsPolicy#service_mode_v2_mode} ServiceModeV2Mode *string `field:"optional" json:"serviceModeV2Mode" yaml:"serviceModeV2Mode"` // The port to use for the proxy service mode. Required when using `service_mode_v2_mode`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#service_mode_v2_port DeviceSettingsPolicy#service_mode_v2_port} ServiceModeV2Port *float64 `field:"optional" json:"serviceModeV2Port" yaml:"serviceModeV2Port"` // The support URL that will be opened when sending feedback. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#support_url DeviceSettingsPolicy#support_url} SupportUrl *string `field:"optional" json:"supportUrl" yaml:"supportUrl"` // Enablement of the ZT client switch lock. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#switch_locked DeviceSettingsPolicy#switch_locked} SwitchLocked interface{} `field:"optional" json:"switchLocked" yaml:"switchLocked"` // Determines which tunnel protocol to use. Available values: `""`, `wireguard`, `masque`. Defaults to `wireguard`. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/cloudflare/cloudflare/4.49.0/docs/resources/device_settings_policy#tunnel_protocol DeviceSettingsPolicy#tunnel_protocol} TunnelProtocol *string `field:"optional" json:"tunnelProtocol" yaml:"tunnelProtocol"` }