AWS 문서 예제 리포지토리에서 더 많은 SDK
기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
와 GetBucketInventoryConfiguration
함께 사용 CLI
다음 코드 예제는 GetBucketInventoryConfiguration
의 사용 방법을 보여 줍니다.
- CLI
-
- AWS CLI
-
버킷의 인벤토리 구성을 검색하려면
다음
get-bucket-inventory-configuration
예시는 지정된 버킷에 대해 ID가1
인 인벤토리 구성을 검색합니다.aws s3api get-bucket-inventory-configuration \ --bucket
my-bucket
\ --id1
출력:
{ "InventoryConfiguration": { "IsEnabled": true, "Destination": { "S3BucketDestination": { "Format": "ORC", "Bucket": "arn:aws:s3:::my-bucket", "AccountId": "123456789012" } }, "IncludedObjectVersions": "Current", "Id": "1", "Schedule": { "Frequency": "Weekly" } } }
-
자세한 API 내용은 명령 참조GetBucketInventoryConfiguration
의 섹션을 참조하세요. AWS CLI
-
- PowerShell
-
- 용 도구 PowerShell
-
예시 1: 이 명령은 지정된 S3 버킷에 대해 이름이 'testinventory'인 인벤토리의 세부 정보를 반환합니다.
Get-S3BucketInventoryConfiguration -BucketName 'amzn-s3-demo-bucket' -InventoryId 'testinventory'
-
API 자세한 내용은 Cmdlet 참조GetBucketInventoryConfiguration의 섹션을 참조하세요. AWS Tools for PowerShell
-
GetBucketEncryption
GetBucketLifecycleConfiguration