Class: Aws::AmplifyBackend::Types::CreateBackendStorageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendStorageRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Note:
When making an API call, you may pass CreateBackendStorageRequest data as a hash:
{
app_id: "__string", # required
backend_environment_name: "__string", # required
resource_config: { # required
bucket_name: "__string",
permissions: { # required
authenticated: ["READ"], # required, accepts READ, CREATE_AND_UPDATE, DELETE
un_authenticated: ["READ"], # accepts READ, CREATE_AND_UPDATE, DELETE
},
service_name: "S3", # required, accepts S3
},
resource_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_environment_name ⇒ String
-
#resource_config ⇒ Types::CreateBackendStorageResourceConfig
The resource configuration for creating backend storage.
-
#resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
1790 1791 1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1790 class CreateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1790 1791 1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1790 class CreateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::CreateBackendStorageResourceConfig
The resource configuration for creating backend storage.
1790 1791 1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1790 class CreateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
1790 1791 1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1790 class CreateBackendStorageRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |