Class CfnCapability.AwsIdcProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnCapability.AwsIdcProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCapability.AwsIdcProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCapability.AwsIdcProperty
@Stability(Stable)
@Internal
public static final class CfnCapability.AwsIdcProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCapability.AwsIdcProperty
An implementation for
CfnCapability.AwsIdcProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnCapability.AwsIdcProperty
CfnCapability.AwsIdcProperty.Builder, CfnCapability.AwsIdcProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCapability.AwsIdcProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the IAM Identity Center instance to use for authentication.final StringThe ARN of the managed application created in IAM Identity Center for this Argo CD capability.final StringThe Region where your IAM Identity Center instance is located.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCapability.AwsIdcProperty.Builder.
-
-
Method Details
-
getIdcInstanceArn
Description copied from interface:CfnCapability.AwsIdcPropertyThe ARN of the IAM Identity Center instance to use for authentication.- Specified by:
getIdcInstanceArnin interfaceCfnCapability.AwsIdcProperty- See Also:
-
getIdcManagedApplicationArn
Description copied from interface:CfnCapability.AwsIdcPropertyThe ARN of the managed application created in IAM Identity Center for this Argo CD capability.This application is automatically created and managed by EKS.
- Specified by:
getIdcManagedApplicationArnin interfaceCfnCapability.AwsIdcProperty- See Also:
-
getIdcRegion
Description copied from interface:CfnCapability.AwsIdcPropertyThe Region where your IAM Identity Center instance is located.- Specified by:
getIdcRegionin interfaceCfnCapability.AwsIdcProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-