Class: Aws::EKS::Types::ArgoCdAwsIdcConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ArgoCdAwsIdcConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The response object containing IAM Identity CenterIAM; Identity Center configuration details for an Argo CD capability.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#idc_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance used for authentication.
-
#idc_managed_application_arn ⇒ String
The Amazon Resource Name (ARN) of the managed application created in IAM Identity CenterIAM; Identity Center for this Argo CD capability.
-
#idc_region ⇒ String
The Region where the IAM Identity CenterIAM; Identity Center instance is located.
Instance Attribute Details
#idc_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance used for authentication.
566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-eks/types.rb', line 566 class ArgoCdAwsIdcConfigResponse < Struct.new( :idc_instance_arn, :idc_region, :idc_managed_application_arn) SENSITIVE = [] include Aws::Structure end |
#idc_managed_application_arn ⇒ String
The Amazon Resource Name (ARN) of the managed application created in IAM Identity CenterIAM; Identity Center for this Argo CD capability. This application is automatically created and managed by Amazon EKS.
566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-eks/types.rb', line 566 class ArgoCdAwsIdcConfigResponse < Struct.new( :idc_instance_arn, :idc_region, :idc_managed_application_arn) SENSITIVE = [] include Aws::Structure end |
#idc_region ⇒ String
The Region where the IAM Identity CenterIAM; Identity Center instance is located.
566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-eks/types.rb', line 566 class ArgoCdAwsIdcConfigResponse < Struct.new( :idc_instance_arn, :idc_region, :idc_managed_application_arn) SENSITIVE = [] include Aws::Structure end |