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 VpcLink = VpcLink' {
- createdDate :: Maybe POSIX
- vpcLinkVersion :: Maybe VpcLinkVersion
- vpcLinkStatusMessage :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- vpcLinkStatus :: Maybe VpcLinkStatus
- vpcLinkId :: Text
- securityGroupIds :: [Text]
- subnetIds :: [Text]
- name :: Text
- newVpcLink :: Text -> Text -> VpcLink
- vpcLink_createdDate :: Lens' VpcLink (Maybe UTCTime)
- vpcLink_vpcLinkVersion :: Lens' VpcLink (Maybe VpcLinkVersion)
- vpcLink_vpcLinkStatusMessage :: Lens' VpcLink (Maybe Text)
- vpcLink_tags :: Lens' VpcLink (Maybe (HashMap Text Text))
- vpcLink_vpcLinkStatus :: Lens' VpcLink (Maybe VpcLinkStatus)
- vpcLink_vpcLinkId :: Lens' VpcLink Text
- vpcLink_securityGroupIds :: Lens' VpcLink [Text]
- vpcLink_subnetIds :: Lens' VpcLink [Text]
- vpcLink_name :: Lens' VpcLink Text
Documentation
Represents a VPC link.
See: newVpcLink
smart constructor.
VpcLink' | |
|
Instances
Create a value of VpcLink
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:createdDate:VpcLink'
, vpcLink_createdDate
- The timestamp when the VPC link was created.
$sel:vpcLinkVersion:VpcLink'
, vpcLink_vpcLinkVersion
- The version of the VPC link.
$sel:vpcLinkStatusMessage:VpcLink'
, vpcLink_vpcLinkStatusMessage
- A message summarizing the cause of the status of the VPC link.
$sel:tags:VpcLink'
, vpcLink_tags
- Tags for the VPC link.
$sel:vpcLinkStatus:VpcLink'
, vpcLink_vpcLinkStatus
- The status of the VPC link.
$sel:vpcLinkId:VpcLink'
, vpcLink_vpcLinkId
- The ID of the VPC link.
$sel:securityGroupIds:VpcLink'
, vpcLink_securityGroupIds
- A list of security group IDs for the VPC link.
$sel:subnetIds:VpcLink'
, vpcLink_subnetIds
- A list of subnet IDs to include in the VPC link.
$sel:name:VpcLink'
, vpcLink_name
- The name of the VPC link.
vpcLink_createdDate :: Lens' VpcLink (Maybe UTCTime) Source #
The timestamp when the VPC link was created.
vpcLink_vpcLinkVersion :: Lens' VpcLink (Maybe VpcLinkVersion) Source #
The version of the VPC link.
vpcLink_vpcLinkStatusMessage :: Lens' VpcLink (Maybe Text) Source #
A message summarizing the cause of the status of the VPC link.
vpcLink_vpcLinkStatus :: Lens' VpcLink (Maybe VpcLinkStatus) Source #
The status of the VPC link.