Describe Vpc Ingress Connection
apprunner_describe_vpc_ingress_connection | R Documentation |
Return a full description of an App Runner VPC Ingress Connection resource¶
Description¶
Return a full description of an App Runner VPC Ingress Connection resource.
Usage¶
Arguments¶
VpcIngressConnectionArn
[required] The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.
Value¶
A list with the following syntax:
list(
VpcIngressConnection = list(
VpcIngressConnectionArn = "string",
VpcIngressConnectionName = "string",
ServiceArn = "string",
Status = "AVAILABLE"|"PENDING_CREATION"|"PENDING_UPDATE"|"PENDING_DELETION"|"FAILED_CREATION"|"FAILED_UPDATE"|"FAILED_DELETION"|"DELETED",
AccountId = "string",
DomainName = "string",
IngressVpcConfiguration = list(
VpcId = "string",
VpcEndpointId = "string"
),
CreatedAt = as.POSIXct(
"2015-01-01"
),
DeletedAt = as.POSIXct(
"2015-01-01"
)
)
)