libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.Association

Description

 
Synopsis

Documentation

data Association Source #

Describes an association of a Amazon Web Services Systems Manager document (SSM document) and an instance.

See: newAssociation smart constructor.

Constructors

Association' 

Fields

Instances

Instances details
Eq Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Read Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Show Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Generic Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Associated Types

type Rep Association :: Type -> Type #

NFData Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

Methods

rnf :: Association -> () #

Hashable Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

FromJSON Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

type Rep Association Source # 
Instance details

Defined in Amazonka.SSM.Types.Association

newAssociation :: Association Source #

Create a value of Association 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:associationId:Association', association_associationId - The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

$sel:instanceId:Association', association_instanceId - The instance ID.

$sel:overview:Association', association_overview - Information about the association.

$sel:lastExecutionDate:Association', association_lastExecutionDate - The date on which the association was last run.

$sel:scheduleExpression:Association', association_scheduleExpression - A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).

$sel:name:Association', association_name - The name of the SSM document.

$sel:targets:Association', association_targets - The instances targeted by the request to create an association. You can target all instances in an Amazon Web Services account by specifying the InstanceIds key with a value of *.

$sel:documentVersion:Association', association_documentVersion - The version of the document used in the association.

$sel:associationVersion:Association', association_associationVersion - The association version.

$sel:associationName:Association', association_associationName - The association name.

association_associationId :: Lens' Association (Maybe Text) Source #

The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

association_overview :: Lens' Association (Maybe AssociationOverview) Source #

Information about the association.

association_lastExecutionDate :: Lens' Association (Maybe UTCTime) Source #

The date on which the association was last run.

association_scheduleExpression :: Lens' Association (Maybe Text) Source #

A cron expression that specifies a schedule when the association runs. The schedule runs in Coordinated Universal Time (UTC).

association_name :: Lens' Association (Maybe Text) Source #

The name of the SSM document.

association_targets :: Lens' Association (Maybe [Target]) Source #

The instances targeted by the request to create an association. You can target all instances in an Amazon Web Services account by specifying the InstanceIds key with a value of *.

association_documentVersion :: Lens' Association (Maybe Text) Source #

The version of the document used in the association.