amazonka-gamelift-2.0: Amazon GameLift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GameLift.Types.VpcPeeringConnection

Description

 
Synopsis

Documentation

data VpcPeeringConnection Source #

Represents a peering connection between a VPC on one of your Amazon Web Services accounts and the VPC for your Amazon GameLift fleets. This record may be for an active peering connection or a pending connection that has not yet been established.

Related actions

All APIs by task

See: newVpcPeeringConnection smart constructor.

Constructors

VpcPeeringConnection' 

Fields

  • fleetArn :: Maybe Text

    The Amazon Resource Name (ARN) associated with the GameLift fleet resource for this connection.

  • fleetId :: Maybe Text

    A unique identifier for the fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.

  • gameLiftVpcId :: Maybe Text

    A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection. This VPC is managed by Amazon GameLift and does not appear in your Amazon Web Services account.

  • ipV4CidrBlock :: Maybe Text

    CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC. The peered VPC also has an IPv4 CIDR block associated with it; these blocks cannot overlap or the peering connection cannot be created.

  • peerVpcId :: Maybe Text

    A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the Amazon Web Services Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.

  • status :: Maybe VpcPeeringConnectionStatus

    The status information about the connection. Status indicates if a connection is pending, successful, or failed.

  • vpcPeeringConnectionId :: Maybe Text

    A unique identifier that is automatically assigned to the connection record. This ID is referenced in VPC peering connection events, and is used when deleting a connection.

Instances

Instances details
FromJSON VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

Generic VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

Associated Types

type Rep VpcPeeringConnection :: Type -> Type #

Read VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

Show VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

NFData VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

Methods

rnf :: VpcPeeringConnection -> () #

Eq VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

Hashable VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

type Rep VpcPeeringConnection Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringConnection

type Rep VpcPeeringConnection = D1 ('MetaData "VpcPeeringConnection" "Amazonka.GameLift.Types.VpcPeeringConnection" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "VpcPeeringConnection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fleetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "gameLiftVpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ipV4CidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "peerVpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcPeeringConnectionStatus)) :*: S1 ('MetaSel ('Just "vpcPeeringConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newVpcPeeringConnection :: VpcPeeringConnection Source #

Create a value of VpcPeeringConnection 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:fleetArn:VpcPeeringConnection', vpcPeeringConnection_fleetArn - The Amazon Resource Name (ARN) associated with the GameLift fleet resource for this connection.

$sel:fleetId:VpcPeeringConnection', vpcPeeringConnection_fleetId - A unique identifier for the fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.

$sel:gameLiftVpcId:VpcPeeringConnection', vpcPeeringConnection_gameLiftVpcId - A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection. This VPC is managed by Amazon GameLift and does not appear in your Amazon Web Services account.

$sel:ipV4CidrBlock:VpcPeeringConnection', vpcPeeringConnection_ipV4CidrBlock - CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC. The peered VPC also has an IPv4 CIDR block associated with it; these blocks cannot overlap or the peering connection cannot be created.

$sel:peerVpcId:VpcPeeringConnection', vpcPeeringConnection_peerVpcId - A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the Amazon Web Services Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.

$sel:status:VpcPeeringConnection', vpcPeeringConnection_status - The status information about the connection. Status indicates if a connection is pending, successful, or failed.

$sel:vpcPeeringConnectionId:VpcPeeringConnection', vpcPeeringConnection_vpcPeeringConnectionId - A unique identifier that is automatically assigned to the connection record. This ID is referenced in VPC peering connection events, and is used when deleting a connection.

vpcPeeringConnection_fleetArn :: Lens' VpcPeeringConnection (Maybe Text) Source #

The Amazon Resource Name (ARN) associated with the GameLift fleet resource for this connection.

vpcPeeringConnection_fleetId :: Lens' VpcPeeringConnection (Maybe Text) Source #

A unique identifier for the fleet. This ID determines the ID of the Amazon GameLift VPC for your fleet.

vpcPeeringConnection_gameLiftVpcId :: Lens' VpcPeeringConnection (Maybe Text) Source #

A unique identifier for the VPC that contains the Amazon GameLift fleet for this connection. This VPC is managed by Amazon GameLift and does not appear in your Amazon Web Services account.

vpcPeeringConnection_ipV4CidrBlock :: Lens' VpcPeeringConnection (Maybe Text) Source #

CIDR block of IPv4 addresses assigned to the VPC peering connection for the GameLift VPC. The peered VPC also has an IPv4 CIDR block associated with it; these blocks cannot overlap or the peering connection cannot be created.

vpcPeeringConnection_peerVpcId :: Lens' VpcPeeringConnection (Maybe Text) Source #

A unique identifier for a VPC with resources to be accessed by your GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the Amazon Web Services Management Console. Learn more about VPC peering in VPC Peering with GameLift Fleets.

vpcPeeringConnection_status :: Lens' VpcPeeringConnection (Maybe VpcPeeringConnectionStatus) Source #

The status information about the connection. Status indicates if a connection is pending, successful, or failed.

vpcPeeringConnection_vpcPeeringConnectionId :: Lens' VpcPeeringConnection (Maybe Text) Source #

A unique identifier that is automatically assigned to the connection record. This ID is referenced in VPC peering connection events, and is used when deleting a connection.