**To delete a resource** The following ``delete-resource`` example deletes a AWS::Kinesis::Stream resource with the identifier ResourceExample from your AWS account. :: aws cloudcontrol delete-resource \ --type-name AWS::Kinesis::Stream \ --identifier ResourceExample Output:: { "ProgressEvent": { "TypeName": "AWS::Kinesis::Stream", "Identifier": "ResourceExample", "RequestToken": "e48f26ff-d0f9-4ab8-a878-120db1edf111", "Operation": "DELETE", "OperationStatus": "IN_PROGRESS", "EventTime": 1632950300.14 } } For more information, see `Deleting a resource <https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-delete.html>`__ in the *Cloud Control API User Guide*.
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
create-resource.rst | File | 933 B | 0644 |
|
delete-resource.rst | File | 827 B | 0644 |
|
get-resource-request-status.rst | File | 995 B | 0644 |
|
get-resource.rst | File | 834 B | 0644 |
|
list-resource-requests.rst | File | 1.08 KB | 0644 |
|
list-resources.rst | File | 829 B | 0644 |
|
update-resource.rst | File | 966 B | 0644 |
|