Interface OsConfigOsPolicyAssignmentInstanceFilter

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    OsConfigOsPolicyAssignmentInstanceFilter.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.252Z")
    @Stability(Stable)
    public interface OsConfigOsPolicyAssignmentInstanceFilter
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAll

        @Stability(Stable)
        @Nullable
        default Object getAll()
        Target all VMs in the project. If true, no other criteria is permitted.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#all OsConfigOsPolicyAssignment#all}

      • getExclusionLabels

        @Stability(Stable)
        @Nullable
        default Object getExclusionLabels()
        exclusion_labels block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#exclusion_labels OsConfigOsPolicyAssignment#exclusion_labels}

      • getInclusionLabels

        @Stability(Stable)
        @Nullable
        default Object getInclusionLabels()
        inclusion_labels block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#inclusion_labels OsConfigOsPolicyAssignment#inclusion_labels}

      • getInventories

        @Stability(Stable)
        @Nullable
        default Object getInventories()
        inventories block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_os_policy_assignment#inventories OsConfigOsPolicyAssignment#inventories}