libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.Types.SqsQueueConfiguration

Description

 
Synopsis

Documentation

data SqsQueueConfiguration Source #

The proposed access control configuration for an Amazon SQS queue. You can propose a configuration for a new Amazon SQS queue or an existing Amazon SQS queue that you own by specifying the Amazon SQS policy. If the configuration is for an existing Amazon SQS queue and you do not specify the Amazon SQS policy, the access preview uses the existing Amazon SQS policy for the queue. If the access preview is for a new resource and you do not specify the policy, the access preview assumes an Amazon SQS queue without a policy. To propose deletion of an existing Amazon SQS queue policy, you can specify an empty string for the Amazon SQS policy. For more information about Amazon SQS policy limits, see Quotas related to policies.

See: newSqsQueueConfiguration smart constructor.

Constructors

SqsQueueConfiguration' 

Fields

Instances

Instances details
Eq SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

Read SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

Show SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

Generic SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

Associated Types

type Rep SqsQueueConfiguration :: Type -> Type #

NFData SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

Methods

rnf :: SqsQueueConfiguration -> () #

Hashable SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

ToJSON SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

FromJSON SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

type Rep SqsQueueConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration

type Rep SqsQueueConfiguration = D1 ('MetaData "SqsQueueConfiguration" "Amazonka.AccessAnalyzer.Types.SqsQueueConfiguration" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "SqsQueueConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queuePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSqsQueueConfiguration :: SqsQueueConfiguration Source #

Create a value of SqsQueueConfiguration 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:queuePolicy:SqsQueueConfiguration', sqsQueueConfiguration_queuePolicy - The proposed resource policy for the Amazon SQS queue.

sqsQueueConfiguration_queuePolicy :: Lens' SqsQueueConfiguration (Maybe Text) Source #

The proposed resource policy for the Amazon SQS queue.