@Stability(value=Stable) @Internal public static final class CfnServer.EngineAttributeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServer.EngineAttributeProperty
CfnServer.EngineAttributePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnServer.EngineAttributeProperty.Builder, CfnServer.EngineAttributeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnServer.EngineAttributeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnServer.EngineAttributeProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getName()
The name of the engine attribute.
|
String |
getValue()
The value of the engine attribute.
|
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(CfnServer.EngineAttributeProperty.Builder builder)
CfnServer.EngineAttributeProperty.Builder.public final String getName()
CfnServer.EngineAttributePropertyAttribute name for Chef Automate servers:
CHEF_AUTOMATE_ADMIN_PASSWORDAttribute names for Puppet Enterprise servers:
PUPPET_ADMIN_PASSWORDPUPPET_R10K_REMOTEPUPPET_R10K_PRIVATE_KEYgetName in interface CfnServer.EngineAttributePropertypublic final String getValue()
CfnServer.EngineAttributePropertyAttribute value for Chef Automate servers:
CHEF_AUTOMATE_PIVOTAL_KEY : A base64-encoded RSA public key. The corresponding private key is required to access the Chef API. You can generate this key by running the following OpenSSL command on Linux-based computers.
openssl genrsa -out *pivotal_key_file_name* .pem 2048
On Windows-based computers, you can use the PuTTYgen utility to generate a base64-encoded RSA private key. For more information, see PuTTYgen - Key Generator for PuTTY on Windows on SSH.com.
Attribute values for Puppet Enterprise servers:
PUPPET_ADMIN_PASSWORD : An administrator password that you can use to sign in to the Puppet Enterprise console webpage after the server is online. The password must use between 8 and 32 ASCII characters.PUPPET_R10K_REMOTE : The r10k remote is the URL of your control repository (for example, ssh://git@your.git-repo.com:user/control-repo.git). Specifying an r10k remote opens TCP port 8170.PUPPET_R10K_PRIVATE_KEY : If you are using a private Git repository, add PUPPET_R10K_PRIVATE_KEY to specify a PEM-encoded private SSH key.getValue in interface CfnServer.EngineAttributeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.