Interface ApikeysKeyRestrictionsAndroidKeyRestrictions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ApikeysKeyRestrictionsAndroidKeyRestrictions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.411Z") @Stability(Stable) public interface ApikeysKeyRestrictionsAndroidKeyRestrictions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApikeysKeyRestrictionsAndroidKeyRestrictions.BuilderA builder forApikeysKeyRestrictionsAndroidKeyRestrictionsstatic classApikeysKeyRestrictionsAndroidKeyRestrictions.Jsii$ProxyAn implementation forApikeysKeyRestrictionsAndroidKeyRestrictions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ApikeysKeyRestrictionsAndroidKeyRestrictions.Builderbuilder()ObjectgetAllowedApplications()allowed_applications block.
-
-
-
Method Detail
-
getAllowedApplications
@Stability(Stable) @NotNull Object getAllowedApplications()
allowed_applications block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apikeys_key#allowed_applications ApikeysKey#allowed_applications}
-
builder
@Stability(Stable) static ApikeysKeyRestrictionsAndroidKeyRestrictions.Builder builder()
-
-