Class: Aws::Odb::Types::ManagedServices
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ManagedServices
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
The managed services configuration for the ODB network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_s3_backup_access ⇒ Types::ManagedS3BackupAccess
The managed Amazon S3 backup access configuration.
-
#managed_services_ipv_4_cidrs ⇒ Array<String>
The IPv4 CIDR blocks for the managed services.
-
#resource_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
-
#s3_access ⇒ Types::S3Access
The Amazon S3 access configuration.
-
#service_network_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
-
#service_network_endpoint ⇒ Types::ServiceNetworkEndpoint
The service network endpoint configuration.
-
#zero_etl_access ⇒ Types::ZeroEtlAccess
The Zero-ETL access configuration.
Instance Attribute Details
#managed_s3_backup_access ⇒ Types::ManagedS3BackupAccess
The managed Amazon S3 backup access configuration.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |
#managed_services_ipv_4_cidrs ⇒ Array<String>
The IPv4 CIDR blocks for the managed services.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |
#resource_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the resource gateway.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |
#s3_access ⇒ Types::S3Access
The Amazon S3 access configuration.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |
#service_network_arn ⇒ String
The Amazon Resource Name (ARN) of the service network.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |
#service_network_endpoint ⇒ Types::ServiceNetworkEndpoint
The service network endpoint configuration.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |
#zero_etl_access ⇒ Types::ZeroEtlAccess
The Zero-ETL access configuration.
4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 4229 class ManagedServices < Struct.new( :service_network_arn, :resource_gateway_arn, :managed_services_ipv_4_cidrs, :service_network_endpoint, :managed_s3_backup_access, :zero_etl_access, :s3_access) SENSITIVE = [] include Aws::Structure end |