Class: Aws::Repostspace::Types::CreateSpaceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name, :tags]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the private re:Post. This is used only to help you identify this private re:Post.

Returns:

  • (String)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end

#nameString

The name for the private re:Post. This must be unique in your account.

Returns:

  • (String)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end

#role_arnString

The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

Returns:

  • (String)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end

#subdomainString

The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.

Returns:

  • (String)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end

#tagsHash<String,String>

The list of tags associated with the private re:Post.

Returns:

  • (Hash<String,String>)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end

#tierString

The pricing tier for the private re:Post.

Returns:

  • (String)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end

#user_kms_keyString

The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.

Returns:

  • (String)


87
88
89
90
91
92
93
94
95
96
97
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 87

class CreateSpaceInput < Struct.new(
  :description,
  :name,
  :role_arn,
  :subdomain,
  :tags,
  :tier,
  :user_kms_key)
  SENSITIVE = [:description, :name, :tags]
  include Aws::Structure
end