@Stability(value=Stable) @Internal public static final class CfnApp.SourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApp.SourceProperty
CfnApp.SourcePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApp.SourceProperty.Builder, CfnApp.SourceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApp.SourceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApp.DataSourceProperty.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 |
getPassword()
When included in a request, the parameter depends on the repository type.
|
String |
getRevision()
The application's version.
|
String |
getSshKey()
In requests, the repository's SSH key.
|
String |
getType()
The repository type.
|
String |
getUrl()
The source URL.
|
String |
getUsername()
This parameter depends on the repository type.
|
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(CfnApp.SourceProperty.Builder builder)
CfnApp.DataSourceProperty.Builder.public final String getPassword()
CfnApp.SourceProperty
Password to the appropriate IAM secret access key.Password to the password.For more information on how to safely handle IAM credentials, see .
In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
getPassword in interface CfnApp.SourcePropertypublic final String getRevision()
CfnApp.SourcePropertyAWS OpsWorks Stacks enables you to easily deploy new versions of an application. One of the simplest approaches is to have branches or revisions in your repository that represent different versions that can potentially be deployed.
getRevision in interface CfnApp.SourcePropertypublic final String getSshKey()
CfnApp.SourceProperty
In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.
getSshKey in interface CfnApp.SourcePropertypublic final String getType()
CfnApp.SourcePropertygetType in interface CfnApp.SourcePropertypublic final String getUrl()
CfnApp.SourceProperty
The following is an example of an Amazon S3 source URL: https://s3.amazonaws.com/opsworks-demo-bucket/opsworks_cookbook_demo.tar.gz .
getUrl in interface CfnApp.SourcePropertypublic final String getUsername()
CfnApp.SourceProperty
Username to the appropriate IAM access key ID.Username to the user name.getUsername in interface CfnApp.SourceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.