MagicTransitSiteAcl

class MagicTransitSiteAcl : KotlinCustomResource

Example Usage

resources:
exampleMagicTransitSiteAcl:
type: cloudflare:MagicTransitSiteAcl
name: example_magic_transit_site_acl
properties:
accountId: 023e105f4ecef8ad9ca31a8372d0c353
siteId: 023e105f4ecef8ad9ca31a8372d0c353
lan1:
lan_id: lan_id
lan_name: lan_name
port_ranges:
- 8080-9000
ports:
- 1
subnets:
- 192.0.2.1
lan2:
lan_id: lan_id
lan_name: lan_name
port_ranges:
- 8080-9000
ports:
- 1
subnets:
- 192.0.2.1
name: PIN Pad - Cash Register
description: Allows local traffic between PIN pads and cash register.
forwardLocally: true
protocols:
- tcp
unidirectional: true

Import

$ pulumi import cloudflare:index/magicTransitSiteAcl:MagicTransitSiteAcl example '<account_id>/<site_id>/<acl_id>'

Properties

Link copied to clipboard
val accountId: Output<String>

Identifier

Link copied to clipboard
val description: Output<String>?

Description for the ACL.

Link copied to clipboard
val forwardLocally: Output<Boolean>?

The desired forwarding action for this ACL policy. If set to "false", the policy will forward traffic to Cloudflare. If set to "true", the policy will forward traffic locally on the Magic Connector. If not included in request, will default to false.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Output<String>

The name of the ACL.

Link copied to clipboard
val protocols: Output<List<String>>?
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val siteId: Output<String>

Identifier

Link copied to clipboard
val unidirectional: Output<Boolean>?

The desired traffic direction for this ACL policy. If set to "false", the policy will allow bidirectional traffic. If set to "true", the policy will only allow traffic in one direction. If not included in request, will default to false.

Link copied to clipboard
val urn: Output<String>