Class SccFolderCustomModuleCustomConfigCustomOutputProperties.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.scc_folder_custom_module.SccFolderCustomModuleCustomConfigCustomOutputProperties.Jsii$Proxy
-
- All Implemented Interfaces:
SccFolderCustomModuleCustomConfigCustomOutputProperties,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SccFolderCustomModuleCustomConfigCustomOutputProperties
@Stability(Stable) @Internal public static final class SccFolderCustomModuleCustomConfigCustomOutputProperties.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SccFolderCustomModuleCustomConfigCustomOutputProperties
An implementation forSccFolderCustomModuleCustomConfigCustomOutputProperties
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.scc_folder_custom_module.SccFolderCustomModuleCustomConfigCustomOutputProperties
SccFolderCustomModuleCustomConfigCustomOutputProperties.Builder, SccFolderCustomModuleCustomConfigCustomOutputProperties.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SccFolderCustomModuleCustomConfigCustomOutputProperties.Builder builder)Constructor that initializes the object based on literal property values passed by theSccFolderCustomModuleCustomConfigCustomOutputProperties.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetName()Name of the property for the custom output.SccFolderCustomModuleCustomConfigCustomOutputPropertiesValueExpressiongetValueExpression()value_expression block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SccFolderCustomModuleCustomConfigCustomOutputProperties.Builder builder)
Constructor that initializes the object based on literal property values passed by theSccFolderCustomModuleCustomConfigCustomOutputProperties.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:SccFolderCustomModuleCustomConfigCustomOutputPropertiesName of the property for the custom output.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#name SccFolderCustomModule#name}
- Specified by:
getNamein interfaceSccFolderCustomModuleCustomConfigCustomOutputProperties
-
getValueExpression
public final SccFolderCustomModuleCustomConfigCustomOutputPropertiesValueExpression getValueExpression()
Description copied from interface:SccFolderCustomModuleCustomConfigCustomOutputPropertiesvalue_expression block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#value_expression SccFolderCustomModule#value_expression}
- Specified by:
getValueExpressionin interfaceSccFolderCustomModuleCustomConfigCustomOutputProperties
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-