libZSservicesZSamazonka-appmeshZSamazonka-appmesh
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.AppMesh.Types.AwsCloudMapServiceDiscovery

Description

 
Synopsis

Documentation

data AwsCloudMapServiceDiscovery Source #

An object that represents the Cloud Map service discovery information for your virtual node.

Cloud Map is not available in the eu-south-1 Region.

See: newAwsCloudMapServiceDiscovery smart constructor.

Constructors

AwsCloudMapServiceDiscovery' 

Fields

  • attributes :: Maybe [AwsCloudMapInstanceAttribute]

    A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.

  • namespaceName :: Text

    The name of the Cloud Map namespace to use.

  • serviceName :: Text

    The name of the Cloud Map service to use.

Instances

Instances details
Eq AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Read AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Show AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Generic AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Associated Types

type Rep AwsCloudMapServiceDiscovery :: Type -> Type #

NFData AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Hashable AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

ToJSON AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

FromJSON AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

type Rep AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

type Rep AwsCloudMapServiceDiscovery = D1 ('MetaData "AwsCloudMapServiceDiscovery" "Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "AwsCloudMapServiceDiscovery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsCloudMapInstanceAttribute])) :*: (S1 ('MetaSel ('Just "namespaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAwsCloudMapServiceDiscovery Source #

Create a value of AwsCloudMapServiceDiscovery 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:attributes:AwsCloudMapServiceDiscovery', awsCloudMapServiceDiscovery_attributes - A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.

$sel:namespaceName:AwsCloudMapServiceDiscovery', awsCloudMapServiceDiscovery_namespaceName - The name of the Cloud Map namespace to use.

$sel:serviceName:AwsCloudMapServiceDiscovery', awsCloudMapServiceDiscovery_serviceName - The name of the Cloud Map service to use.

awsCloudMapServiceDiscovery_attributes :: Lens' AwsCloudMapServiceDiscovery (Maybe [AwsCloudMapInstanceAttribute]) Source #

A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.