class Aws::GameLift::Types::VpcPeeringAuthorization

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**

CreateVpcPeeringAuthorization | DescribeVpcPeeringAuthorizations | DeleteVpcPeeringAuthorization | CreateVpcPeeringConnection | DescribeVpcPeeringConnections | DeleteVpcPeeringConnection | [All APIs by task]

[1]: docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets

@!attribute [rw] game_lift_aws_account_id

A unique identifier for the AWS account that you use to manage your
GameLift fleet. You can find your Account ID in the AWS Management
Console under account settings.
@return [String]

@!attribute [rw] peer_vpc_aws_account_id

@return [String]

@!attribute [rw] peer_vpc_id

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][1] in the AWS Management
Console. Learn more about VPC peering in [VPC Peering with GameLift
Fleets][2].

[1]: https://console.aws.amazon.com/vpc/
[2]: https://docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html
@return [String]

@!attribute [rw] creation_time

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

@!attribute [rw] expiration_time

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"`).
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/VpcPeeringAuthorization AWS API Documentation

Constants

SENSITIVE