Interface NetworkServicesEdgeCacheKeysetPublicKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkServicesEdgeCacheKeysetPublicKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.108Z") @Stability(Stable) public interface NetworkServicesEdgeCacheKeysetPublicKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkServicesEdgeCacheKeysetPublicKey.BuilderA builder forNetworkServicesEdgeCacheKeysetPublicKeystatic classNetworkServicesEdgeCacheKeysetPublicKey.Jsii$ProxyAn implementation forNetworkServicesEdgeCacheKeysetPublicKey
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkServicesEdgeCacheKeysetPublicKey.Builderbuilder()StringgetId()The ID of the public key.default ObjectgetManaged()Set to true to have the CDN automatically manage this public key value.default StringgetValue()The base64-encoded value of the Ed25519 public key.
-
-
-
Method Detail
-
getId
@Stability(Stable) @NotNull String getId()
The ID of the public key.The ID must be 1-63 characters long, and comply with RFC1035. The name must be 1-64 characters long, and match the regular expression [a-zA-Z][a-zA-Z0-9_-]* which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#id NetworkServicesEdgeCacheKeyset#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getManaged
@Stability(Stable) @Nullable default Object getManaged()
Set to true to have the CDN automatically manage this public key value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#managed NetworkServicesEdgeCacheKeyset#managed}
-
getValue
@Stability(Stable) @Nullable default String getValue()
The base64-encoded value of the Ed25519 public key.The base64 encoding can be padded (44 bytes) or unpadded (43 bytes). Representations or encodings of the public key other than this will be rejected with an error. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_services_edge_cache_keyset#value NetworkServicesEdgeCacheKeyset#value}
-
builder
@Stability(Stable) static NetworkServicesEdgeCacheKeysetPublicKey.Builder builder()
-
-