public interface TerraformOutputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSensitive()
public abstract boolean getSensitive()Identifies whether Terraform has set this output as a potential sensitive value.
bool sensitive = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The sensitive. |
getValue()
public abstract Value getValue()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
Value |
The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
hasValue()
public abstract boolean hasValue()Value of output.
.google.protobuf.Value value = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |