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 VirtualGatewayRef = VirtualGatewayRef' {}
- newVirtualGatewayRef :: Text -> UTCTime -> UTCTime -> Text -> Text -> Text -> Integer -> Text -> VirtualGatewayRef
- virtualGatewayRef_arn :: Lens' VirtualGatewayRef Text
- virtualGatewayRef_createdAt :: Lens' VirtualGatewayRef UTCTime
- virtualGatewayRef_lastUpdatedAt :: Lens' VirtualGatewayRef UTCTime
- virtualGatewayRef_meshName :: Lens' VirtualGatewayRef Text
- virtualGatewayRef_meshOwner :: Lens' VirtualGatewayRef Text
- virtualGatewayRef_resourceOwner :: Lens' VirtualGatewayRef Text
- virtualGatewayRef_version :: Lens' VirtualGatewayRef Integer
- virtualGatewayRef_virtualGatewayName :: Lens' VirtualGatewayRef Text
Documentation
data VirtualGatewayRef Source #
An object that represents a virtual gateway returned by a list operation.
See: newVirtualGatewayRef
smart constructor.
VirtualGatewayRef' | |
|
Instances
Create a value of VirtualGatewayRef
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:VirtualGatewayRef'
, virtualGatewayRef_arn
- The full Amazon Resource Name (ARN) for the resource.
$sel:createdAt:VirtualGatewayRef'
, virtualGatewayRef_createdAt
- The Unix epoch timestamp in seconds for when the resource was created.
$sel:lastUpdatedAt:VirtualGatewayRef'
, virtualGatewayRef_lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last
updated.
$sel:meshName:VirtualGatewayRef'
, virtualGatewayRef_meshName
- The name of the service mesh that the resource resides in.
$sel:meshOwner:VirtualGatewayRef'
, virtualGatewayRef_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:VirtualGatewayRef'
, virtualGatewayRef_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:VirtualGatewayRef'
, virtualGatewayRef_version
- The version of the resource. Resources are created at version 1, and
this version is incremented each time that they're updated.
$sel:virtualGatewayName:VirtualGatewayRef'
, virtualGatewayRef_virtualGatewayName
- The name of the resource.
virtualGatewayRef_arn :: Lens' VirtualGatewayRef Text Source #
The full Amazon Resource Name (ARN) for the resource.
virtualGatewayRef_createdAt :: Lens' VirtualGatewayRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was created.
virtualGatewayRef_lastUpdatedAt :: Lens' VirtualGatewayRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was last updated.
virtualGatewayRef_meshName :: Lens' VirtualGatewayRef Text Source #
The name of the service mesh that the resource resides in.
virtualGatewayRef_meshOwner :: Lens' VirtualGatewayRef 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.
virtualGatewayRef_resourceOwner :: Lens' VirtualGatewayRef 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.
virtualGatewayRef_version :: Lens' VirtualGatewayRef Integer Source #
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
virtualGatewayRef_virtualGatewayName :: Lens' VirtualGatewayRef Text Source #
The name of the resource.