Class ApigeeSharedflowDeploymentConfig.Jsii$Proxy

    • 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.
    • Method Detail

      • getEnvironment

        public final String getEnvironment()
        Description copied from interface: ApigeeSharedflowDeploymentConfig
        The 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:
        getEnvironment in interface ApigeeSharedflowDeploymentConfig
      • getOrgId

        public final String getOrgId()
        Description copied from interface: ApigeeSharedflowDeploymentConfig
        The 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:
        getOrgId in interface ApigeeSharedflowDeploymentConfig
      • getRevision

        public final String getRevision()
        Description copied from interface: ApigeeSharedflowDeploymentConfig
        Revision 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:
        getRevision in interface ApigeeSharedflowDeploymentConfig
      • getSharedflowId

        public final String getSharedflowId()
        Description copied from interface: ApigeeSharedflowDeploymentConfig
        Id 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:
        getSharedflowId in interface ApigeeSharedflowDeploymentConfig
      • getId

        public final String getId()
        Description copied from interface: ApigeeSharedflowDeploymentConfig
        Docs 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:
        getId in interface ApigeeSharedflowDeploymentConfig
      • getServiceAccount

        public final String getServiceAccount()
        Description copied from interface: ApigeeSharedflowDeploymentConfig
        The 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:
        getServiceAccount in interface ApigeeSharedflowDeploymentConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object