Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Provides details about an Step Functions state machine, which is a workflow consisting of a series of event- driven steps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

A user-defined or an auto-generated string that identifies a Map state. This parameter is present only if the stateMachineArn specified in input is a qualified state machine ARN.

Returns:

  • (String)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#logging_configurationTypes::AwsStepFunctionStateMachineLoggingConfigurationDetails

Used to set CloudWatch Logs options.



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the state machine.

Returns:

  • (String)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.

Returns:

  • (String)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#state_machine_arnString

The ARN that identifies the state machine.

Returns:

  • (String)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the state machine.

Returns:

  • (String)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tracing_configurationTypes::AwsStepFunctionStateMachineTracingConfigurationDetails

Specifies whether X-Ray tracing is enabled.



21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the state machine (STANDARD or EXPRESS).

Returns:

  • (String)


21120
21121
21122
21123
21124
21125
21126
21127
21128
21129
21130
21131
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21120

class AwsStepFunctionStateMachineDetails < Struct.new(
  :label,
  :logging_configuration,
  :name,
  :role_arn,
  :state_machine_arn,
  :status,
  :tracing_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end