Class: Aws::AppRunner::Types::VpcDNSTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::VpcDNSTarget
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
DNS Target record for a custom domain of this Amazon VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of your target DNS that is associated with the Amazon VPC.
-
#vpc_id ⇒ String
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
-
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
Instance Attribute Details
#domain_name ⇒ String
The domain name of your target DNS that is associated with the Amazon VPC.
3101 3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3101 class VpcDNSTarget < Struct.new( :vpc_ingress_connection_arn, :vpc_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
3101 3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3101 class VpcDNSTarget < Struct.new( :vpc_ingress_connection_arn, :vpc_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#vpc_ingress_connection_arn ⇒ String
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
3101 3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 3101 class VpcDNSTarget < Struct.new( :vpc_ingress_connection_arn, :vpc_id, :domain_name) SENSITIVE = [] include Aws::Structure end |