Interface IdentityPlatformConfigBlockingFunctions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IdentityPlatformConfigBlockingFunctions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.651Z") @Stability(Stable) public interface IdentityPlatformConfigBlockingFunctions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityPlatformConfigBlockingFunctions.BuilderA builder forIdentityPlatformConfigBlockingFunctionsstatic classIdentityPlatformConfigBlockingFunctions.Jsii$ProxyAn implementation forIdentityPlatformConfigBlockingFunctions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IdentityPlatformConfigBlockingFunctions.Builderbuilder()default IdentityPlatformConfigBlockingFunctionsForwardInboundCredentialsgetForwardInboundCredentials()forward_inbound_credentials block.ObjectgetTriggers()triggers block.
-
-
-
Method Detail
-
getTriggers
@Stability(Stable) @NotNull Object getTriggers()
triggers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#triggers IdentityPlatformConfig#triggers}
-
getForwardInboundCredentials
@Stability(Stable) @Nullable default IdentityPlatformConfigBlockingFunctionsForwardInboundCredentials getForwardInboundCredentials()
forward_inbound_credentials block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/identity_platform_config#forward_inbound_credentials IdentityPlatformConfig#forward_inbound_credentials}
-
builder
@Stability(Stable) static IdentityPlatformConfigBlockingFunctions.Builder builder()
-
-