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
- data VirtualServiceRef = VirtualServiceRef' {}
- newVirtualServiceRef :: Text -> UTCTime -> UTCTime -> Text -> Text -> Text -> Integer -> Text -> VirtualServiceRef
- virtualServiceRef_arn :: Lens' VirtualServiceRef Text
- virtualServiceRef_createdAt :: Lens' VirtualServiceRef UTCTime
- virtualServiceRef_lastUpdatedAt :: Lens' VirtualServiceRef UTCTime
- virtualServiceRef_meshName :: Lens' VirtualServiceRef Text
- virtualServiceRef_meshOwner :: Lens' VirtualServiceRef Text
- virtualServiceRef_resourceOwner :: Lens' VirtualServiceRef Text
- virtualServiceRef_version :: Lens' VirtualServiceRef Integer
- virtualServiceRef_virtualServiceName :: Lens' VirtualServiceRef Text
Documentation
data VirtualServiceRef Source #
An object that represents a virtual service returned by a list operation.
See: newVirtualServiceRef
smart constructor.
VirtualServiceRef' | |
|
Instances
Create a value of VirtualServiceRef
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:arn:VirtualServiceRef'
, virtualServiceRef_arn
- The full Amazon Resource Name (ARN) for the virtual service.
$sel:createdAt:VirtualServiceRef'
, virtualServiceRef_createdAt
- The Unix epoch timestamp in seconds for when the resource was created.
$sel:lastUpdatedAt:VirtualServiceRef'
, virtualServiceRef_lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last
updated.
$sel:meshName:VirtualServiceRef'
, virtualServiceRef_meshName
- The name of the service mesh that the virtual service resides in.
$sel:meshOwner:VirtualServiceRef'
, virtualServiceRef_meshOwner
- The AWS IAM account ID of the service mesh owner. If the account ID is
not your own, then it's the ID of the account that shared the mesh with
your account. For more information about mesh sharing, see
Working with shared meshes.
$sel:resourceOwner:VirtualServiceRef'
, virtualServiceRef_resourceOwner
- The AWS IAM account ID of the resource owner. If the account ID is not
your own, then it's the ID of the mesh owner or of another account that
the mesh is shared with. For more information about mesh sharing, see
Working with shared meshes.
$sel:version:VirtualServiceRef'
, virtualServiceRef_version
- The version of the resource. Resources are created at version 1, and
this version is incremented each time that they're updated.
$sel:virtualServiceName:VirtualServiceRef'
, virtualServiceRef_virtualServiceName
- The name of the virtual service.
virtualServiceRef_arn :: Lens' VirtualServiceRef Text Source #
The full Amazon Resource Name (ARN) for the virtual service.
virtualServiceRef_createdAt :: Lens' VirtualServiceRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was created.
virtualServiceRef_lastUpdatedAt :: Lens' VirtualServiceRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was last updated.
virtualServiceRef_meshName :: Lens' VirtualServiceRef Text Source #
The name of the service mesh that the virtual service resides in.
virtualServiceRef_meshOwner :: Lens' VirtualServiceRef Text Source #
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
virtualServiceRef_resourceOwner :: Lens' VirtualServiceRef Text Source #
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
virtualServiceRef_version :: Lens' VirtualServiceRef Integer Source #
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
virtualServiceRef_virtualServiceName :: Lens' VirtualServiceRef Text Source #
The name of the virtual service.