Class: Aws::RTBFabric::Types::CreateOutboundExternalLinkRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::LinkAttributes

Attributes of the link.



613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

If you don't provide this value, then Amazon Web Services generates a random one for you.

If you retry the operation with the same clientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#log_settingsTypes::LinkLogSettings

Settings for the application logs.



613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#public_endpointString

The public endpoint of the link.

Returns:

  • (String)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of the key-value pairs of the tag or tags to assign to the resource.

Returns:

  • (Hash<String,String>)


613
614
615
616
617
618
619
620
621
622
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 613

class CreateOutboundExternalLinkRequest < Struct.new(
  :client_token,
  :gateway_id,
  :attributes,
  :public_endpoint,
  :log_settings,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end