Interface ApikeysKeyRestrictionsServerKeyRestrictions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApikeysKeyRestrictionsServerKeyRestrictions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.414Z") @Stability(Stable) public interface ApikeysKeyRestrictionsServerKeyRestrictions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyRestrictionsServerKeyRestrictions.BuilderA builder forApikeysKeyRestrictionsServerKeyRestrictionsstatic classApikeysKeyRestrictionsServerKeyRestrictions.Jsii$ProxyAn implementation forApikeysKeyRestrictionsServerKeyRestrictions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ApikeysKeyRestrictionsServerKeyRestrictions.Builderbuilder()List<String>getAllowedIps()A list of the caller IP addresses that are allowed to make API calls with this key.
-
-
-
Method Detail
-
getAllowedIps
@Stability(Stable) @NotNull List<String> getAllowedIps()
A list of the caller IP addresses that are allowed to make API calls with this key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#allowed_ips ApikeysKey#allowed_ips}
-
builder
@Stability(Stable) static ApikeysKeyRestrictionsServerKeyRestrictions.Builder builder()
-
-