Get Service Network Vpc Association
vpclattice_get_service_network_vpc_association | R Documentation |
Retrieves information about the association between a service network and a VPC¶
Description¶
Retrieves information about the association between a service network and a VPC.
Usage¶
Arguments¶
serviceNetworkVpcAssociationIdentifier
[required] The ID or Amazon Resource Name (ARN) of the association.
Value¶
A list with the following syntax:
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
failureCode = "string",
failureMessage = "string",
id = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
),
securityGroupIds = list(
"string"
),
serviceNetworkArn = "string",
serviceNetworkId = "string",
serviceNetworkName = "string",
status = "CREATE_IN_PROGRESS"|"ACTIVE"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_FAILED"|"UPDATE_FAILED",
vpcId = "string"
)