- Navigation Guide
@aws-sdk/client-ec2
CreateIpamScopeCommandInput Interface
Members
Name | Type | Details |
---|---|---|
IpamId Required | string | undefined | The ID of the IPAM for which you're creating this scope. |
ClientToken | string | undefined | A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency . |
Description | string | undefined | A description for the scope you're creating. |
DryRun | boolean | undefined | A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is |
TagSpecifications | TagSpecification[] | undefined | The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key |
Full Signature
export interface CreateIpamScopeCommandInput extends CreateIpamScopeRequest