Class: Aws::AppRunner::Types::VpcDNSTarget

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The domain name of your target DNS that is associated with the Amazon VPC.

Returns:

  • (String)


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_idString

The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.

Returns:

  • (String)


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