Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.272Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb.Builderbuilder()default ObjectgetPullDeps()Whether dependencies should also be installed.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDebSourcegetSource()source block.
-
-
-
Method Detail
-
getSource
@Stability(Stable) @NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDebSource getSource()
source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#source OsConfigOsPolicyAssignment#source}
-
getPullDeps
@Stability(Stable) @Nullable default Object getPullDeps()
Whether dependencies should also be installed.* install when false: 'dpkg -i package' - install when true: 'apt-get update && apt-get -y install package.deb' Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#pull_deps OsConfigOsPolicyAssignment#pull_deps}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgDeb.Builder builder()
-
-