Class: Aws::AppRunner::Types::DescribeCustomDomainsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domainsArray<Types::CustomDomain>

A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to MaxResults records per call.

Returns:



1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1202

class DescribeCustomDomainsResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domains,
  :vpc_dns_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#dns_targetString

The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.

Returns:

  • (String)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1202

class DescribeCustomDomainsResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domains,
  :vpc_dns_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

Returns:

  • (String)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1202

class DescribeCustomDomainsResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domains,
  :vpc_dns_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.

Returns:

  • (String)


1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1202

class DescribeCustomDomainsResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domains,
  :vpc_dns_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_dns_targetsArray<Types::VpcDNSTarget>

DNS Target records for the custom domains of this Amazon VPC.

Returns:



1202
1203
1204
1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1202

class DescribeCustomDomainsResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domains,
  :vpc_dns_targets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end