libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.DescribeStackSet

Description

Returns the description of the specified stack set.

Synopsis

Creating a Request

data DescribeStackSet Source #

See: newDescribeStackSet smart constructor.

Constructors

DescribeStackSet' 

Fields

  • callAs :: Maybe CallAs
    Service-managed permissions
    Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

    By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

    • If you are signed in to the management account, specify SELF.
    • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

      Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

  • stackSetName :: Text

    The name or unique ID of the stack set whose description you want.

Instances

Instances details
Eq DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Read DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Show DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Generic DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Associated Types

type Rep DescribeStackSet :: Type -> Type #

NFData DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Methods

rnf :: DescribeStackSet -> () #

Hashable DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

AWSRequest DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Associated Types

type AWSResponse DescribeStackSet #

ToHeaders DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

ToPath DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

ToQuery DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSet = D1 ('MetaData "DescribeStackSet" "Amazonka.CloudFormation.DescribeStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callAs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CallAs)) :*: S1 ('MetaSel ('Just "stackSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeStackSet Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

newDescribeStackSet Source #

Create a value of DescribeStackSet 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:callAs:DescribeStackSet', describeStackSet_callAs - [Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

$sel:stackSetName:DescribeStackSet', describeStackSet_stackSetName - The name or unique ID of the stack set whose description you want.

Request Lenses

describeStackSet_callAs :: Lens' DescribeStackSet (Maybe CallAs) Source #

Service-managed permissions
Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for stack sets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.
  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

    Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.

describeStackSet_stackSetName :: Lens' DescribeStackSet Text Source #

The name or unique ID of the stack set whose description you want.

Destructuring the Response

data DescribeStackSetResponse Source #

See: newDescribeStackSetResponse smart constructor.

Constructors

DescribeStackSetResponse' 

Fields

Instances

Instances details
Eq DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Read DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Show DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Generic DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

Associated Types

type Rep DescribeStackSetResponse :: Type -> Type #

NFData DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSetResponse Source # 
Instance details

Defined in Amazonka.CloudFormation.DescribeStackSet

type Rep DescribeStackSetResponse = D1 ('MetaData "DescribeStackSetResponse" "Amazonka.CloudFormation.DescribeStackSet" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "DescribeStackSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stackSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackSet)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeStackSetResponse Source #

Create a value of DescribeStackSetResponse 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:stackSet:DescribeStackSetResponse', describeStackSetResponse_stackSet - The specified stack set.

$sel:httpStatus:DescribeStackSetResponse', describeStackSetResponse_httpStatus - The response's http status code.

Response Lenses