Kx Environment Transit Gateway Configuration Attachment Network Acl Configuration Args
data class KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationArgs(val cidrBlock: Output<String>, val icmpTypeCode: Output<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCodeArgs>? = null, val portRange: Output<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRangeArgs>? = null, val protocol: Output<String>, val ruleAction: Output<String>, val ruleNumber: Output<Int>) : ConvertibleToJava<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationArgs>
Constructors
Link copied to clipboard
constructor(cidrBlock: Output<String>, icmpTypeCode: Output<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCodeArgs>? = null, portRange: Output<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRangeArgs>? = null, protocol: Output<String>, ruleAction: Output<String>, ruleNumber: Output<Int>)
Properties
Link copied to clipboard
val icmpTypeCode: Output<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationIcmpTypeCodeArgs>? = null
Defines the ICMP protocol that consists of the ICMP type and code. Defined below.
Link copied to clipboard
val portRange: Output<KxEnvironmentTransitGatewayConfigurationAttachmentNetworkAclConfigurationPortRangeArgs>? = null
Range of ports the rule applies to. Defined below.
Link copied to clipboard
Indicates whether to allow
or deny
the traffic that matches the rule.
Link copied to clipboard
Rule number for the entry. All the network ACL entries are processed in ascending order by rule number.