libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
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.GreengrassV2.Types.ComponentPlatform

Description

 
Synopsis

Documentation

data ComponentPlatform Source #

Contains information about a platform that a component supports.

See: newComponentPlatform smart constructor.

Constructors

ComponentPlatform' 

Fields

  • name :: Maybe Text

    The friendly name of the platform. This name helps you identify the platform.

    If you omit this parameter, IoT Greengrass creates a friendly name from the os and architecture of the platform.

  • attributes :: Maybe (HashMap Text Text)

    A dictionary of attributes for the platform. The IoT Greengrass Core software defines the os and platform by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.

Instances

Instances details
Eq ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

Read ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

Show ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

Generic ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

Associated Types

type Rep ComponentPlatform :: Type -> Type #

NFData ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

Methods

rnf :: ComponentPlatform -> () #

Hashable ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

ToJSON ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

FromJSON ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

type Rep ComponentPlatform Source # 
Instance details

Defined in Amazonka.GreengrassV2.Types.ComponentPlatform

type Rep ComponentPlatform = D1 ('MetaData "ComponentPlatform" "Amazonka.GreengrassV2.Types.ComponentPlatform" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ComponentPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))

newComponentPlatform :: ComponentPlatform Source #

Create a value of ComponentPlatform 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:name:ComponentPlatform', componentPlatform_name - The friendly name of the platform. This name helps you identify the platform.

If you omit this parameter, IoT Greengrass creates a friendly name from the os and architecture of the platform.

$sel:attributes:ComponentPlatform', componentPlatform_attributes - A dictionary of attributes for the platform. The IoT Greengrass Core software defines the os and platform by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.

componentPlatform_name :: Lens' ComponentPlatform (Maybe Text) Source #

The friendly name of the platform. This name helps you identify the platform.

If you omit this parameter, IoT Greengrass creates a friendly name from the os and architecture of the platform.

componentPlatform_attributes :: Lens' ComponentPlatform (Maybe (HashMap Text Text)) Source #

A dictionary of attributes for the platform. The IoT Greengrass Core software defines the os and platform by default. You can specify additional platform attributes for a core device when you deploy the Greengrass nucleus component. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.