interface IPeer
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GameLift.Alpha.IPeer |
Go | github.com/aws/aws-cdk-go/awscdkgameliftalpha/v2#IPeer |
Java | software.amazon.awscdk.services.gamelift.alpha.IPeer |
Python | aws_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
Name | Type | Description |
---|---|---|
unique | string | A unique identifier for this connection peer. |
uniqueId
Type:
string
A unique identifier for this connection peer.
Methods
Name | Description |
---|---|
to | Produce the ingress rule JSON for the given connection. |
toJson()
public toJson(): any
Returns
any
Produce the ingress rule JSON for the given connection.