Interface ApikeysKeyRestrictionsIosKeyRestrictions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApikeysKeyRestrictionsIosKeyRestrictions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.413Z") @Stability(Stable) public interface ApikeysKeyRestrictionsIosKeyRestrictions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyRestrictionsIosKeyRestrictions.BuilderA builder forApikeysKeyRestrictionsIosKeyRestrictionsstatic classApikeysKeyRestrictionsIosKeyRestrictions.Jsii$ProxyAn implementation forApikeysKeyRestrictionsIosKeyRestrictions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ApikeysKeyRestrictionsIosKeyRestrictions.Builderbuilder()List<String>getAllowedBundleIds()A list of bundle IDs that are allowed when making API calls with this key.
-
-
-
Method Detail
-
getAllowedBundleIds
@Stability(Stable) @NotNull List<String> getAllowedBundleIds()
A list of bundle IDs that are allowed when making 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_bundle_ids ApikeysKey#allowed_bundle_ids}
-
builder
@Stability(Stable) static ApikeysKeyRestrictionsIosKeyRestrictions.Builder builder()
-
-