libZSservicesZSamazonka-swfZSamazonka-swf
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.SWF.Types.RecordMarkerDecisionAttributes

Description

 
Synopsis

Documentation

data RecordMarkerDecisionAttributes Source #

Provides the details of the RecordMarker decision.

Access Control

You can use IAM policies to control this decision's access to Amazon SWF resources as follows:

  • Use a Resource element with the domain name to limit the action to only specified domains.
  • Use an Action element to allow or deny permission to call this action.
  • You cannot use an IAM policy to constrain this action's parameters.

If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.

See: newRecordMarkerDecisionAttributes smart constructor.

Constructors

RecordMarkerDecisionAttributes' 

Fields

Instances

Instances details
Eq RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Read RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Show RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Generic RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Associated Types

type Rep RecordMarkerDecisionAttributes :: Type -> Type #

NFData RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

Hashable RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

ToJSON RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

type Rep RecordMarkerDecisionAttributes Source # 
Instance details

Defined in Amazonka.SWF.Types.RecordMarkerDecisionAttributes

type Rep RecordMarkerDecisionAttributes = D1 ('MetaData "RecordMarkerDecisionAttributes" "Amazonka.SWF.Types.RecordMarkerDecisionAttributes" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "RecordMarkerDecisionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "markerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRecordMarkerDecisionAttributes Source #

Create a value of RecordMarkerDecisionAttributes 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:details:RecordMarkerDecisionAttributes', recordMarkerDecisionAttributes_details - The details of the marker.

$sel:markerName:RecordMarkerDecisionAttributes', recordMarkerDecisionAttributes_markerName - The name of the marker.