Class ApigeeOrganization

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.388Z")
    @Stability(Stable)
    public class ApigeeOrganization
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization google_apigee_organization}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • ApigeeOrganization

        protected ApigeeOrganization​(software.amazon.jsii.JsiiObjectRef objRef)
      • ApigeeOrganization

        protected ApigeeOrganization​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ApigeeOrganization

        @Stability(Stable)
        public ApigeeOrganization​(@NotNull
                                  software.constructs.Construct scope,
                                  @NotNull
                                  String id,
                                  @NotNull
                                  ApigeeOrganizationConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization google_apigee_organization} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a ApigeeOrganization resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the ApigeeOrganization to import. This parameter is required.
        importFromId - The id of the existing ApigeeOrganization that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the ApigeeOrganization to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a ApigeeOrganization resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the ApigeeOrganization to import. This parameter is required.
        importFromId - The id of the existing ApigeeOrganization that should be imported. This parameter is required.
      • putProperties

        @Stability(Stable)
        public void putProperties​(@NotNull
                                  ApigeeOrganizationProperties value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                ApigeeOrganizationTimeouts value)
        Parameters:
        value - This parameter is required.
      • resetAnalyticsRegion

        @Stability(Stable)
        public void resetAnalyticsRegion()
      • resetApiConsumerDataEncryptionKeyName

        @Stability(Stable)
        public void resetApiConsumerDataEncryptionKeyName()
      • resetApiConsumerDataLocation

        @Stability(Stable)
        public void resetApiConsumerDataLocation()
      • resetAuthorizedNetwork

        @Stability(Stable)
        public void resetAuthorizedNetwork()
      • resetBillingType

        @Stability(Stable)
        public void resetBillingType()
      • resetControlPlaneEncryptionKeyName

        @Stability(Stable)
        public void resetControlPlaneEncryptionKeyName()
      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetDisableVpcPeering

        @Stability(Stable)
        public void resetDisableVpcPeering()
      • resetDisplayName

        @Stability(Stable)
        public void resetDisplayName()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetProperties

        @Stability(Stable)
        public void resetProperties()
      • resetRetention

        @Stability(Stable)
        public void resetRetention()
      • resetRuntimeDatabaseEncryptionKeyName

        @Stability(Stable)
        public void resetRuntimeDatabaseEncryptionKeyName()
      • resetRuntimeType

        @Stability(Stable)
        public void resetRuntimeType()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getApigeeProjectId

        @Stability(Stable)
        @NotNull
        public String getApigeeProjectId()
      • getCaCertificate

        @Stability(Stable)
        @NotNull
        public String getCaCertificate()
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getSubscriptionType

        @Stability(Stable)
        @NotNull
        public String getSubscriptionType()
      • getAnalyticsRegionInput

        @Stability(Stable)
        @Nullable
        public String getAnalyticsRegionInput()
      • getApiConsumerDataEncryptionKeyNameInput

        @Stability(Stable)
        @Nullable
        public String getApiConsumerDataEncryptionKeyNameInput()
      • getApiConsumerDataLocationInput

        @Stability(Stable)
        @Nullable
        public String getApiConsumerDataLocationInput()
      • getAuthorizedNetworkInput

        @Stability(Stable)
        @Nullable
        public String getAuthorizedNetworkInput()
      • getBillingTypeInput

        @Stability(Stable)
        @Nullable
        public String getBillingTypeInput()
      • getControlPlaneEncryptionKeyNameInput

        @Stability(Stable)
        @Nullable
        public String getControlPlaneEncryptionKeyNameInput()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getDisableVpcPeeringInput

        @Stability(Stable)
        @Nullable
        public Object getDisableVpcPeeringInput()
      • getDisplayNameInput

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getProjectIdInput

        @Stability(Stable)
        @Nullable
        public String getProjectIdInput()
      • getRetentionInput

        @Stability(Stable)
        @Nullable
        public String getRetentionInput()
      • getRuntimeDatabaseEncryptionKeyNameInput

        @Stability(Stable)
        @Nullable
        public String getRuntimeDatabaseEncryptionKeyNameInput()
      • getRuntimeTypeInput

        @Stability(Stable)
        @Nullable
        public String getRuntimeTypeInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getAnalyticsRegion

        @Stability(Stable)
        @NotNull
        public String getAnalyticsRegion()
      • setAnalyticsRegion

        @Stability(Stable)
        public void setAnalyticsRegion​(@NotNull
                                       String value)
      • getApiConsumerDataEncryptionKeyName

        @Stability(Stable)
        @NotNull
        public String getApiConsumerDataEncryptionKeyName()
      • setApiConsumerDataEncryptionKeyName

        @Stability(Stable)
        public void setApiConsumerDataEncryptionKeyName​(@NotNull
                                                        String value)
      • getApiConsumerDataLocation

        @Stability(Stable)
        @NotNull
        public String getApiConsumerDataLocation()
      • setApiConsumerDataLocation

        @Stability(Stable)
        public void setApiConsumerDataLocation​(@NotNull
                                               String value)
      • getAuthorizedNetwork

        @Stability(Stable)
        @NotNull
        public String getAuthorizedNetwork()
      • setAuthorizedNetwork

        @Stability(Stable)
        public void setAuthorizedNetwork​(@NotNull
                                         String value)
      • getBillingType

        @Stability(Stable)
        @NotNull
        public String getBillingType()
      • setBillingType

        @Stability(Stable)
        public void setBillingType​(@NotNull
                                   String value)
      • getControlPlaneEncryptionKeyName

        @Stability(Stable)
        @NotNull
        public String getControlPlaneEncryptionKeyName()
      • setControlPlaneEncryptionKeyName

        @Stability(Stable)
        public void setControlPlaneEncryptionKeyName​(@NotNull
                                                     String value)
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getDisableVpcPeering

        @Stability(Stable)
        @NotNull
        public Object getDisableVpcPeering()
      • setDisableVpcPeering

        @Stability(Stable)
        public void setDisableVpcPeering​(@NotNull
                                         Boolean value)
      • setDisableVpcPeering

        @Stability(Stable)
        public void setDisableVpcPeering​(@NotNull
                                         com.hashicorp.cdktf.IResolvable value)
      • getDisplayName

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getProjectId

        @Stability(Stable)
        @NotNull
        public String getProjectId()
      • setProjectId

        @Stability(Stable)
        public void setProjectId​(@NotNull
                                 String value)
      • getRetention

        @Stability(Stable)
        @NotNull
        public String getRetention()
      • setRetention

        @Stability(Stable)
        public void setRetention​(@NotNull
                                 String value)
      • getRuntimeDatabaseEncryptionKeyName

        @Stability(Stable)
        @NotNull
        public String getRuntimeDatabaseEncryptionKeyName()
      • setRuntimeDatabaseEncryptionKeyName

        @Stability(Stable)
        public void setRuntimeDatabaseEncryptionKeyName​(@NotNull
                                                        String value)
      • getRuntimeType

        @Stability(Stable)
        @NotNull
        public String getRuntimeType()
      • setRuntimeType

        @Stability(Stable)
        public void setRuntimeType​(@NotNull
                                   String value)