GatewayRouteRef

public struct GatewayRouteRef : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The full Amazon Resource Name (ARN) for the gateway route.

    Declaration

    Swift

    public let arn: String
  • The Unix epoch timestamp in seconds for when the resource was created.

    Declaration

    Swift

    public let createdAt: TimeStamp
  • The name of the gateway route.

    Declaration

    Swift

    public let gatewayRouteName: String
  • The Unix epoch timestamp in seconds for when the resource was last updated.

    Declaration

    Swift

    public let lastUpdatedAt: TimeStamp
  • The name of the service mesh that the resource resides in.

    Declaration

    Swift

    public let meshName: String
  • The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it’s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

    Declaration

    Swift

    public let meshOwner: String
  • The AWS IAM account ID of the resource owner. If the account ID is not your own, then it’s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.

    Declaration

    Swift

    public let resourceOwner: String
  • The version of the resource. Resources are created at version 1, and this version is incremented each time that they’re updated.

    Declaration

    Swift

    public let version: Int64
  • The virtual gateway that the gateway route is associated with.

    Declaration

    Swift

    public let virtualGatewayName: String
  • Undocumented

    Declaration

    Swift

    public init(arn: String, createdAt: TimeStamp, gatewayRouteName: String, lastUpdatedAt: TimeStamp, meshName: String, meshOwner: String, resourceOwner: String, version: Int64, virtualGatewayName: String)