GetServiceNetworkVpcAssociationResult

data class GetServiceNetworkVpcAssociationResult(val arn: String? = null, val createdAt: String? = null, val id: String? = null, val securityGroupIds: List<String>? = null, val serviceNetworkArn: String? = null, val serviceNetworkId: String? = null, val serviceNetworkName: String? = null, val status: ServiceNetworkVpcAssociationStatus? = null, val tags: List<Tag>? = null, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, id: String? = null, securityGroupIds: List<String>? = null, serviceNetworkArn: String? = null, serviceNetworkId: String? = null, serviceNetworkName: String? = null, status: ServiceNetworkVpcAssociationStatus? = null, tags: List<Tag>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the association between the service network and the VPC.

Link copied to clipboard
val createdAt: String? = null

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

Link copied to clipboard
val id: String? = null

The ID of the specified association between the service network and the VPC.

Link copied to clipboard

The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide .

Link copied to clipboard

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

Link copied to clipboard

The ID of the service network.

Link copied to clipboard

The name of the service network.

Link copied to clipboard

The status of the association.

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

The tags for the association.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.