Class: Aws::EKS::Types::ArgoCdAwsIdcConfigResponse

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

Instance Attribute Details

#idc_instance_arnString

The Amazon Resource Name (ARN) of the IAM Identity CenterIAM; Identity Center instance used for authentication.

Returns:

  • (String)


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_arnString

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.

Returns:

  • (String)


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_regionString

The Region where the IAM Identity CenterIAM; Identity Center instance is located.

Returns:

  • (String)


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