Class: Aws::AmplifyBackend::Types::CreateBackendStorageResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendStorageResourceConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The resource configuration for creating backend storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the S3 bucket.
-
#permissions ⇒ Types::BackendStoragePermissions
The authorization configuration for the storage S3 bucket.
-
#service_name ⇒ String
The name of the storage service.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket.
1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1312 class CreateBackendStorageResourceConfig < Struct.new( :bucket_name, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Types::BackendStoragePermissions
The authorization configuration for the storage S3 bucket.
1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1312 class CreateBackendStorageResourceConfig < Struct.new( :bucket_name, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the storage service.
1312 1313 1314 1315 1316 1317 1318 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 1312 class CreateBackendStorageResourceConfig < Struct.new( :bucket_name, :permissions, :service_name) SENSITIVE = [] include Aws::Structure end |