AWS Doc SDK Examples
翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
DeleteBucketInventoryConfiguration
で を使用する CLI
以下のコード例は、DeleteBucketInventoryConfiguration
の使用方法を示しています。
- CLI
-
- AWS CLI
-
バケットのインベントリ設定を削除するには
次の
delete-bucket-inventory-configuration
の例では、指定したバケットで ID1
を持つインベントリ設定を削除します。aws s3api delete-bucket-inventory-configuration \ --bucket
my-bucket
\ --id1
このコマンドでは何も出力されません。
-
API 詳細については、AWS CLI 「 コマンドリファレンスDeleteBucketInventoryConfiguration
」の「」を参照してください。
-
- PowerShell
-
- のツール PowerShell
-
例 1: このコマンドは、指定された S3 バケットに対応する 'testInventoryName' という名前のインベントリを削除します。
Remove-S3BucketInventoryConfiguration -BucketName 'amzn-s3-demo-bucket' -InventoryId 'testInventoryName'
出力:
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
-
API 詳細については、「 コマンドレットリファレンスDeleteBucketInventoryConfiguration」の「」を参照してください。 AWS Tools for PowerShell
-
DeleteBucketEncryption
DeleteBucketLifecycle