ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getEnSmtpConfiguration
Explore with Pulumi AI
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:
- En
Smtp stringConfiguration Id - Unique identifier for SMTP.
- Constraints: The maximum length is
32
characters. The minimum length is32
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}/
.
- Constraints: The maximum length is
- Instance
Id string - Unique identifier for IBM Cloud Event Notifications instance.
- Constraints: The maximum length is
256
characters. The minimum length is10
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]/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the en_smtp_configuration.
- En
Smtp stringConfiguration Id - Unique identifier for SMTP.
- Constraints: The maximum length is
32
characters. The minimum length is32
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}/
.
- Constraints: The maximum length is
- Instance
Id string - Unique identifier for IBM Cloud Event Notifications instance.
- Constraints: The maximum length is
256
characters. The minimum length is10
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]/
.
- Constraints: The maximum length is
- Id string
- The unique identifier of the en_smtp_configuration.
- en
Smtp StringConfiguration Id - Unique identifier for SMTP.
- Constraints: The maximum length is
32
characters. The minimum length is32
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}/
.
- Constraints: The maximum length is
- instance
Id String - Unique identifier for IBM Cloud Event Notifications instance.
- Constraints: The maximum length is
256
characters. The minimum length is10
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]/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the en_smtp_configuration.
- en
Smtp stringConfiguration Id - Unique identifier for SMTP.
- Constraints: The maximum length is
32
characters. The minimum length is32
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}/
.
- Constraints: The maximum length is
- instance
Id string - Unique identifier for IBM Cloud Event Notifications instance.
- Constraints: The maximum length is
256
characters. The minimum length is10
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]/
.
- Constraints: The maximum length is
- id string
- The unique identifier of the en_smtp_configuration.
- en_
smtp_ strconfiguration_ id - Unique identifier for SMTP.
- Constraints: The maximum length is
32
characters. The minimum length is32
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}/
.
- Constraints: The maximum length is
- instance_
id str - Unique identifier for IBM Cloud Event Notifications instance.
- Constraints: The maximum length is
256
characters. The minimum length is10
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]/
.
- Constraints: The maximum length is
- id str
- The unique identifier of the en_smtp_configuration.
- en
Smtp StringConfiguration Id - Unique identifier for SMTP.
- Constraints: The maximum length is
32
characters. The minimum length is32
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}/
.
- Constraints: The maximum length is
- instance
Id String - Unique identifier for IBM Cloud Event Notifications instance.
- Constraints: The maximum length is
256
characters. The minimum length is10
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]/
.
- Constraints: The maximum length is
- id String
- The unique identifier of the en_smtp_configuration.
getEnSmtpConfiguration Result
The following output properties are available:
- Configs
List<Get
En Smtp Configuration Config> - (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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- Domain string
- (String) Domain Name.
- Constraints: The maximum length is
512
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- En
Smtp stringConfiguration Id - Id string
- The unique identifier of the en_smtp_configuration.
- Instance
Id string - Name string
- (String) SMTP name.
- Constraints: The maximum length is
250
characters. The minimum length is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- Updated
At string - (String) Created time.
- Configs
[]Get
En Smtp Configuration Config - (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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- Domain string
- (String) Domain Name.
- Constraints: The maximum length is
512
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- En
Smtp stringConfiguration Id - Id string
- The unique identifier of the en_smtp_configuration.
- Instance
Id string - Name string
- (String) SMTP name.
- Constraints: The maximum length is
250
characters. The minimum length is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- Updated
At string - (String) Created time.
- configs
List<Get
En Smtp Configuration Config> - (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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- domain String
- (String) Domain Name.
- Constraints: The maximum length is
512
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- en
Smtp StringConfiguration Id - id String
- The unique identifier of the en_smtp_configuration.
- instance
Id String - name String
- (String) SMTP name.
- Constraints: The maximum length is
250
characters. The minimum length is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- updated
At String - (String) Created time.
- configs
Get
En Smtp Configuration Config[] - (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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- domain string
- (String) Domain Name.
- Constraints: The maximum length is
512
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- en
Smtp stringConfiguration Id - id string
- The unique identifier of the en_smtp_configuration.
- instance
Id string - name string
- (String) SMTP name.
- Constraints: The maximum length is
250
characters. The minimum length is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- updated
At string - (String) Created time.
- configs
Sequence[Get
En Smtp Configuration Config] - (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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- domain str
- (String) Domain Name.
- Constraints: The maximum length is
512
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- en_
smtp_ strconfiguration_ id - 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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- domain String
- (String) Domain Name.
- Constraints: The maximum length is
512
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- en
Smtp StringConfiguration Id - id String
- The unique identifier of the en_smtp_configuration.
- instance
Id String - name String
- (String) SMTP name.
- Constraints: The maximum length is
250
characters. The minimum length is1
character. The value must match regular expression/[a-zA-Z 0-9-_\/.?:'";,+=!#@$%^&*() ]*/
.
- Constraints: The maximum length is
- updated
At String - (String) Created time.
Supporting Types
GetEnSmtpConfigurationConfig
- Dkims
List<Get
En Smtp Configuration Config Dkim> - (List) The DKIM attributes. Nested schema for dkim:
- List<Get
En Smtp Configuration Config En Authorization> - (List) The en_authorization attributes. Nested schema for en_authorization:
- Spfs
List<Get
En Smtp Configuration Config Spf> - (List) The SPF attributes. Nested schema for spf:
- Dkims
[]Get
En Smtp Configuration Config Dkim - (List) The DKIM attributes. Nested schema for dkim:
- []Get
En Smtp Configuration Config En Authorization - (List) The en_authorization attributes. Nested schema for en_authorization:
- Spfs
[]Get
En Smtp Configuration Config Spf - (List) The SPF attributes. Nested schema for spf:
- dkims
List<Get
En Smtp Configuration Config Dkim> - (List) The DKIM attributes. Nested schema for dkim:
- List<Get
En Smtp Configuration Config En Authorization> - (List) The en_authorization attributes. Nested schema for en_authorization:
- spfs
List<Get
En Smtp Configuration Config Spf> - (List) The SPF attributes. Nested schema for spf:
- dkims
Get
En Smtp Configuration Config Dkim[] - (List) The DKIM attributes. Nested schema for dkim:
- Get
En Smtp Configuration Config En Authorization[] - (List) The en_authorization attributes. Nested schema for en_authorization:
- spfs
Get
En Smtp Configuration Config Spf[] - (List) The SPF attributes. Nested schema for spf:
- dkims
Sequence[Get
En Smtp Configuration Config Dkim] - (List) The DKIM attributes. Nested schema for dkim:
- Sequence[Get
En Smtp Configuration Config En Authorization] - (List) The en_authorization attributes. Nested schema for en_authorization:
- spfs
Sequence[Get
En Smtp Configuration Config Spf] - (List) The SPF attributes. Nested schema for spf:
- dkims List<Property Map>
- (List) The DKIM attributes. Nested schema for dkim:
- 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
- Txt
Name string - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Txt
Value string - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Txt
Name string - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Txt
Value string - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Name String - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Value String - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification String
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Name string - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Value string - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt_
name str - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt_
value str - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification str
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Name String - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Value String - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification String
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
GetEnSmtpConfigurationConfigEnAuthorization
- Verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification String
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification str
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification String
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
GetEnSmtpConfigurationConfigSpf
- Txt
Name string - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Txt
Value string - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Txt
Name string - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Txt
Value string - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- Verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Name String - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Value String - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification String
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Name string - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Value string - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification string
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt_
name str - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt_
value str - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification str
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Name String - (String) spf text name.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- txt
Value String - (String) spf text value.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
- verification String
- (String) spf verification.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/.*/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.