@aws-cdk_aws-gamelift-alpha.IPeer

interface IPeer ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.GameLift.Alpha.IPeer
Gogithub.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#IPeer
Javasoftware.amazon.awscdk.services.gamelift.alpha.IPeer
Pythonaws_cdk.aws_gamelift_alpha.IPeer
TypeScript (source)@aws-cdk/aws-gamelift-alpha ยป IPeer

Obtainable from Peer.anyIpv4(), Peer.ipv4()

Interface for classes that provide the peer-specification parts of an inbound permission.

Properties

NameTypeDescription
uniqueId๐Ÿ”นstringA unique identifier for this connection peer.

uniqueId๐Ÿ”น

Type: string

A unique identifier for this connection peer.

Methods

NameDescription
toJson()๐Ÿ”นProduce the ingress rule JSON for the given connection.

toJson()๐Ÿ”น

public toJson(): any

Returns

  • any

Produce the ingress rule JSON for the given connection.