Class: Aws::Types::PutEnvironmentBlueprintConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::PutEnvironmentBlueprintConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_user_provided_configurations ⇒ Boolean
Returns the value of attribute allow_user_provided_configurations.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#enabled_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_regions.
-
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
-
#environment_role_permission_boundary ⇒ ::String
Returns the value of attribute environment_role_permission_boundary.
-
#global_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute global_parameters.
-
#manage_access_role_arn ⇒ ::String
Returns the value of attribute manage_access_role_arn.
-
#provisioning_configurations ⇒ ::Array[Types::ProvisioningConfiguration]
Returns the value of attribute provisioning_configurations.
-
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
-
#regional_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute regional_parameters.
-
#resource_configurations ⇒ ::Array[Types::PutResourceConfiguration]
Returns the value of attribute resource_configurations.
Instance Attribute Details
#allow_user_provided_configurations ⇒ Boolean
Returns the value of attribute allow_user_provided_configurations.
5048 5049 5050 |
# File 'sig/types.rbs', line 5048 def allow_user_provided_configurations @allow_user_provided_configurations end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
5040 5041 5042 |
# File 'sig/types.rbs', line 5040 def domain_identifier @domain_identifier end |
#enabled_regions ⇒ ::Array[::String]
Returns the value of attribute enabled_regions.
5045 5046 5047 |
# File 'sig/types.rbs', line 5045 def enabled_regions @enabled_regions end |
#environment_blueprint_identifier ⇒ ::String
Returns the value of attribute environment_blueprint_identifier.
5041 5042 5043 |
# File 'sig/types.rbs', line 5041 def environment_blueprint_identifier @environment_blueprint_identifier end |
#environment_role_permission_boundary ⇒ ::String
Returns the value of attribute environment_role_permission_boundary.
5044 5045 5046 |
# File 'sig/types.rbs', line 5044 def @environment_role_permission_boundary end |
#global_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute global_parameters.
5049 5050 5051 |
# File 'sig/types.rbs', line 5049 def global_parameters @global_parameters end |
#manage_access_role_arn ⇒ ::String
Returns the value of attribute manage_access_role_arn.
5043 5044 5045 |
# File 'sig/types.rbs', line 5043 def manage_access_role_arn @manage_access_role_arn end |
#provisioning_configurations ⇒ ::Array[Types::ProvisioningConfiguration]
Returns the value of attribute provisioning_configurations.
5050 5051 5052 |
# File 'sig/types.rbs', line 5050 def provisioning_configurations @provisioning_configurations end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
5042 5043 5044 |
# File 'sig/types.rbs', line 5042 def provisioning_role_arn @provisioning_role_arn end |
#regional_parameters ⇒ ::Hash[::String, ::Hash[::String, ::String]]
Returns the value of attribute regional_parameters.
5046 5047 5048 |
# File 'sig/types.rbs', line 5046 def regional_parameters @regional_parameters end |
#resource_configurations ⇒ ::Array[Types::PutResourceConfiguration]
Returns the value of attribute resource_configurations.
5047 5048 5049 |
# File 'sig/types.rbs', line 5047 def resource_configurations @resource_configurations end |