amazonka-autoscaling-plans-2.0: Amazon Auto Scaling Plans SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AutoScalingPlans.Types.ApplicationSource

Description

 
Synopsis

Documentation

data ApplicationSource Source #

Represents an application source.

See: newApplicationSource smart constructor.

Constructors

ApplicationSource' 

Fields

Instances

Instances details
FromJSON ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

ToJSON 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 #

Read ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Show ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

NFData ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Methods

rnf :: ApplicationSource -> () #

Eq ApplicationSource Source # 
Instance details

Defined in Amazonka.AutoScalingPlans.Types.ApplicationSource

Hashable 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" "amazonka-autoscaling-plans-2.0-1ffFjJ7hnaH6GMb2VoWJfu" 'False) (C1 ('MetaCons "ApplicationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudFormationStackARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagFilter]))))

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:cloudFormationStackARN:ApplicationSource', applicationSource_cloudFormationStackARN - The Amazon Resource Name (ARN) of a AWS CloudFormation stack.

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

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

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