Class: Aws::Odb::Types::UpdateOdbNetworkInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateOdbNetworkInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The new user-friendly name of the ODB network.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network to update.
-
#peered_cidrs_to_be_added ⇒ Array<String>
The list of CIDR ranges from the peered VPC that allow access to the ODB network.
-
#peered_cidrs_to_be_removed ⇒ Array<String>
The list of CIDR ranges from the peered VPC to remove from the ODB network.
-
#s3_access ⇒ String
Specifies the updated configuration for Amazon S3 access from the ODB network.
-
#s3_policy_document ⇒ String
Specifies the updated endpoint policy for Amazon S3 access from the ODB network.
-
#zero_etl_access ⇒ String
Specifies the updated configuration for Zero-ETL access from the ODB network.
Instance Attribute Details
#display_name ⇒ String
The new user-friendly name of the ODB network.
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_id ⇒ String
The unique identifier of the ODB network to update.
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_added ⇒ Array<String>
The list of CIDR ranges from the peered VPC that allow access to the ODB network.
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_removed ⇒ Array<String>
The list of CIDR ranges from the peered VPC to remove from the ODB network.
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_access ⇒ String
Specifies the updated configuration for Amazon S3 access from the ODB network.
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_document ⇒ String
Specifies the updated endpoint policy for Amazon S3 access from the ODB network.
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_access ⇒ String
Specifies the updated configuration for Zero-ETL access from the ODB network.
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 |