Class: Aws::SSMQuickSetup::Types::UpdateConfigurationDefinitionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMQuickSetup::Types::UpdateConfigurationDefinitionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmquicksetup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the configuration definition you want to update.
-
#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.
-
#manager_arn ⇒ String
The ARN of the configuration manager associated with the definition to update.
-
#parameters ⇒ Hash<String,String>
The parameters for the configuration definition type.
-
#type_version ⇒ String
The version of the Quick Setup type to use.
Instance Attribute Details
#id ⇒ String
The ID of the configuration definition you want to update.
1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336 class UpdateConfigurationDefinitionInput < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :manager_arn, :parameters, :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.
1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336 class UpdateConfigurationDefinitionInput < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :manager_arn, :parameters, :type_version) SENSITIVE = [] include Aws::Structure end |
#local_deployment_execution_role_name ⇒ String
The name of the IAM role used to deploy local configurations.
1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336 class UpdateConfigurationDefinitionInput < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :manager_arn, :parameters, :type_version) SENSITIVE = [] include Aws::Structure end |
#manager_arn ⇒ String
The ARN of the configuration manager associated with the definition to update.
1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336 class UpdateConfigurationDefinitionInput < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :manager_arn, :parameters, :type_version) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters for the configuration definition type.
1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336 class UpdateConfigurationDefinitionInput < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :manager_arn, :parameters, :type_version) SENSITIVE = [] include Aws::Structure end |
#type_version ⇒ String
The version of the Quick Setup type to use.
1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-ssmquicksetup/types.rb', line 1336 class UpdateConfigurationDefinitionInput < Struct.new( :id, :local_deployment_administration_role_arn, :local_deployment_execution_role_name, :manager_arn, :parameters, :type_version) SENSITIVE = [] include Aws::Structure end |