libZSservicesZSamazonka-autoscaling-plansZSamazonka-autoscaling-plans
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AutoScalingPlans.Types.ApplicationSource

Description

 
Synopsis

Documentation

data ApplicationSource Source #

Represents an application source.

See: newApplicationSource smart constructor.

Constructors

ApplicationSource' 

Fields

Instances

Instances details
Eq ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Read ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Show ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Generic ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Associated Types

type Rep ApplicationSource :: Type -> Type #

NFData ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Methods

rnf :: ApplicationSource -> () #

Hashable ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

ToJSON ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

FromJSON ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

type Rep ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

type Rep ApplicationSource = D1 ('MetaData "ApplicationSource" "Amazonka.AutoScalingPlans.Types.ApplicationSource" "libZSservicesZSamazonka-autoscaling-plansZSamazonka-autoscaling-plans" 'False) (C1 ('MetaCons "ApplicationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter])) :*: S1 ('MetaSel ('Just "cloudFormationStackARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newApplicationSource :: ApplicationSource Source #

Create a value of ApplicationSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:tagFilters:ApplicationSource', applicationSource_tagFilters - A set of tags (up to 50).

$sel:cloudFormationStackARN:ApplicationSource', applicationSource_cloudFormationStackARN - The Amazon Resource Name (ARN) of a AWS CloudFormation stack.

applicationSource_cloudFormationStackARN :: Lens' ApplicationSource (Maybe Text) Source #

The Amazon Resource Name (ARN) of a AWS CloudFormation stack.