| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SSM.Types.Association
Description
Synopsis
- data Association = Association' {}
- newAssociation :: Association
- association_associationId :: Lens' Association (Maybe Text)
- association_instanceId :: Lens' Association (Maybe Text)
- association_overview :: Lens' Association (Maybe AssociationOverview)
- association_lastExecutionDate :: Lens' Association (Maybe UTCTime)
- association_scheduleExpression :: Lens' Association (Maybe Text)
- association_name :: Lens' Association (Maybe Text)
- association_targets :: Lens' Association (Maybe [Target])
- association_documentVersion :: Lens' Association (Maybe Text)
- association_associationVersion :: Lens' Association (Maybe Text)
- association_associationName :: Lens' Association (Maybe Text)
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
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_instanceId :: Lens' Association (Maybe Text) Source #
The instance ID.
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.
association_associationVersion :: Lens' Association (Maybe Text) Source #
The association version.
association_associationName :: Lens' Association (Maybe Text) Source #
The association name.