Class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
@Stability(Stable) @Internal public static final class OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
An implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
-
-
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.os_config_os_policy_assignment.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Builder, OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.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)List<String>getArgs()Optional arguments to pass to the source during execution.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFilegetFile()file block.StringgetInterpreter()The script interpreter to use.StringgetOutputFilePath()Only recorded for enforce Exec.StringgetScript()An inline script.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(OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce.Builder.
-
-
Method Detail
-
getInterpreter
public final String getInterpreter()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceThe script interpreter to use. Possible values: ["INTERPRETER_UNSPECIFIED", "NONE", "SHELL", "POWERSHELL"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#interpreter OsConfigOsPolicyAssignment#interpreter}
- Specified by:
getInterpreterin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
-
getArgs
public final List<String> getArgs()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceOptional arguments to pass to the source during execution.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#args OsConfigOsPolicyAssignment#args}
- Specified by:
getArgsin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
-
getFile
public final OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceFile getFile()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforcefile block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#file OsConfigOsPolicyAssignment#file}
- Specified by:
getFilein interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
-
getOutputFilePath
public final String getOutputFilePath()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceOnly recorded for enforce Exec.Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 100K bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#output_file_path OsConfigOsPolicyAssignment#output_file_path}
- Specified by:
getOutputFilePathin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
-
getScript
public final String getScript()
Description copied from interface:OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforceAn inline script. The size of the script is limited to 1024 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#script OsConfigOsPolicyAssignment#script}
- Specified by:
getScriptin interfaceOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesExecEnforce
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-