Vpn Server Configuration Policy Group Member Args
data class VpnServerConfigurationPolicyGroupMemberArgs(val attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null, val attributeValue: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<VpnServerConfigurationPolicyGroupMemberArgs>
VpnServerConfiguration PolicyGroup member
Constructors
Link copied to clipboard
constructor(attributeType: Output<Either<String, VpnPolicyMemberAttributeType>>? = null, attributeValue: Output<String>? = null, name: Output<String>? = null)