GetServiceNetworkResult

data class GetServiceNetworkResult(val arn: String? = null, val authType: ServiceNetworkAuthType? = null, val createdAt: String? = null, val id: String? = null, val lastUpdatedAt: String? = null, val sharingConfig: ServiceNetworkSharingConfig? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, authType: ServiceNetworkAuthType? = null, createdAt: String? = null, id: String? = null, lastUpdatedAt: String? = null, sharingConfig: ServiceNetworkSharingConfig? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the service network.

Link copied to clipboard

The type of IAM policy.

Link copied to clipboard
val createdAt: String? = null

The date and time that the service network was created, specified in ISO-8601 format.

Link copied to clipboard
val id: String? = null

The ID of the service network.

Link copied to clipboard
val lastUpdatedAt: String? = null

The date and time of the last update, specified in ISO-8601 format.

Link copied to clipboard

Specify if the service network should be enabled for sharing.

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

The tags for the service network.