@Stability(value=Experimental) @Internal public static final class DataTerraformRemoteStateOssConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataTerraformRemoteStateOssConfig
DataTerraformRemoteStateOssConfig
software.amazon.jsii.JsiiObject.InitializationMode
DataTerraformRemoteStateOssConfig.Builder, DataTerraformRemoteStateOssConfig.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(Map<String,? extends Object> defaults,
String workspace,
String bucket,
String accessKey,
String acl,
OssAssumeRole assumeRole,
String ecsRoleName,
Boolean encrypt,
String endpoint,
String key,
String prefix,
String profile,
String region,
String secretKey,
String securityToken,
String sharedCredentialsFile,
String tablestoreEndpoint,
String tablestoreTable)
Constructor that initializes the object based on literal property values passed by the
DataTerraformRemoteStateOssConfig.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccessKey() |
String |
getAcl() |
OssAssumeRole |
getAssumeRole() |
String |
getBucket() |
Map<String,Object> |
getDefaults() |
String |
getEcsRoleName() |
Boolean |
getEncrypt() |
String |
getEndpoint() |
String |
getKey() |
String |
getPrefix() |
String |
getProfile() |
String |
getRegion() |
String |
getSecretKey() |
String |
getSecurityToken() |
String |
getSharedCredentialsFile() |
String |
getTablestoreEndpoint() |
String |
getTablestoreTable() |
String |
getWorkspace() |
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(Map<String,? extends Object> defaults, String workspace, String bucket, String accessKey, String acl, OssAssumeRole assumeRole, String ecsRoleName, Boolean encrypt, String endpoint, String key, String prefix, String profile, String region, String secretKey, String securityToken, String sharedCredentialsFile, String tablestoreEndpoint, String tablestoreTable)
DataTerraformRemoteStateOssConfig.Builder
.public final Map<String,Object> getDefaults()
getDefaults
in interface DataTerraformRemoteStateConfig
public final String getWorkspace()
getWorkspace
in interface DataTerraformRemoteStateConfig
public final String getBucket()
getBucket
in interface OssBackendProps
public final String getAccessKey()
getAccessKey
in interface OssBackendProps
public final String getAcl()
getAcl
in interface OssBackendProps
public final OssAssumeRole getAssumeRole()
getAssumeRole
in interface OssBackendProps
public final String getEcsRoleName()
getEcsRoleName
in interface OssBackendProps
public final Boolean getEncrypt()
getEncrypt
in interface OssBackendProps
public final String getEndpoint()
getEndpoint
in interface OssBackendProps
public final String getKey()
getKey
in interface OssBackendProps
public final String getPrefix()
getPrefix
in interface OssBackendProps
public final String getProfile()
getProfile
in interface OssBackendProps
public final String getRegion()
getRegion
in interface OssBackendProps
public final String getSecretKey()
getSecretKey
in interface OssBackendProps
public final String getSecurityToken()
getSecurityToken
in interface OssBackendProps
public final String getSharedCredentialsFile()
getSharedCredentialsFile
in interface OssBackendProps
public final String getTablestoreEndpoint()
getTablestoreEndpoint
in interface OssBackendProps
public final String getTablestoreTable()
getTablestoreTable
in interface OssBackendProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.