Class ApikeysKeyRestrictionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.apikeys_key.ApikeysKeyRestrictionsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.414Z") @Stability(Stable) public class ApikeysKeyRestrictionsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ApikeysKeyRestrictionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedApikeysKeyRestrictionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedApikeysKeyRestrictionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ApikeysKeyRestrictionsOutputReference
protected ApikeysKeyRestrictionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ApikeysKeyRestrictionsOutputReference
protected ApikeysKeyRestrictionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ApikeysKeyRestrictionsOutputReference
@Stability(Stable) public ApikeysKeyRestrictionsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putAndroidKeyRestrictions
@Stability(Stable) public void putAndroidKeyRestrictions(@NotNull ApikeysKeyRestrictionsAndroidKeyRestrictions value)- Parameters:
value- This parameter is required.
-
putApiTargets
@Stability(Stable) public void putApiTargets(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putBrowserKeyRestrictions
@Stability(Stable) public void putBrowserKeyRestrictions(@NotNull ApikeysKeyRestrictionsBrowserKeyRestrictions value)- Parameters:
value- This parameter is required.
-
putIosKeyRestrictions
@Stability(Stable) public void putIosKeyRestrictions(@NotNull ApikeysKeyRestrictionsIosKeyRestrictions value)- Parameters:
value- This parameter is required.
-
putServerKeyRestrictions
@Stability(Stable) public void putServerKeyRestrictions(@NotNull ApikeysKeyRestrictionsServerKeyRestrictions value)- Parameters:
value- This parameter is required.
-
resetAndroidKeyRestrictions
@Stability(Stable) public void resetAndroidKeyRestrictions()
-
resetApiTargets
@Stability(Stable) public void resetApiTargets()
-
resetBrowserKeyRestrictions
@Stability(Stable) public void resetBrowserKeyRestrictions()
-
resetIosKeyRestrictions
@Stability(Stable) public void resetIosKeyRestrictions()
-
resetServerKeyRestrictions
@Stability(Stable) public void resetServerKeyRestrictions()
-
getAndroidKeyRestrictions
@Stability(Stable) @NotNull public ApikeysKeyRestrictionsAndroidKeyRestrictionsOutputReference getAndroidKeyRestrictions()
-
getApiTargets
@Stability(Stable) @NotNull public ApikeysKeyRestrictionsApiTargetsList getApiTargets()
-
getBrowserKeyRestrictions
@Stability(Stable) @NotNull public ApikeysKeyRestrictionsBrowserKeyRestrictionsOutputReference getBrowserKeyRestrictions()
-
getIosKeyRestrictions
@Stability(Stable) @NotNull public ApikeysKeyRestrictionsIosKeyRestrictionsOutputReference getIosKeyRestrictions()
-
getServerKeyRestrictions
@Stability(Stable) @NotNull public ApikeysKeyRestrictionsServerKeyRestrictionsOutputReference getServerKeyRestrictions()
-
getAndroidKeyRestrictionsInput
@Stability(Stable) @Nullable public ApikeysKeyRestrictionsAndroidKeyRestrictions getAndroidKeyRestrictionsInput()
-
getApiTargetsInput
@Stability(Stable) @Nullable public Object getApiTargetsInput()
-
getBrowserKeyRestrictionsInput
@Stability(Stable) @Nullable public ApikeysKeyRestrictionsBrowserKeyRestrictions getBrowserKeyRestrictionsInput()
-
getIosKeyRestrictionsInput
@Stability(Stable) @Nullable public ApikeysKeyRestrictionsIosKeyRestrictions getIosKeyRestrictionsInput()
-
getServerKeyRestrictionsInput
@Stability(Stable) @Nullable public ApikeysKeyRestrictionsServerKeyRestrictions getServerKeyRestrictionsInput()
-
getInternalValue
@Stability(Stable) @Nullable public ApikeysKeyRestrictions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ApikeysKeyRestrictions value)
-
-