appregistry_disassociate_resource: Disassociates a resource from application

View source: R/appregistry_operations.R

appregistry_disassociate_resourceR Documentation

Disassociates a resource from application

Description

Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.

See https://www.paws-r-sdk.com/docs/appregistry_disassociate_resource/ for full documentation.

Usage

appregistry_disassociate_resource(application, resourceType, resource)

Arguments

application

[required] The name or ID of the application.

resourceType

[required] The type of the resource that is being disassociated.

resource

[required] The name or ID of the resource.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.