Class ApigeeSharedflowConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_sharedflow.ApigeeSharedflowConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeSharedflowConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeSharedflowConfig
@Stability(Stable) @Internal public static final class ApigeeSharedflowConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeSharedflowConfig
An implementation forApigeeSharedflowConfig
-
-
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.providers.google.apigee_sharedflow.ApigeeSharedflowConfig
ApigeeSharedflowConfig.Builder, ApigeeSharedflowConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeSharedflowConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeSharedflowConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetConfigBundle()Path to the config zip bundle.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDetectMd5Hash()A hash of local config bundle in string, user needs to use a Terraform Hash function of their choice.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#id ApigeeSharedflow#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The ID of the shared flow.StringgetOrgId()The Apigee Organization name associated with the Apigee instance.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ApigeeSharedflowTimeoutsgetTimeouts()timeouts block.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ApigeeSharedflowConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeSharedflowConfig.Builder.
-
-
Method Detail
-
getConfigBundle
public final String getConfigBundle()
Description copied from interface:ApigeeSharedflowConfigPath 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}
- Specified by:
getConfigBundlein interfaceApigeeSharedflowConfig
-
getName
public final String getName()
Description copied from interface:ApigeeSharedflowConfigThe 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}
- Specified by:
getNamein interfaceApigeeSharedflowConfig
-
getOrgId
public final String getOrgId()
Description copied from interface:ApigeeSharedflowConfigThe 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}
- Specified by:
getOrgIdin interfaceApigeeSharedflowConfig
-
getDetectMd5Hash
public final String getDetectMd5Hash()
Description copied from interface:ApigeeSharedflowConfigA 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}
- Specified by:
getDetectMd5Hashin interfaceApigeeSharedflowConfig
-
getId
public final String getId()
Description copied from interface:ApigeeSharedflowConfigDocs 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.
- Specified by:
getIdin interfaceApigeeSharedflowConfig
-
getTimeouts
public final ApigeeSharedflowTimeouts getTimeouts()
Description copied from interface:ApigeeSharedflowConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow#timeouts ApigeeSharedflow#timeouts}
- Specified by:
getTimeoutsin interfaceApigeeSharedflowConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-