Get Service Plain Args
data class GetServicePlainArgs(val dnsName: String? = null, val id: 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
Properties
Link copied to clipboard
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
Service endpoint ID (e.g., s3
, rds
, ec2
). One of dns_name
, reverse_dns_name
, or service_id
is required. A service's endpoint ID can be found in the AWS General Reference.