Class: Aws::DataZone::Types::CustomAccountPoolHandler
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CustomAccountPoolHandler
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The custom Amazon Web Services Lambda handler within an account pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lambda_execution_role_arn ⇒ String
The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.
-
#lambda_function_arn ⇒ String
The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.
Instance Attribute Details
#lambda_execution_role_arn ⇒ String
The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.
5615 5616 5617 5618 5619 5620 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5615 class CustomAccountPoolHandler < Struct.new( :lambda_execution_role_arn, :lambda_function_arn) SENSITIVE = [] include Aws::Structure end |
#lambda_function_arn ⇒ String
The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.
5615 5616 5617 5618 5619 5620 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5615 class CustomAccountPoolHandler < Struct.new( :lambda_execution_role_arn, :lambda_function_arn) SENSITIVE = [] include Aws::Structure end |