GetServicePlainArgs

data class GetServicePlainArgs(val dnsName: String? = null, val region: String? = null, val reverseDnsName: String? = null, val reverseDnsPrefix: String? = null, val serviceId: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(dnsName: String? = null, region: String? = null, reverseDnsName: String? = null, reverseDnsPrefix: String? = null, serviceId: String? = null)

Properties

Link copied to clipboard
val dnsName: String? = null

DNS name of the service (e.g., rds.us-east-1.amazonaws.com). One of dns_name, reverse_dns_name, or service_id is required.

Link copied to clipboard
val region: String? = null

Region of the service (e.g., us-west-2, ap-northeast-1).

Link copied to clipboard
val reverseDnsName: String? = null

Reverse DNS name of the service (e.g., com.amazonaws.us-west-2.s3). One of dns_name, reverse_dns_name, or service_id is required.

Link copied to clipboard

Prefix of the service (e.g., com.amazonaws in AWS Commercial, cn.com.amazonaws in AWS China).

Link copied to clipboard
val serviceId: String? = null

Service (e.g., s3, rds, ec2). One of dns_name, reverse_dns_name, or service_id is required.

Functions

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