Package | Description |
---|---|
com.hashicorp.cdktf |
java
|
Modifier and Type | Interface and Description |
---|---|
static interface |
IRemoteWorkspace.Jsii$Default
Internal default implementation for
IRemoteWorkspace . |
Modifier and Type | Class and Description |
---|---|
static class |
IRemoteWorkspace.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
NamedRemoteWorkspace |
class |
PrefixedRemoteWorkspaces |
Modifier and Type | Method and Description |
---|---|
IRemoteWorkspace |
DataTerraformRemoteStateRemoteConfig.Jsii$Proxy.getWorkspaces() |
IRemoteWorkspace |
RemoteBackendProps.getWorkspaces() |
IRemoteWorkspace |
RemoteBackendProps.Jsii$Proxy.getWorkspaces() |
Modifier and Type | Method and Description |
---|---|
DataTerraformRemoteStateRemoteConfig.Builder |
DataTerraformRemoteStateRemoteConfig.Builder.workspaces(IRemoteWorkspace workspaces)
Sets the value of
RemoteBackendProps.getWorkspaces() |
RemoteBackendProps.Builder |
RemoteBackendProps.Builder.workspaces(IRemoteWorkspace workspaces)
Sets the value of
RemoteBackendProps.getWorkspaces() |
DataTerraformRemoteState.Builder |
DataTerraformRemoteState.Builder.workspaces(IRemoteWorkspace workspaces) |
RemoteBackend.Builder |
RemoteBackend.Builder.workspaces(IRemoteWorkspace workspaces) |
Constructor and Description |
---|
Jsii$Proxy(Map<String,? extends Object> defaults,
String workspace,
String organization,
IRemoteWorkspace workspaces,
String hostname,
String token)
Constructor that initializes the object based on literal property values passed by the
DataTerraformRemoteStateRemoteConfig.Builder . |
Jsii$Proxy(String organization,
IRemoteWorkspace workspaces,
String hostname,
String token)
Constructor that initializes the object based on literal property values passed by the
RemoteBackendProps.Builder . |
Copyright © 2021. All rights reserved.