ncloud_imageoptimizer_create_project
Create a new Image Optimizer project, specifying source bucket and optional CDN configuration. Use dryRun to preview without actual creation.
Instructions
Create a new Image Optimizer project. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating the project | |
| cdnDomain | No | Existing Global Edge domain (required when createCdn=false) | |
| createCdn | No | Whether to auto-create a Global Edge CDN | |
| bucketName | Yes | Object Storage bucket name for source images | |
| projectName | Yes | Project name | |
| cdnProfileId | No | Global Edge profile ID (required when createCdn=true) | |
| cdnInstanceNo | No | Existing Global Edge instance ID (required when createCdn=false) | |
| cdnRegionType | No | CDN service region (required when createCdn=true) |