- Navigation Guide
@aws-sdk/client-appconfig
CreateApplicationCommandOutput Interface
The output of CreateApplicationCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
Description | string | undefined | The description of the application. |
Id | string | undefined | The application ID. |
Name | string | undefined | The application name. |
Full Signature
export interface CreateApplicationCommandOutput extends Application, MetadataBearer