Class: Aws::Types::EnvironmentBlueprintConfigurationItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_user_provided_configurationsBoolean

Returns the value of attribute allow_user_provided_configurations.

Returns:

  • (Boolean)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def allow_user_provided_configurations
  @allow_user_provided_configurations
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2256
2257
2258
# File 'sig/types.rbs', line 2256

def created_at
  @created_at
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def domain_id
  @domain_id
end

#enabled_regions::Array[::String]

Returns the value of attribute enabled_regions.

Returns:

  • (::Array[::String])


2253
2254
2255
# File 'sig/types.rbs', line 2253

def enabled_regions
  @enabled_regions
end

#environment_blueprint_id::String

Returns the value of attribute environment_blueprint_id.

Returns:

  • (::String)


2249
2250
2251
# File 'sig/types.rbs', line 2249

def environment_blueprint_id
  @environment_blueprint_id
end

#environment_role_permission_boundary::String

Returns the value of attribute environment_role_permission_boundary.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def environment_role_permission_boundary
  @environment_role_permission_boundary
end

#manage_access_role_arn::String

Returns the value of attribute manage_access_role_arn.

Returns:

  • (::String)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def manage_access_role_arn
  @manage_access_role_arn
end

#provisioning_configurations::Array[Types::ProvisioningConfiguration]

Returns the value of attribute provisioning_configurations.

Returns:



2259
2260
2261
# File 'sig/types.rbs', line 2259

def provisioning_configurations
  @provisioning_configurations
end

#provisioning_role_arn::String

Returns the value of attribute provisioning_role_arn.

Returns:

  • (::String)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def provisioning_role_arn
  @provisioning_role_arn
end

#regional_parameters::Hash[::String, ::Hash[::String, ::String]]

Returns the value of attribute regional_parameters.

Returns:

  • (::Hash[::String, ::Hash[::String, ::String]])


2254
2255
2256
# File 'sig/types.rbs', line 2254

def regional_parameters
  @regional_parameters
end

#resource_configurations::Array[Types::ResourceConfiguration]

Returns the value of attribute resource_configurations.

Returns:



2258
2259
2260
# File 'sig/types.rbs', line 2258

def resource_configurations
  @resource_configurations
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2257
2258
2259
# File 'sig/types.rbs', line 2257

def updated_at
  @updated_at
end