Class: Aws::SSMQuickSetup::Types::ConfigurationDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The ID of the configuration definition.

Returns:

  • (String)


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_arnString

The ARN of the IAM role used to administrate local configuration deployments.

Returns:

  • (String)


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_nameString

The name of the IAM role used to deploy local configurations.

Returns:

  • (String)


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

#parametersHash<String,String>

A list of key-value pairs containing the required parameters for the configuration type.

Returns:

  • (Hash<String,String>)


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

#typeString

The type of the Quick Setup configuration.

Returns:

  • (String)


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_versionString

The version of the Quick Setup type used.

Returns:

  • (String)


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