ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.continueOnError(com.hashicorp.cdktf.IResolvable continueOnError) |
Flag that specifies whether execution should continue if the flow hook throws an exception.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.continueOnError(Boolean continueOnError) |
Flag that specifies whether execution should continue if the flow hook throws an exception.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.count(Number count) |
|
static ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.create(software.constructs.Construct scope,
String id) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.description(String description) |
Description of the flow hook.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.environment(String environment) |
The resource ID of the environment.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.flowHookPoint(String flowHookPoint) |
Where in the API call flow the flow hook is invoked.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_flowhook#id ApigeeFlowhook#id}.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.orgId(String orgId) |
The Apigee Organization associated with the environment.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.provisioners(List<? extends Object> provisioners) |
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.sharedflow(String sharedflow) |
Id of the Sharedflow attaching to a flowhook point.
|
ApigeeFlowhook.Builder |
ApigeeFlowhook.Builder.timeouts(ApigeeFlowhookTimeouts timeouts) |
timeouts block.
|