amazonka-inspector-1.3.3: Amazon Inspector SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Inspector.CreateApplication

Contents

Description

Creates a new application using the resource group ARN generated by CreateResourceGroup. You can create up to 50 applications per AWS account. You can run up to 500 concurrent agents per AWS account. For more information, see Inspector Applications.

See: AWS API Reference for CreateApplication.

Synopsis

Creating a Request

createApplication :: CreateApplication Source

Creates a value of CreateApplication with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

caResourceGroupARN :: Lens' CreateApplication (Maybe Text) Source

The ARN specifying the resource group that is used to create the application.

caApplicationName :: Lens' CreateApplication (Maybe Text) Source

The user-defined name identifying the application that you want to create. The name must be unique within the AWS account.

Destructuring the Response

createApplicationResponse Source

Creates a value of CreateApplicationResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

carsApplicationARN :: Lens' CreateApplicationResponse (Maybe Text) Source

The ARN specifying the application that is created.