GetServiceNetworkResult

data class GetServiceNetworkResult(val arn: String, val authType: String, val createdAt: String, val id: String, val lastUpdatedAt: String, val name: String, val numberOfAssociatedServices: Int, val numberOfAssociatedVpcs: Int, val serviceNetworkIdentifier: String, val tags: Map<String, String>)

A collection of values returned by getServiceNetwork.

Constructors

Link copied to clipboard
constructor(arn: String, authType: String, createdAt: String, id: String, lastUpdatedAt: String, name: String, numberOfAssociatedServices: Int, numberOfAssociatedVpcs: Int, serviceNetworkIdentifier: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Service Network.

Link copied to clipboard

Authentication type for the service network. Either NONE or AWS_IAM.

Link copied to clipboard

Date and time the service network was created.

Link copied to clipboard
val id: String

ID of the service network.

Link copied to clipboard

Date and time the service network was last updated.

Link copied to clipboard

Name of the service network.

Link copied to clipboard

Number of services associated with this service network.

Link copied to clipboard

Number of VPCs associated with this service network.

Link copied to clipboard