Interface ApikeysKeyRestrictionsBrowserKeyRestrictions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApikeysKeyRestrictionsBrowserKeyRestrictions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.413Z") @Stability(Stable) public interface ApikeysKeyRestrictionsBrowserKeyRestrictions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyRestrictionsBrowserKeyRestrictions.BuilderA builder forApikeysKeyRestrictionsBrowserKeyRestrictionsstatic classApikeysKeyRestrictionsBrowserKeyRestrictions.Jsii$ProxyAn implementation forApikeysKeyRestrictionsBrowserKeyRestrictions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ApikeysKeyRestrictionsBrowserKeyRestrictions.Builderbuilder()List<String>getAllowedReferrers()A list of regular expressions for the referrer URLs that are allowed to make API calls with this key.
-
-
-
Method Detail
-
getAllowedReferrers
@Stability(Stable) @NotNull List<String> getAllowedReferrers()
A list of regular expressions for the referrer URLs 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_referrers ApikeysKey#allowed_referrers}
-
builder
@Stability(Stable) static ApikeysKeyRestrictionsBrowserKeyRestrictions.Builder builder()
-
-