Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.274Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi.Builderbuilder()default List<String>getProperties()Additional properties to use during installation.OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsiSourcegetSource()source block.
-
-
-
Method Detail
-
getSource
@Stability(Stable) @NotNull OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsiSource 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}
-
getProperties
@Stability(Stable) @Nullable default List<String> getProperties()
Additional properties to use during installation.This should be in the format of Property=Setting. Appended to the defaults of 'ACTION=INSTALL REBOOT=ReallySuppress'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#properties OsConfigOsPolicyAssignment#properties}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsResourcesPkgMsi.Builder builder()
-
-