Class: Aws::AmplifyBackend::Types::CreateBackendStorageResourceConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The resource configuration for creating backend storage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)


1312
1313
1314
1315
1316
1317
1318
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1312

class CreateBackendStorageResourceConfig < Struct.new(
  :bucket_name,
  :permissions,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsTypes::BackendStoragePermissions

The authorization configuration for the storage S3 bucket.



1312
1313
1314
1315
1316
1317
1318
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1312

class CreateBackendStorageResourceConfig < Struct.new(
  :bucket_name,
  :permissions,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the storage service.

Returns:

  • (String)


1312
1313
1314
1315
1316
1317
1318
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1312

class CreateBackendStorageResourceConfig < Struct.new(
  :bucket_name,
  :permissions,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end