Interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.256Z") @Stability(Stable) public interface OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters.Builderstatic classOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters.Jsii$ProxyAn implementation forOsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters.Builderbuilder()StringgetOsShortName()The OS short name.default StringgetOsVersion()The OS version Prefix matches are supported if asterisk(*) is provided as the last character.
-
-
-
Method Detail
-
getOsShortName
@Stability(Stable) @NotNull String getOsShortName()
The OS short name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#os_short_name OsConfigOsPolicyAssignment#os_short_name}
-
getOsVersion
@Stability(Stable) @Nullable default String getOsVersion()
The OS version Prefix matches are supported if asterisk(*) is provided as the last character.For example, to match all versions with a major version of '7', specify the following value for this field '7.*' An empty string matches all OS versions. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#os_version OsConfigOsPolicyAssignment#os_version}
-
builder
@Stability(Stable) static OsConfigOsPolicyAssignmentOsPoliciesResourceGroupsInventoryFilters.Builder builder()
-
-