libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

Description

 
Synopsis

Documentation

data AwsEc2VpnConnectionVgwTelemetryDetails Source #

Information about the VPN tunnel.

See: newAwsEc2VpnConnectionVgwTelemetryDetails smart constructor.

Constructors

AwsEc2VpnConnectionVgwTelemetryDetails' 

Fields

Instances

Instances details
Eq AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

Read AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

Show AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

Generic AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

NFData AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

Hashable AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

ToJSON AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

FromJSON AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

type Rep AwsEc2VpnConnectionVgwTelemetryDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails

type Rep AwsEc2VpnConnectionVgwTelemetryDetails = D1 ('MetaData "AwsEc2VpnConnectionVgwTelemetryDetails" "Amazonka.SecurityHub.Types.AwsEc2VpnConnectionVgwTelemetryDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEc2VpnConnectionVgwTelemetryDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outsideIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "certificateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastStatusChange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "acceptedRouteCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAwsEc2VpnConnectionVgwTelemetryDetails :: AwsEc2VpnConnectionVgwTelemetryDetails Source #

Create a value of AwsEc2VpnConnectionVgwTelemetryDetails 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:status:AwsEc2VpnConnectionVgwTelemetryDetails', awsEc2VpnConnectionVgwTelemetryDetails_status - The status of the VPN tunnel.

$sel:outsideIpAddress:AwsEc2VpnConnectionVgwTelemetryDetails', awsEc2VpnConnectionVgwTelemetryDetails_outsideIpAddress - The Internet-routable IP address of the virtual private gateway's outside interface.

$sel:certificateArn:AwsEc2VpnConnectionVgwTelemetryDetails', awsEc2VpnConnectionVgwTelemetryDetails_certificateArn - The ARN of the VPN tunnel endpoint certificate.

$sel:lastStatusChange:AwsEc2VpnConnectionVgwTelemetryDetails', awsEc2VpnConnectionVgwTelemetryDetails_lastStatusChange - The date and time of the last change in status.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

$sel:acceptedRouteCount:AwsEc2VpnConnectionVgwTelemetryDetails', awsEc2VpnConnectionVgwTelemetryDetails_acceptedRouteCount - The number of accepted routes.

$sel:statusMessage:AwsEc2VpnConnectionVgwTelemetryDetails', awsEc2VpnConnectionVgwTelemetryDetails_statusMessage - If an error occurs, a description of the error.

awsEc2VpnConnectionVgwTelemetryDetails_outsideIpAddress :: Lens' AwsEc2VpnConnectionVgwTelemetryDetails (Maybe Text) Source #

The Internet-routable IP address of the virtual private gateway's outside interface.

awsEc2VpnConnectionVgwTelemetryDetails_lastStatusChange :: Lens' AwsEc2VpnConnectionVgwTelemetryDetails (Maybe Text) Source #

The date and time of the last change in status.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.