Class: Aws::Types::CreatePortalRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_context::Hash[::String, ::String]

Returns the value of attribute additional_encryption_context.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def additional_encryption_context
  @additional_encryption_context
end

#authentication_type"Standard", "IAM_Identity_Center"

Returns the value of attribute authentication_type.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def authentication_type
  @authentication_type
end

#client_token::String

Returns the value of attribute client_token.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def client_token
  @client_token
end

#customer_managed_key::String

Returns the value of attribute customer_managed_key.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def customer_managed_key
  @customer_managed_key
end

#display_name::String

Returns the value of attribute display_name.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def display_name
  @display_name
end

#instance_type"standard.regular", ...

Returns the value of attribute instance_type.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def instance_type
  @instance_type
end

#max_concurrent_sessions::Integer

Returns the value of attribute max_concurrent_sessions.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def max_concurrent_sessions
  @max_concurrent_sessions
end

#portal_custom_domain::String

Returns the value of attribute portal_custom_domain.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def portal_custom_domain
  @portal_custom_domain
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def tags
  @tags
end