Class: Aws::Odb::Types::UpdateOdbNetworkInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The new user-friendly name of the ODB network.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#odb_network_idString

The unique identifier of the ODB network to update.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#peered_cidrs_to_be_addedArray<String>

The list of CIDR ranges from the peered VPC that allow access to the ODB network.

Returns:

  • (Array<String>)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#peered_cidrs_to_be_removedArray<String>

The list of CIDR ranges from the peered VPC to remove from the ODB network.

Returns:

  • (Array<String>)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#s3_accessString

Specifies the updated configuration for Amazon S3 access from the ODB network.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#s3_policy_documentString

Specifies the updated endpoint policy for Amazon S3 access from the ODB network.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end

#zero_etl_accessString

Specifies the updated configuration for Zero-ETL access from the ODB network.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
# File 'lib/aws-sdk-odb/types.rb', line 5050

class UpdateOdbNetworkInput < Struct.new(
  :odb_network_id,
  :display_name,
  :peered_cidrs_to_be_added,
  :peered_cidrs_to_be_removed,
  :s3_access,
  :zero_etl_access,
  :s3_policy_document)
  SENSITIVE = []
  include Aws::Structure
end