TrailCreateRequestV1dot1
TrailCreateRequestV1dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : ACCOUNT_ID-ABCDEF1234 | string | |
| bucket_name required | Bucket name Example : TestBucket00Minimum length : 1 | string | |
| bucket_region required | Bucket region Example : RegionOneMinimum length : 1 | string | |
| log_archive_account_id optional | Log Archive Account ID. Only for Organization Trail.(organization_trail_yn = y) Example : ACCOUNT_ID-ABCDEF1234 | any of [string, null] | |
| log_type_total_yn optional | Target log type total y/n Example : N | any of [string, null] | |
| log_verification_yn optional | Log verification y/n Example : N | any of [string, null] | N |
| organization_trail_yn optional | Organization trail y/n Example : N | any of [string, null] | N |
| region_names optional | Region name list | array[object] | |
| region_total_yn optional | Target region total y/n Example : Y | any of [string, null] | Y |
| resource_type_total_yn optional | Target resource type total y/n Example : Y | any of [string, null] | Y |
| tag_create_requests optional | Tag create requests Example : [{'key': '11', 'value': '22'}] | any of [array[object[string]], null] | |
| target_log_types optional | Target log type list | array[object] | |
| target_resource_types optional | Target resource type list | array[object] | |
| target_users optional | Target user list | array[object] | |
| trail_description optional | Trail description Example : This is a test trail | any of [string, null] | |
| trail_name required | Trail name Example : TestTrail01Pattern : ^[a-zA-Z0-9\-ㄱ-ㅎㅏ-ㅣ가-힣\s]*$Minimum length : 5Maximum length : 26 | string | |
| trail_save_type required | Trail save type Example : JSONPattern : ^(CSV|JSON)$Minimum length : 1 | string | |
| user_total_yn optional | Target user total y/n Example : Y | any of [string, null] | Y |