Class ApigeeOrganizationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.apigee_organization.ApigeeOrganizationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApigeeOrganizationConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApigeeOrganizationConfig
@Stability(Stable) @Internal public static final class ApigeeOrganizationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApigeeOrganizationConfig
An implementation forApigeeOrganizationConfig
-
-
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_organization.ApigeeOrganizationConfig
ApigeeOrganizationConfig.Builder, ApigeeOrganizationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApigeeOrganizationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApigeeOrganizationConfig.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)StringgetAnalyticsRegion()Primary GCP region for analytics data storage.StringgetApiConsumerDataEncryptionKeyName()Cloud KMS key name used for encrypting API consumer data.StringgetApiConsumerDataLocation()This field is needed only for customers using non-default data residency regions.StringgetAuthorizedNetwork()Compute Engine network used for Service Networking to be peered with Apigee runtime instances.StringgetBillingType()Billing type of the Apigee organization.ObjectgetConnection()StringgetControlPlaneEncryptionKeyName()Cloud KMS key name used for encrypting control plane data that is stored in a multi region.ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()Description of the Apigee organization.ObjectgetDisableVpcPeering()Flag that specifies whether the VPC Peering through Private Google Access should be disabled between the consumer network and Apigee.StringgetDisplayName()The display name of the Apigee organization.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#id ApigeeOrganization#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetProjectId()The project ID associated with the Apigee organization.ApigeeOrganizationPropertiesgetProperties()properties block.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetRetention()Optional.StringgetRuntimeDatabaseEncryptionKeyName()Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances.StringgetRuntimeType()Runtime type of the Apigee organization based on the Apigee subscription purchased.ApigeeOrganizationTimeoutsgetTimeouts()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(ApigeeOrganizationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApigeeOrganizationConfig.Builder.
-
-
Method Detail
-
getProjectId
public final String getProjectId()
Description copied from interface:ApigeeOrganizationConfigThe project ID associated with the Apigee organization.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#project_id ApigeeOrganization#project_id}
- Specified by:
getProjectIdin interfaceApigeeOrganizationConfig
-
getAnalyticsRegion
public final String getAnalyticsRegion()
Description copied from interface:ApigeeOrganizationConfigPrimary GCP region for analytics data storage. For valid values, see Create an Apigee organization.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#analytics_region ApigeeOrganization#analytics_region}
- Specified by:
getAnalyticsRegionin interfaceApigeeOrganizationConfig
-
getApiConsumerDataEncryptionKeyName
public final String getApiConsumerDataEncryptionKeyName()
Description copied from interface:ApigeeOrganizationConfigCloud KMS key name used for encrypting API consumer data.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#api_consumer_data_encryption_key_name ApigeeOrganization#api_consumer_data_encryption_key_name}
- Specified by:
getApiConsumerDataEncryptionKeyNamein interfaceApigeeOrganizationConfig
-
getApiConsumerDataLocation
public final String getApiConsumerDataLocation()
Description copied from interface:ApigeeOrganizationConfigThis field is needed only for customers using non-default data residency regions.Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#api_consumer_data_location ApigeeOrganization#api_consumer_data_location}
- Specified by:
getApiConsumerDataLocationin interfaceApigeeOrganizationConfig
-
getAuthorizedNetwork
public final String getAuthorizedNetwork()
Description copied from interface:ApigeeOrganizationConfigCompute Engine network used for Service Networking to be peered with Apigee runtime instances.See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started). Valid only when 'RuntimeType' is set to CLOUD. The value can be updated only when there are no runtime instances. For example: "default". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#authorized_network ApigeeOrganization#authorized_network}
- Specified by:
getAuthorizedNetworkin interfaceApigeeOrganizationConfig
-
getBillingType
public final String getBillingType()
Description copied from interface:ApigeeOrganizationConfigBilling type of the Apigee organization. See Apigee pricing.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#billing_type ApigeeOrganization#billing_type}
- Specified by:
getBillingTypein interfaceApigeeOrganizationConfig
-
getControlPlaneEncryptionKeyName
public final String getControlPlaneEncryptionKeyName()
Description copied from interface:ApigeeOrganizationConfigCloud KMS key name used for encrypting control plane data that is stored in a multi region.Only used for the data residency region "US" or "EU". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#control_plane_encryption_key_name ApigeeOrganization#control_plane_encryption_key_name}
- Specified by:
getControlPlaneEncryptionKeyNamein interfaceApigeeOrganizationConfig
-
getDescription
public final String getDescription()
Description copied from interface:ApigeeOrganizationConfigDescription of the Apigee organization.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#description ApigeeOrganization#description}
- Specified by:
getDescriptionin interfaceApigeeOrganizationConfig
-
getDisableVpcPeering
public final Object getDisableVpcPeering()
Description copied from interface:ApigeeOrganizationConfigFlag that specifies whether the VPC Peering through Private Google Access should be disabled between the consumer network and Apigee.Required if an 'authorizedNetwork' on the consumer project is not provided, in which case the flag should be set to 'true'. Valid only when 'RuntimeType' is set to CLOUD. The value must be set before the creation of any Apigee runtime instance and can be updated only when there are no runtime instances. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#disable_vpc_peering ApigeeOrganization#disable_vpc_peering}
- Specified by:
getDisableVpcPeeringin interfaceApigeeOrganizationConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:ApigeeOrganizationConfigThe display name of the Apigee organization.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#display_name ApigeeOrganization#display_name}
- Specified by:
getDisplayNamein interfaceApigeeOrganizationConfig
-
getId
public final String getId()
Description copied from interface:ApigeeOrganizationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#id ApigeeOrganization#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 interfaceApigeeOrganizationConfig
-
getProperties
public final ApigeeOrganizationProperties getProperties()
Description copied from interface:ApigeeOrganizationConfigproperties block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#properties ApigeeOrganization#properties}
- Specified by:
getPropertiesin interfaceApigeeOrganizationConfig
-
getRetention
public final String getRetention()
Description copied from interface:ApigeeOrganizationConfigOptional.This setting is applicable only for organizations that are soft-deleted (i.e., BillingType is not EVALUATION). It controls how long Organization data will be retained after the initial delete operation completes. During this period, the Organization may be restored to its last known state. After this period, the Organization will no longer be able to be restored. Default value: "DELETION_RETENTION_UNSPECIFIED" Possible values: ["DELETION_RETENTION_UNSPECIFIED", "MINIMUM"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#retention ApigeeOrganization#retention}
- Specified by:
getRetentionin interfaceApigeeOrganizationConfig
-
getRuntimeDatabaseEncryptionKeyName
public final String getRuntimeDatabaseEncryptionKeyName()
Description copied from interface:ApigeeOrganizationConfigCloud KMS key name used for encrypting the data that is stored and replicated across runtime instances.Update is not allowed after the organization is created. If not specified, a Google-Managed encryption key will be used. Valid only when 'RuntimeType' is CLOUD. For example: 'projects/foo/locations/us/keyRings/bar/cryptoKeys/baz'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#runtime_database_encryption_key_name ApigeeOrganization#runtime_database_encryption_key_name}
- Specified by:
getRuntimeDatabaseEncryptionKeyNamein interfaceApigeeOrganizationConfig
-
getRuntimeType
public final String getRuntimeType()
Description copied from interface:ApigeeOrganizationConfigRuntime type of the Apigee organization based on the Apigee subscription purchased. Default value: "CLOUD" Possible values: ["CLOUD", "HYBRID"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#runtime_type ApigeeOrganization#runtime_type}
- Specified by:
getRuntimeTypein interfaceApigeeOrganizationConfig
-
getTimeouts
public final ApigeeOrganizationTimeouts getTimeouts()
Description copied from interface:ApigeeOrganizationConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#timeouts ApigeeOrganization#timeouts}
- Specified by:
getTimeoutsin interfaceApigeeOrganizationConfig
-
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
-
-