| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute
Description
Synopsis
Documentation
data AwsCloudMapInstanceAttribute Source #
An object that represents the Cloud Map attribute information for your virtual node.
Cloud Map is not available in the eu-south-1 Region.
See: newAwsCloudMapInstanceAttribute smart constructor.
Constructors
| AwsCloudMapInstanceAttribute' | |
Fields
| |
Instances
newAwsCloudMapInstanceAttribute Source #
Arguments
| :: Text | |
| -> Text | |
| -> AwsCloudMapInstanceAttribute |
Create a value of AwsCloudMapInstanceAttribute 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:key:AwsCloudMapInstanceAttribute', awsCloudMapInstanceAttribute_key - The name of an Cloud Map service instance attribute key. Any Cloud Map
service instance that contains the specified key and value is returned.
$sel:value:AwsCloudMapInstanceAttribute', awsCloudMapInstanceAttribute_value - The value of an Cloud Map service instance attribute key. Any Cloud Map
service instance that contains the specified key and value is returned.
awsCloudMapInstanceAttribute_key :: Lens' AwsCloudMapInstanceAttribute Text Source #
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
awsCloudMapInstanceAttribute_value :: Lens' AwsCloudMapInstanceAttribute Text Source #
The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.