RulePropertiesArgs

data class RulePropertiesArgs(val action: Output<Either<String, Action>>, val addressList: Output<List<String>>) : ConvertibleToJava<RulePropertiesArgs>

Rules for the InternetGateways

Constructors

Link copied to clipboard
constructor(action: Output<Either<String, Action>>, addressList: Output<List<String>>)

Properties

Link copied to clipboard
val action: Output<Either<String, Action>>

Specify action.

Link copied to clipboard
val addressList: Output<List<String>>

List of Addresses to be allowed or denied.

Functions

Link copied to clipboard
open override fun toJava(): RulePropertiesArgs