Get Service Network Vpc Association Result
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)
Properties
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.