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.VpcPeeringAuthorization

Description

 
Synopsis

Documentation

data VpcPeeringAuthorization Source #

Represents an authorization for a VPC peering connection between the VPC for an Amazon GameLift fleet and another VPC on an account you have access to. This authorization must exist and be valid for the peering connection to be established. Authorizations are valid for 24 hours after they are issued.

Related actions

All APIs by task

See: newVpcPeeringAuthorization smart constructor.

Constructors

VpcPeeringAuthorization' 

Fields

  • creationTime :: Maybe POSIX

    Time stamp indicating when this authorization was issued. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

  • expirationTime :: Maybe POSIX

    Time stamp indicating when this authorization expires (24 hours after issuance). Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

  • gameLiftAwsAccountId :: Maybe Text

    A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.

  • peerVpcAwsAccountId :: Maybe Text

    The authorization's peer VPC Amazon Web Services account ID.

  • 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.

Instances

Instances details
FromJSON VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

Generic VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

Associated Types

type Rep VpcPeeringAuthorization :: Type -> Type #

Read VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

Show VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

NFData VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

Methods

rnf :: VpcPeeringAuthorization -> () #

Eq VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

Hashable VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

type Rep VpcPeeringAuthorization Source # 
Instance details

Defined in Amazonka.GameLift.Types.VpcPeeringAuthorization

type Rep VpcPeeringAuthorization = D1 ('MetaData "VpcPeeringAuthorization" "Amazonka.GameLift.Types.VpcPeeringAuthorization" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "VpcPeeringAuthorization'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "gameLiftAwsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "peerVpcAwsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "peerVpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newVpcPeeringAuthorization :: VpcPeeringAuthorization Source #

Create a value of VpcPeeringAuthorization 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:creationTime:VpcPeeringAuthorization', vpcPeeringAuthorization_creationTime - Time stamp indicating when this authorization was issued. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

$sel:expirationTime:VpcPeeringAuthorization', vpcPeeringAuthorization_expirationTime - Time stamp indicating when this authorization expires (24 hours after issuance). Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

$sel:gameLiftAwsAccountId:VpcPeeringAuthorization', vpcPeeringAuthorization_gameLiftAwsAccountId - A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.

$sel:peerVpcAwsAccountId:VpcPeeringAuthorization', vpcPeeringAuthorization_peerVpcAwsAccountId - The authorization's peer VPC Amazon Web Services account ID.

$sel:peerVpcId:VpcPeeringAuthorization', vpcPeeringAuthorization_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.

vpcPeeringAuthorization_creationTime :: Lens' VpcPeeringAuthorization (Maybe UTCTime) Source #

Time stamp indicating when this authorization was issued. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

vpcPeeringAuthorization_expirationTime :: Lens' VpcPeeringAuthorization (Maybe UTCTime) Source #

Time stamp indicating when this authorization expires (24 hours after issuance). Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

vpcPeeringAuthorization_gameLiftAwsAccountId :: Lens' VpcPeeringAuthorization (Maybe Text) Source #

A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings.

vpcPeeringAuthorization_peerVpcAwsAccountId :: Lens' VpcPeeringAuthorization (Maybe Text) Source #

The authorization's peer VPC Amazon Web Services account ID.

vpcPeeringAuthorization_peerVpcId :: Lens' VpcPeeringAuthorization (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.