VpcIngressConnectionAttributes
- class aws_cdk.aws_apprunner_alpha.VpcIngressConnectionAttributes(*, domain_name, status, vpc_ingress_connection_arn, vpc_ingress_connection_name)
Bases:
object
(experimental) Attributes for the App Runner VPC Ingress Connection.
- Parameters:
domain_name (
str
) – (experimental) The domain name associated with the VPC Ingress Connection resource.status (
str
) – (experimental) The current status of the VPC Ingress Connection.vpc_ingress_connection_arn (
str
) – (experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.vpc_ingress_connection_name (
str
) – (experimental) The name of the VPC Ingress Connection.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apprunner_alpha as apprunner_alpha vpc_ingress_connection_attributes = apprunner_alpha.VpcIngressConnectionAttributes( domain_name="domainName", status="status", vpc_ingress_connection_arn="vpcIngressConnectionArn", vpc_ingress_connection_name="vpcIngressConnectionName" )
Attributes
- domain_name
(experimental) The domain name associated with the VPC Ingress Connection resource.
- Stability:
experimental
- status
(experimental) The current status of the VPC Ingress Connection.
- Stability:
experimental
- vpc_ingress_connection_arn
(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.
- Stability:
experimental
- vpc_ingress_connection_name
(experimental) The name of the VPC Ingress Connection.
- Stability:
experimental