Interface BinaryAuthorizationPolicyClusterAdmissionRules
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BinaryAuthorizationPolicyClusterAdmissionRules.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.844Z") @Stability(Stable) public interface BinaryAuthorizationPolicyClusterAdmissionRules extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryAuthorizationPolicyClusterAdmissionRules.BuilderA builder forBinaryAuthorizationPolicyClusterAdmissionRulesstatic classBinaryAuthorizationPolicyClusterAdmissionRules.Jsii$ProxyAn implementation forBinaryAuthorizationPolicyClusterAdmissionRules
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BinaryAuthorizationPolicyClusterAdmissionRules.Builderbuilder()StringgetCluster()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_policy#cluster BinaryAuthorizationPolicy#cluster}.StringgetEnforcementMode()The action when a pod creation is denied by the admission rule.StringgetEvaluationMode()How this admission rule will be evaluated.default List<String>getRequireAttestationsBy()The resource names of the attestors that must attest to a container image.
-
-
-
Method Detail
-
getCluster
@Stability(Stable) @NotNull String getCluster()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_policy#cluster BinaryAuthorizationPolicy#cluster}.
-
getEnforcementMode
@Stability(Stable) @NotNull String getEnforcementMode()
The action when a pod creation is denied by the admission rule. Possible values: ["ENFORCED_BLOCK_AND_AUDIT_LOG", "DRYRUN_AUDIT_LOG_ONLY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_policy#enforcement_mode BinaryAuthorizationPolicy#enforcement_mode}
-
getEvaluationMode
@Stability(Stable) @NotNull String getEvaluationMode()
How this admission rule will be evaluated. Possible values: ["ALWAYS_ALLOW", "REQUIRE_ATTESTATION", "ALWAYS_DENY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_policy#evaluation_mode BinaryAuthorizationPolicy#evaluation_mode}
-
getRequireAttestationsBy
@Stability(Stable) @Nullable default List<String> getRequireAttestationsBy()
The resource names of the attestors that must attest to a container image.If the attestor is in a different project from the policy, it should be specified in the format 'projects/* /attestors/*'. Each attestor must exist before a policy can reference it. To add an attestor to a policy the principal issuing the policy change request must be able to read the attestor resource. Note: this field must be non-empty when the evaluation_mode field specifies REQUIRE_ATTESTATION, otherwise it must be empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/binary_authorization_policy#require_attestations_by BinaryAuthorizationPolicy#require_attestations_by} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
builder
@Stability(Stable) static BinaryAuthorizationPolicyClusterAdmissionRules.Builder builder()
-
-