Interface ApigeeSharedflowConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApigeeSharedflowConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.394Z") @Stability(Stable) public interface ApigeeSharedflowConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApigeeSharedflowConfig.BuilderA builder forApigeeSharedflowConfigstatic classApigeeSharedflowConfig.Jsii$ProxyAn implementation forApigeeSharedflowConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApigeeSharedflowConfig.Builderbuilder()StringgetConfigBundle()Path to the config zip bundle.default StringgetDetectMd5Hash()A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#id ApigeeSharedflow#id}.StringgetName()The ID of the shared flow.StringgetOrgId()The Apigee Organization name associated with the Apigee instance.default ApigeeSharedflowTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getConfigBundle
@Stability(Stable) @NotNull String getConfigBundle()
Path to the config zip bundle.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#config_bundle ApigeeSharedflow#config_bundle}
-
getName
@Stability(Stable) @NotNull String getName()
The ID of the shared flow.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#name ApigeeSharedflow#name}
-
getOrgId
@Stability(Stable) @NotNull String getOrgId()
The Apigee Organization name associated with the Apigee instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#org_id ApigeeSharedflow#org_id}
-
getDetectMd5Hash
@Stability(Stable) @Nullable default String getDetectMd5Hash()
A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice.A change in hash will trigger an update. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#detect_md5hash ApigeeSharedflow#detect_md5hash}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#id ApigeeSharedflow#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getTimeouts
@Stability(Stable) @Nullable default ApigeeSharedflowTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#timeouts ApigeeSharedflow#timeouts}
-
builder
@Stability(Stable) static ApigeeSharedflowConfig.Builder builder()
- Returns:
- a
ApigeeSharedflowConfig.BuilderofApigeeSharedflowConfig
-
-