Class: Aws::SecurityHub::Types::AwsStepFunctionStateMachineDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsStepFunctionStateMachineDetails
- 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
-
#label ⇒ String
A user-defined or an auto-generated string that identifies a
Map
state. -
#logging_configuration ⇒ Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
Used to set CloudWatch Logs options.
-
#name ⇒ String
The name of the state machine.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
-
#state_machine_arn ⇒ String
The ARN that identifies the state machine.
-
#status ⇒ String
The current status of the state machine.
-
#tracing_configuration ⇒ Types::AwsStepFunctionStateMachineTracingConfigurationDetails
Specifies whether X-Ray tracing is enabled.
-
#type ⇒ String
The type of the state machine (STANDARD or EXPRESS).
Instance Attribute Details
#label ⇒ String
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.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#logging_configuration ⇒ Types::AwsStepFunctionStateMachineLoggingConfigurationDetails
Used to set CloudWatch Logs options.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the state machine.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role used when creating this state machine.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#state_machine_arn ⇒ String
The ARN that identifies the state machine.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the state machine.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#tracing_configuration ⇒ Types::AwsStepFunctionStateMachineTracingConfigurationDetails
Specifies whether X-Ray tracing is enabled.
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the state machine (STANDARD or EXPRESS).
21153 21154 21155 21156 21157 21158 21159 21160 21161 21162 21163 21164 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21153 class AwsStepFunctionStateMachineDetails < Struct.new( :label, :logging_configuration, :name, :role_arn, :state_machine_arn, :status, :tracing_configuration, :type) SENSITIVE = [] include Aws::Structure end |