SecretsManager
SecretsManager
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | 계정 id Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| acl_cidr required | Secret 접근허용 CIDR 리스트 Example : 192.168.1.1/24, 10.0.0.1/16 | any of [string, null] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| deleted_at required | Date of deletion Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| description required | Secret 설명 Example : description | any of [string, null] | |
| id required | ID Example : 0fdd87aab8cb46f59b7c1f81ed03fb3e | string | |
| kms_id required | Key Management Service 상품에서 생성한 자원 ID Example : 3265ab469f0d406d83073da3e11e7a6c | string | |
| kms_name required | KMS 키 이름 Example : kmsname | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | 키 이름 Example : my-secret-name | any of [string, null] | |
| recent_searched_at required | 최근 검색일 Example : 2025-02-25 03:07:17.000 | any of [string (date-time), null] | |
| state required | 키 상태(Creating, Active, Error, Stop, To_Be_Terminated) Example : Active | any of [string, null] | |
| type required | Secret 타입 Example : General | any of [string, null] |