Class CfnScraper.EksConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.aps.CfnScraper.EksConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScraper.EksConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScraper.EksConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnScraper.EksConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScraper.EksConfigurationProperty
An implementation for
CfnScraper.EksConfigurationProperty-
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.aps.CfnScraper.EksConfigurationProperty
CfnScraper.EksConfigurationProperty.Builder, CfnScraper.EksConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScraper.EksConfigurationProperty.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 StringARN of the Amazon EKS cluster.A list of the security group IDs for the Amazon EKS cluster VPC configuration.A list of subnet IDs for the Amazon EKS cluster VPC configuration.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 theCfnScraper.EksConfigurationProperty.Builder.
-
-
Method Details
-
getClusterArn
Description copied from interface:CfnScraper.EksConfigurationPropertyARN of the Amazon EKS cluster.- Specified by:
getClusterArnin interfaceCfnScraper.EksConfigurationProperty- See Also:
-
getSubnetIds
Description copied from interface:CfnScraper.EksConfigurationPropertyA list of subnet IDs for the Amazon EKS cluster VPC configuration.- Specified by:
getSubnetIdsin interfaceCfnScraper.EksConfigurationProperty- See Also:
-
getSecurityGroupIds
Description copied from interface:CfnScraper.EksConfigurationPropertyA list of the security group IDs for the Amazon EKS cluster VPC configuration.- Specified by:
getSecurityGroupIdsin interfaceCfnScraper.EksConfigurationProperty- 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()
-