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 |
Synopsis
Documentation
data AwsCloudMapInstanceAttribute Source #
An object that represents the Cloud Map attribute information for your virtual node.
AWS Cloud Map is not available in the eu-south-1 Region.
See: newAwsCloudMapInstanceAttribute
smart constructor.
AwsCloudMapInstanceAttribute' | |
|
Instances
newAwsCloudMapInstanceAttribute Source #
:: 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.