Úselo DeleteBucketInventoryConfiguration con un CLI - AWS SDKEjemplos de código

Hay más AWS SDK ejemplos disponibles en el GitHub repositorio de AWS Doc SDK Examples.

Las traducciones son generadas a través de traducción automática. En caso de conflicto entre la traducción y la version original de inglés, prevalecerá la version en inglés.

Úselo DeleteBucketInventoryConfiguration con un CLI

En los siguientes ejemplos de código, se muestra cómo utilizar DeleteBucketInventoryConfiguration.

CLI
AWS CLI

Eliminar la configuración de inventario de un bucket

En el siguiente ejemplo de delete-bucket-inventory-configuration, se elimina la configuración de inventario con el ID 1 del bucket especificado.

aws s3api delete-bucket-inventory-configuration \ --bucket my-bucket \ --id 1

Este comando no genera ninguna salida.

PowerShell
Herramientas para PowerShell

Ejemplo 1: Este comando elimina el inventario denominado 'testInventoryName' correspondiente al depósito de S3 en cuestión.

Remove-S3BucketInventoryConfiguration -BucketName 'amzn-s3-demo-bucket' -InventoryId 'testInventoryName'

Salida:

Confirm Are you sure you want to perform this action? Performing the operation "Remove-S3BucketInventoryConfiguration (DeleteBucketInventoryConfiguration)" on target "s3testbucket". [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y