Delete Service Network Resource Association
vpclattice_delete_service_network_resource_association | R Documentation |
Deletes the association between a service network and a resource configuration¶
Description¶
Deletes the association between a service network and a resource configuration.
Usage¶
vpclattice_delete_service_network_resource_association(
serviceNetworkResourceAssociationIdentifier)
Arguments¶
serviceNetworkResourceAssociationIdentifier
[required] The ID of the association.
Value¶
A list with the following syntax:
list(
arn = "string",
id = "string",
status = "CREATE_IN_PROGRESS"|"ACTIVE"|"PARTIAL"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_FAILED"
)