OutpostResolverArgs

data class OutpostResolverArgs(val instanceCount: Output<Int>? = null, val name: Output<String>? = null, val outpostArn: Output<String>? = null, val preferredInstanceType: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<OutpostResolverArgs>

Resource schema for AWS::Route53Resolver::OutpostResolver.

Constructors

Link copied to clipboard
constructor(instanceCount: Output<Int>? = null, name: Output<String>? = null, outpostArn: Output<String>? = null, preferredInstanceType: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val instanceCount: Output<Int>? = null

The number of OutpostResolvers.

Link copied to clipboard
val name: Output<String>? = null

The OutpostResolver name.

Link copied to clipboard
val outpostArn: Output<String>? = null

The Outpost ARN.

Link copied to clipboard
val preferredInstanceType: Output<String>? = null

The OutpostResolver instance type.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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