1. Packages
  2. Ibm Provider
  3. API Docs
  4. getEnSmtpConfiguration
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getEnSmtpConfiguration

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about an en_smtp_configuration. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const enSmtpConfiguration = ibm.getEnSmtpConfiguration({
        enSmtpConfigurationId: ibm_en_smtp_configuration.en_smtp_configuration_instance.en_smtp_configuration_id,
        instanceId: ibm_en_smtp_configuration.en_smtp_configuration_instance.instance_id,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    en_smtp_configuration = ibm.get_en_smtp_configuration(en_smtp_configuration_id=ibm_en_smtp_configuration["en_smtp_configuration_instance"]["en_smtp_configuration_id"],
        instance_id=ibm_en_smtp_configuration["en_smtp_configuration_instance"]["instance_id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.LookupEnSmtpConfiguration(ctx, &ibm.LookupEnSmtpConfigurationArgs{
    			EnSmtpConfigurationId: ibm_en_smtp_configuration.En_smtp_configuration_instance.En_smtp_configuration_id,
    			InstanceId:            ibm_en_smtp_configuration.En_smtp_configuration_instance.Instance_id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var enSmtpConfiguration = Ibm.GetEnSmtpConfiguration.Invoke(new()
        {
            EnSmtpConfigurationId = ibm_en_smtp_configuration.En_smtp_configuration_instance.En_smtp_configuration_id,
            InstanceId = ibm_en_smtp_configuration.En_smtp_configuration_instance.Instance_id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetEnSmtpConfigurationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var enSmtpConfiguration = IbmFunctions.getEnSmtpConfiguration(GetEnSmtpConfigurationArgs.builder()
                .enSmtpConfigurationId(ibm_en_smtp_configuration.en_smtp_configuration_instance().en_smtp_configuration_id())
                .instanceId(ibm_en_smtp_configuration.en_smtp_configuration_instance().instance_id())
                .build());
    
        }
    }
    
    variables:
      enSmtpConfiguration:
        fn::invoke:
          function: ibm:getEnSmtpConfiguration
          arguments:
            enSmtpConfigurationId: ${ibm_en_smtp_configuration.en_smtp_configuration_instance.en_smtp_configuration_id}
            instanceId: ${ibm_en_smtp_configuration.en_smtp_configuration_instance.instance_id}
    

    Using getEnSmtpConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEnSmtpConfiguration(args: GetEnSmtpConfigurationArgs, opts?: InvokeOptions): Promise<GetEnSmtpConfigurationResult>
    function getEnSmtpConfigurationOutput(args: GetEnSmtpConfigurationOutputArgs, opts?: InvokeOptions): Output<GetEnSmtpConfigurationResult>
    def get_en_smtp_configuration(en_smtp_configuration_id: Optional[str] = None,
                                  id: Optional[str] = None,
                                  instance_id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetEnSmtpConfigurationResult
    def get_en_smtp_configuration_output(en_smtp_configuration_id: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  instance_id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetEnSmtpConfigurationResult]
    func LookupEnSmtpConfiguration(ctx *Context, args *LookupEnSmtpConfigurationArgs, opts ...InvokeOption) (*LookupEnSmtpConfigurationResult, error)
    func LookupEnSmtpConfigurationOutput(ctx *Context, args *LookupEnSmtpConfigurationOutputArgs, opts ...InvokeOption) LookupEnSmtpConfigurationResultOutput

    > Note: This function is named LookupEnSmtpConfiguration in the Go SDK.

    public static class GetEnSmtpConfiguration 
    {
        public static Task<GetEnSmtpConfigurationResult> InvokeAsync(GetEnSmtpConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetEnSmtpConfigurationResult> Invoke(GetEnSmtpConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEnSmtpConfigurationResult> getEnSmtpConfiguration(GetEnSmtpConfigurationArgs args, InvokeOptions options)
    public static Output<GetEnSmtpConfigurationResult> getEnSmtpConfiguration(GetEnSmtpConfigurationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getEnSmtpConfiguration:getEnSmtpConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EnSmtpConfigurationId string
    Unique identifier for SMTP.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/.
    InstanceId string
    Unique identifier for IBM Cloud Event Notifications instance.

    • Constraints: The maximum length is 256 characters. The minimum length is 10 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]/.
    Id string
    The unique identifier of the en_smtp_configuration.
    EnSmtpConfigurationId string
    Unique identifier for SMTP.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/.
    InstanceId string
    Unique identifier for IBM Cloud Event Notifications instance.

    • Constraints: The maximum length is 256 characters. The minimum length is 10 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]/.
    Id string
    The unique identifier of the en_smtp_configuration.
    enSmtpConfigurationId String
    Unique identifier for SMTP.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/.
    instanceId String
    Unique identifier for IBM Cloud Event Notifications instance.

    • Constraints: The maximum length is 256 characters. The minimum length is 10 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]/.
    id String
    The unique identifier of the en_smtp_configuration.
    enSmtpConfigurationId string
    Unique identifier for SMTP.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/.
    instanceId string
    Unique identifier for IBM Cloud Event Notifications instance.

    • Constraints: The maximum length is 256 characters. The minimum length is 10 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]/.
    id string
    The unique identifier of the en_smtp_configuration.
    en_smtp_configuration_id str
    Unique identifier for SMTP.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/.
    instance_id str
    Unique identifier for IBM Cloud Event Notifications instance.

    • Constraints: The maximum length is 256 characters. The minimum length is 10 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]/.
    id str
    The unique identifier of the en_smtp_configuration.
    enSmtpConfigurationId String
    Unique identifier for SMTP.

    • Constraints: The maximum length is 32 characters. The minimum length is 32 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/.
    instanceId String
    Unique identifier for IBM Cloud Event Notifications instance.

    • Constraints: The maximum length is 256 characters. The minimum length is 10 characters. The value must match regular expression /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]/.
    id String
    The unique identifier of the en_smtp_configuration.

    getEnSmtpConfiguration Result

    The following output properties are available:

    Configs List<GetEnSmtpConfigurationConfig>
    (List) Payload describing a SMTP configuration. Nested schema for config:
    Description string
    (String) SMTP description.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    Domain string
    (String) Domain Name.

    • Constraints: The maximum length is 512 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    EnSmtpConfigurationId string
    Id string
    The unique identifier of the en_smtp_configuration.
    InstanceId string
    Name string
    (String) SMTP name.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    UpdatedAt string
    (String) Created time.
    Configs []GetEnSmtpConfigurationConfig
    (List) Payload describing a SMTP configuration. Nested schema for config:
    Description string
    (String) SMTP description.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    Domain string
    (String) Domain Name.

    • Constraints: The maximum length is 512 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    EnSmtpConfigurationId string
    Id string
    The unique identifier of the en_smtp_configuration.
    InstanceId string
    Name string
    (String) SMTP name.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    UpdatedAt string
    (String) Created time.
    configs List<GetEnSmtpConfigurationConfig>
    (List) Payload describing a SMTP configuration. Nested schema for config:
    description String
    (String) SMTP description.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    domain String
    (String) Domain Name.

    • Constraints: The maximum length is 512 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    enSmtpConfigurationId String
    id String
    The unique identifier of the en_smtp_configuration.
    instanceId String
    name String
    (String) SMTP name.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    updatedAt String
    (String) Created time.
    configs GetEnSmtpConfigurationConfig[]
    (List) Payload describing a SMTP configuration. Nested schema for config:
    description string
    (String) SMTP description.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    domain string
    (String) Domain Name.

    • Constraints: The maximum length is 512 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    enSmtpConfigurationId string
    id string
    The unique identifier of the en_smtp_configuration.
    instanceId string
    name string
    (String) SMTP name.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    updatedAt string
    (String) Created time.
    configs Sequence[GetEnSmtpConfigurationConfig]
    (List) Payload describing a SMTP configuration. Nested schema for config:
    description str
    (String) SMTP description.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    domain str
    (String) Domain Name.

    • Constraints: The maximum length is 512 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    en_smtp_configuration_id str
    id str
    The unique identifier of the en_smtp_configuration.
    instance_id str
    name str
    (String) SMTP name.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    updated_at str
    (String) Created time.
    configs List<Property Map>
    (List) Payload describing a SMTP configuration. Nested schema for config:
    description String
    (String) SMTP description.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    domain String
    (String) Domain Name.

    • Constraints: The maximum length is 512 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    enSmtpConfigurationId String
    id String
    The unique identifier of the en_smtp_configuration.
    instanceId String
    name String
    (String) SMTP name.

    • Constraints: The maximum length is 250 characters. The minimum length is 1 character. The value must match regular expression /[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/.
    updatedAt String
    (String) Created time.

    Supporting Types

    GetEnSmtpConfigurationConfig

    Dkims List<GetEnSmtpConfigurationConfigDkim>
    (List) The DKIM attributes. Nested schema for dkim:
    EnAuthorizations List<GetEnSmtpConfigurationConfigEnAuthorization>
    (List) The en_authorization attributes. Nested schema for en_authorization:
    Spfs List<GetEnSmtpConfigurationConfigSpf>
    (List) The SPF attributes. Nested schema for spf:
    Dkims []GetEnSmtpConfigurationConfigDkim
    (List) The DKIM attributes. Nested schema for dkim:
    EnAuthorizations []GetEnSmtpConfigurationConfigEnAuthorization
    (List) The en_authorization attributes. Nested schema for en_authorization:
    Spfs []GetEnSmtpConfigurationConfigSpf
    (List) The SPF attributes. Nested schema for spf:
    dkims List<GetEnSmtpConfigurationConfigDkim>
    (List) The DKIM attributes. Nested schema for dkim:
    enAuthorizations List<GetEnSmtpConfigurationConfigEnAuthorization>
    (List) The en_authorization attributes. Nested schema for en_authorization:
    spfs List<GetEnSmtpConfigurationConfigSpf>
    (List) The SPF attributes. Nested schema for spf:
    dkims GetEnSmtpConfigurationConfigDkim[]
    (List) The DKIM attributes. Nested schema for dkim:
    enAuthorizations GetEnSmtpConfigurationConfigEnAuthorization[]
    (List) The en_authorization attributes. Nested schema for en_authorization:
    spfs GetEnSmtpConfigurationConfigSpf[]
    (List) The SPF attributes. Nested schema for spf:
    dkims Sequence[GetEnSmtpConfigurationConfigDkim]
    (List) The DKIM attributes. Nested schema for dkim:
    en_authorizations Sequence[GetEnSmtpConfigurationConfigEnAuthorization]
    (List) The en_authorization attributes. Nested schema for en_authorization:
    spfs Sequence[GetEnSmtpConfigurationConfigSpf]
    (List) The SPF attributes. Nested schema for spf:
    dkims List<Property Map>
    (List) The DKIM attributes. Nested schema for dkim:
    enAuthorizations List<Property Map>
    (List) The en_authorization attributes. Nested schema for en_authorization:
    spfs List<Property Map>
    (List) The SPF attributes. Nested schema for spf:

    GetEnSmtpConfigurationConfigDkim

    TxtName string
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    TxtValue string
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    Verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    TxtName string
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    TxtValue string
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    Verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtName String
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtValue String
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification String
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtName string
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtValue string
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txt_name str
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txt_value str
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification str
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtName String
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtValue String
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification String
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.

    GetEnSmtpConfigurationConfigEnAuthorization

    Verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    Verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification String
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification str
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification String
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.

    GetEnSmtpConfigurationConfigSpf

    TxtName string
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    TxtValue string
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    Verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    TxtName string
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    TxtValue string
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    Verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtName String
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtValue String
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification String
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtName string
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtValue string
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification string
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txt_name str
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txt_value str
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification str
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtName String
    (String) spf text name.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    txtValue String
    (String) spf text value.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.
    verification String
    (String) spf verification.

    • Constraints: The maximum length is 255 characters. The minimum length is 1 character. The value must match regular expression /.*/.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud