Resource Gateway Args
data class ResourceGatewayArgs(val ipAddressType: Output<ResourceGatewayIpAddressType>? = null, val name: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<List<TagArgs>>? = null, val vpcIdentifier: Output<String>? = null) : ConvertibleToJava<ResourceGatewayArgs>
Creates a resource gateway for a service.