amazonka-appmesh-2.0: Amazon App Mesh SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.

  • ipPreference :: Maybe IpPreference

    The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.

  • 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
FromJSON AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

ToJSON 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 #

Read AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Show AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

NFData AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Eq AwsCloudMapServiceDiscovery Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapServiceDiscovery

Hashable 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" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "AwsCloudMapServiceDiscovery'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsCloudMapInstanceAttribute])) :*: S1 ('MetaSel ('Just "ipPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpPreference))) :*: (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:ipPreference:AwsCloudMapServiceDiscovery', awsCloudMapServiceDiscovery_ipPreference - The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.

$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.

awsCloudMapServiceDiscovery_ipPreference :: Lens' AwsCloudMapServiceDiscovery (Maybe IpPreference) Source #

The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.