@Internal public static final class CfnServerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServerProps
CfnServerPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnServerProps.Builder, CfnServerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String clusterId,
String kubeConfig,
String name,
String namespace,
String roleArn,
Number timeOut,
String valueOverrideUrl,
Object values,
String valueYaml,
String version,
CfnServerPropsVpcConfiguration vpcConfiguration)
Constructor that initializes the object based on literal property values passed by the
CfnServerProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClusterId()
EKS cluster name.
|
String |
getKubeConfig()
Secrets Manager ARN for kubeconfig file.
|
String |
getName()
Name for the helm release.
|
String |
getNamespace()
Namespace to use with helm.
|
String |
getRoleArn()
IAM to use with EKS cluster authentication, if not resource execution role will be used.
|
Number |
getTimeOut()
Timeout for resource provider.
|
String |
getValueOverrideUrl()
Custom Value Yaml file can optionally be specified.
|
Object |
getValues()
Custom Values can optionally be specified.
|
String |
getValueYaml()
String representation of a values.yaml file.
|
String |
getVersion()
Version can be specified, if not latest will be used.
|
CfnServerPropsVpcConfiguration |
getVpcConfiguration()
For network connectivity to Cluster inside VPC.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String clusterId, String kubeConfig, String name, String namespace, String roleArn, Number timeOut, String valueOverrideUrl, Object values, String valueYaml, String version, CfnServerPropsVpcConfiguration vpcConfiguration)
CfnServerProps.Builder.public final String getClusterId()
CfnServerPropsgetClusterId in interface CfnServerPropspublic final String getKubeConfig()
CfnServerPropsgetKubeConfig in interface CfnServerPropspublic final String getName()
CfnServerPropsgetName in interface CfnServerPropspublic final String getNamespace()
CfnServerPropsCreated if doesn't exist and default will be used if not provided
getNamespace in interface CfnServerPropspublic final String getRoleArn()
CfnServerPropsgetRoleArn in interface CfnServerPropspublic final Number getTimeOut()
CfnServerPropsDefault 60 mins
getTimeOut in interface CfnServerPropspublic final String getValueOverrideUrl()
CfnServerPropsgetValueOverrideUrl in interface CfnServerPropspublic final Object getValues()
CfnServerPropsgetValues in interface CfnServerPropspublic final String getValueYaml()
CfnServerPropsgetValueYaml in interface CfnServerPropspublic final String getVersion()
CfnServerPropsgetVersion in interface CfnServerPropspublic final CfnServerPropsVpcConfiguration getVpcConfiguration()
CfnServerPropsgetVpcConfiguration in interface CfnServerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.