Class: Aws::SSMQuickSetup::Types::ConfigurationDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::ConfigurationDefinition
- Defined in:
- gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb
Overview
The definition of a Quick Setup configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the configuration definition.
-
#local_deployment_administration_role_arn ⇒ String
The ARN of the IAM role used to administrate local configuration deployments.
-
#local_deployment_execution_role_name ⇒ String
The name of the IAM role used to deploy local configurations.
-
#parameters ⇒ Hash<String,String>
A list of key-value pairs containing the required parameters for the configuration type.
-
#type ⇒ String
The type of the Quick Setup configuration.
-
#type_version ⇒ String
The version of the Quick Setup type used.
Instance Attribute Details
#id ⇒ String
The ID of the configuration definition.
56 57 58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 56 class ConfigurationDefinition < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :parameters, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#local_deployment_administration_role_arn ⇒ String
The ARN of the IAM role used to administrate local configuration deployments.
56 57 58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 56 class ConfigurationDefinition < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :parameters, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#local_deployment_execution_role_name ⇒ String
The name of the IAM role used to deploy local configurations.
56 57 58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 56 class ConfigurationDefinition < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :parameters, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
A list of key-value pairs containing the required parameters for the configuration type.
56 57 58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 56 class ConfigurationDefinition < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :parameters, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Quick Setup configuration.
56 57 58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 56 class ConfigurationDefinition < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :parameters, :type, :type_version) SENSITIVE = [] include Aws::Structure end |
#type_version ⇒ String
The version of the Quick Setup type used.
56 57 58 59 60 61 62 63 64 65 |
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 56 class ConfigurationDefinition < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :parameters, :type, :type_version) SENSITIVE = [] include Aws::Structure end |