Class: Aws::MediaConnect::Types::CreateRouterNetworkInterfaceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier for the request to ensure idempotency.

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

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485

class CreateRouterNetworkInterfaceRequest < Struct.new(
  :name,
  :configuration,
  :region_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::RouterNetworkInterfaceConfiguration

The configuration settings for the router network interface.



1485
1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485

class CreateRouterNetworkInterfaceRequest < Struct.new(
  :name,
  :configuration,
  :region_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the router network interface.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485

class CreateRouterNetworkInterfaceRequest < Struct.new(
  :name,
  :configuration,
  :region_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The AWS Region for the router network interface. Defaults to the current region if not specified.

Returns:

  • (String)


1485
1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485

class CreateRouterNetworkInterfaceRequest < Struct.new(
  :name,
  :configuration,
  :region_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Key-value pairs that can be used to tag and organize this router network interface.

Returns:

  • (Hash<String,String>)


1485
1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1485

class CreateRouterNetworkInterfaceRequest < Struct.new(
  :name,
  :configuration,
  :region_name,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end