Delete Infrastructure Configuration
imagebuilder_delete_infrastructure_configuration | R Documentation |
Deletes an infrastructure configuration¶
Description¶
Deletes an infrastructure configuration.
Usage¶
imagebuilder_delete_infrastructure_configuration(
infrastructureConfigurationArn)
Arguments¶
infrastructureConfigurationArn |
[required] The Amazon Resource Name (ARN) of the infrastructure configuration to delete. |
Value¶
A list with the following syntax:
list(
requestId = "string",
infrastructureConfigurationArn = "string"
)
Request syntax¶
svc$delete_infrastructure_configuration(
infrastructureConfigurationArn = "string"
)