Class ApigeeSharedflowDeploymentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_sharedflow_deployment.ApigeeSharedflowDeploymentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeSharedflowDeploymentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeSharedflowDeploymentConfig
@Stability(Stable) @Internal public static final class ApigeeSharedflowDeploymentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeSharedflowDeploymentConfig
An implementation forApigeeSharedflowDeploymentConfig
-
-
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_deployment.ApigeeSharedflowDeploymentConfig
ApigeeSharedflowDeploymentConfig.Builder, ApigeeSharedflowDeploymentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeSharedflowDeploymentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeSharedflowDeploymentConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetEnvironment()The resource ID of the environment.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#id ApigeeSharedflowDeployment#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetOrgId()The Apigee Organization associated with the Apigee instance.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRevision()Revision of the Sharedflow to be deployed.StringgetServiceAccount()The service account represents the identity of the deployed proxy, and determines what permissions it has.StringgetSharedflowId()Id of the Sharedflow to be deployed.ApigeeSharedflowDeploymentTimeoutsgetTimeouts()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(ApigeeSharedflowDeploymentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeSharedflowDeploymentConfig.Builder.
-
-
Method Detail
-
getEnvironment
public final String getEnvironment()
Description copied from interface:ApigeeSharedflowDeploymentConfigThe resource ID of the environment.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#environment ApigeeSharedflowDeployment#environment}
- Specified by:
getEnvironmentin interfaceApigeeSharedflowDeploymentConfig
-
getOrgId
public final String getOrgId()
Description copied from interface:ApigeeSharedflowDeploymentConfigThe Apigee Organization associated with the Apigee instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#org_id ApigeeSharedflowDeployment#org_id}
- Specified by:
getOrgIdin interfaceApigeeSharedflowDeploymentConfig
-
getRevision
public final String getRevision()
Description copied from interface:ApigeeSharedflowDeploymentConfigRevision of the Sharedflow to be deployed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#revision ApigeeSharedflowDeployment#revision}
- Specified by:
getRevisionin interfaceApigeeSharedflowDeploymentConfig
-
getSharedflowId
public final String getSharedflowId()
Description copied from interface:ApigeeSharedflowDeploymentConfigId of the Sharedflow to be deployed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#sharedflow_id ApigeeSharedflowDeployment#sharedflow_id}
- Specified by:
getSharedflowIdin interfaceApigeeSharedflowDeploymentConfig
-
getId
public final String getId()
Description copied from interface:ApigeeSharedflowDeploymentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#id ApigeeSharedflowDeployment#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 interfaceApigeeSharedflowDeploymentConfig
-
getServiceAccount
public final String getServiceAccount()
Description copied from interface:ApigeeSharedflowDeploymentConfigThe service account represents the identity of the deployed proxy, and determines what permissions it has.The format must be {ACCOUNT_ID}@{PROJECT}.iam.gserviceaccount.com. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#service_account ApigeeSharedflowDeployment#service_account}
- Specified by:
getServiceAccountin interfaceApigeeSharedflowDeploymentConfig
-
getTimeouts
public final ApigeeSharedflowDeploymentTimeouts getTimeouts()
Description copied from interface:ApigeeSharedflowDeploymentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_sharedflow_deployment#timeouts ApigeeSharedflowDeployment#timeouts}
- Specified by:
getTimeoutsin interfaceApigeeSharedflowDeploymentConfig
-
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
-
-