scm.ExternalDynamicList
Explore with Pulumi AI
Retrieves a config item.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = new scm.ExternalDynamicList("example", {});
import pulumi
import pulumi_scm as scm
example = scm.ExternalDynamicList("example")
package main
import (
	"github.com/pulumi/pulumi-scm/sdk/go/scm"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := scm.NewExternalDynamicList(ctx, "example", nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() => 
{
    var example = new Scm.ExternalDynamicList("example");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ExternalDynamicList;
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) {
        var example = new ExternalDynamicList("example");
    }
}
resources:
  example:
    type: scm:ExternalDynamicList
Create ExternalDynamicList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalDynamicList(name: string, args: ExternalDynamicListArgs, opts?: CustomResourceOptions);@overload
def ExternalDynamicList(resource_name: str,
                        args: ExternalDynamicListArgs,
                        opts: Optional[ResourceOptions] = None)
@overload
def ExternalDynamicList(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        type: Optional[ExternalDynamicListTypeArgs] = None,
                        device: Optional[str] = None,
                        folder: Optional[str] = None,
                        name: Optional[str] = None,
                        snippet: Optional[str] = None)func NewExternalDynamicList(ctx *Context, name string, args ExternalDynamicListArgs, opts ...ResourceOption) (*ExternalDynamicList, error)public ExternalDynamicList(string name, ExternalDynamicListArgs args, CustomResourceOptions? opts = null)
public ExternalDynamicList(String name, ExternalDynamicListArgs args)
public ExternalDynamicList(String name, ExternalDynamicListArgs args, CustomResourceOptions options)
type: scm:ExternalDynamicList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var externalDynamicListResource = new Scm.ExternalDynamicList("externalDynamicListResource", new()
{
    Type = new Scm.Inputs.ExternalDynamicListTypeArgs
    {
        Domain = new Scm.Inputs.ExternalDynamicListTypeDomainArgs
        {
            Recurring = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringArgs
            {
                Daily = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringDailyArgs
                {
                    At = "string",
                },
                FiveMinute = false,
                Hourly = false,
                Monthly = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringMonthlyArgs
                {
                    DayOfMonth = 0,
                    At = "string",
                },
                Weekly = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringWeeklyArgs
                {
                    DayOfWeek = "string",
                    At = "string",
                },
            },
            CertificateProfile = "string",
            Description = "string",
            DomainAuth = new Scm.Inputs.ExternalDynamicListTypeDomainDomainAuthArgs
            {
                Password = "string",
                Username = "string",
            },
            ExceptionLists = new[]
            {
                "string",
            },
            ExpandDomain = false,
            Url = "string",
        },
        Imei = new Scm.Inputs.ExternalDynamicListTypeImeiArgs
        {
            Recurring = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringArgs
            {
                Daily = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringDailyArgs
                {
                    At = "string",
                },
                FiveMinute = false,
                Hourly = false,
                Monthly = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringMonthlyArgs
                {
                    DayOfMonth = 0,
                    At = "string",
                },
                Weekly = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringWeeklyArgs
                {
                    DayOfWeek = "string",
                    At = "string",
                },
            },
            CertificateProfile = "string",
            Description = "string",
            ExceptionLists = new[]
            {
                "string",
            },
            ImeiAuth = new Scm.Inputs.ExternalDynamicListTypeImeiImeiAuthArgs
            {
                Password = "string",
                Username = "string",
            },
            Url = "string",
        },
        Imsi = new Scm.Inputs.ExternalDynamicListTypeImsiArgs
        {
            Recurring = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringArgs
            {
                Daily = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringDailyArgs
                {
                    At = "string",
                },
                FiveMinute = false,
                Hourly = false,
                Monthly = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringMonthlyArgs
                {
                    DayOfMonth = 0,
                    At = "string",
                },
                Weekly = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringWeeklyArgs
                {
                    DayOfWeek = "string",
                    At = "string",
                },
            },
            CertificateProfile = "string",
            Description = "string",
            ExceptionLists = new[]
            {
                "string",
            },
            ImsiAuth = new Scm.Inputs.ExternalDynamicListTypeImsiImsiAuthArgs
            {
                Password = "string",
                Username = "string",
            },
            Url = "string",
        },
        Ip = new Scm.Inputs.ExternalDynamicListTypeIpArgs
        {
            Recurring = new Scm.Inputs.ExternalDynamicListTypeIpRecurringArgs
            {
                Daily = new Scm.Inputs.ExternalDynamicListTypeIpRecurringDailyArgs
                {
                    At = "string",
                },
                FiveMinute = false,
                Hourly = false,
                Monthly = new Scm.Inputs.ExternalDynamicListTypeIpRecurringMonthlyArgs
                {
                    DayOfMonth = 0,
                    At = "string",
                },
                Weekly = new Scm.Inputs.ExternalDynamicListTypeIpRecurringWeeklyArgs
                {
                    DayOfWeek = "string",
                    At = "string",
                },
            },
            CertificateProfile = "string",
            Description = "string",
            ExceptionLists = new[]
            {
                "string",
            },
            IpAuth = new Scm.Inputs.ExternalDynamicListTypeIpIpAuthArgs
            {
                Password = "string",
                Username = "string",
            },
            Url = "string",
        },
        PredefinedIp = new Scm.Inputs.ExternalDynamicListTypePredefinedIpArgs
        {
            Url = "string",
            Description = "string",
            ExceptionLists = new[]
            {
                "string",
            },
        },
        PredefinedUrl = new Scm.Inputs.ExternalDynamicListTypePredefinedUrlArgs
        {
            Url = "string",
            Description = "string",
            ExceptionLists = new[]
            {
                "string",
            },
        },
        Url = new Scm.Inputs.ExternalDynamicListTypeUrlArgs
        {
            Recurring = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringArgs
            {
                Daily = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringDailyArgs
                {
                    At = "string",
                },
                FiveMinute = false,
                Hourly = false,
                Monthly = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringMonthlyArgs
                {
                    DayOfMonth = 0,
                    At = "string",
                },
                Weekly = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringWeeklyArgs
                {
                    DayOfWeek = "string",
                    At = "string",
                },
            },
            CertificateProfile = "string",
            Description = "string",
            ExceptionLists = new[]
            {
                "string",
            },
            Url = "string",
            UrlAuth = new Scm.Inputs.ExternalDynamicListTypeUrlUrlAuthArgs
            {
                Password = "string",
                Username = "string",
            },
        },
    },
    Device = "string",
    Folder = "string",
    Name = "string",
    Snippet = "string",
});
example, err := scm.NewExternalDynamicList(ctx, "externalDynamicListResource", &scm.ExternalDynamicListArgs{
	Type: &scm.ExternalDynamicListTypeArgs{
		Domain: &scm.ExternalDynamicListTypeDomainArgs{
			Recurring: &scm.ExternalDynamicListTypeDomainRecurringArgs{
				Daily: &scm.ExternalDynamicListTypeDomainRecurringDailyArgs{
					At: pulumi.String("string"),
				},
				FiveMinute: pulumi.Bool(false),
				Hourly:     pulumi.Bool(false),
				Monthly: &scm.ExternalDynamicListTypeDomainRecurringMonthlyArgs{
					DayOfMonth: pulumi.Int(0),
					At:         pulumi.String("string"),
				},
				Weekly: &scm.ExternalDynamicListTypeDomainRecurringWeeklyArgs{
					DayOfWeek: pulumi.String("string"),
					At:        pulumi.String("string"),
				},
			},
			CertificateProfile: pulumi.String("string"),
			Description:        pulumi.String("string"),
			DomainAuth: &scm.ExternalDynamicListTypeDomainDomainAuthArgs{
				Password: pulumi.String("string"),
				Username: pulumi.String("string"),
			},
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
			ExpandDomain: pulumi.Bool(false),
			Url:          pulumi.String("string"),
		},
		Imei: &scm.ExternalDynamicListTypeImeiArgs{
			Recurring: &scm.ExternalDynamicListTypeImeiRecurringArgs{
				Daily: &scm.ExternalDynamicListTypeImeiRecurringDailyArgs{
					At: pulumi.String("string"),
				},
				FiveMinute: pulumi.Bool(false),
				Hourly:     pulumi.Bool(false),
				Monthly: &scm.ExternalDynamicListTypeImeiRecurringMonthlyArgs{
					DayOfMonth: pulumi.Int(0),
					At:         pulumi.String("string"),
				},
				Weekly: &scm.ExternalDynamicListTypeImeiRecurringWeeklyArgs{
					DayOfWeek: pulumi.String("string"),
					At:        pulumi.String("string"),
				},
			},
			CertificateProfile: pulumi.String("string"),
			Description:        pulumi.String("string"),
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
			ImeiAuth: &scm.ExternalDynamicListTypeImeiImeiAuthArgs{
				Password: pulumi.String("string"),
				Username: pulumi.String("string"),
			},
			Url: pulumi.String("string"),
		},
		Imsi: &scm.ExternalDynamicListTypeImsiArgs{
			Recurring: &scm.ExternalDynamicListTypeImsiRecurringArgs{
				Daily: &scm.ExternalDynamicListTypeImsiRecurringDailyArgs{
					At: pulumi.String("string"),
				},
				FiveMinute: pulumi.Bool(false),
				Hourly:     pulumi.Bool(false),
				Monthly: &scm.ExternalDynamicListTypeImsiRecurringMonthlyArgs{
					DayOfMonth: pulumi.Int(0),
					At:         pulumi.String("string"),
				},
				Weekly: &scm.ExternalDynamicListTypeImsiRecurringWeeklyArgs{
					DayOfWeek: pulumi.String("string"),
					At:        pulumi.String("string"),
				},
			},
			CertificateProfile: pulumi.String("string"),
			Description:        pulumi.String("string"),
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
			ImsiAuth: &scm.ExternalDynamicListTypeImsiImsiAuthArgs{
				Password: pulumi.String("string"),
				Username: pulumi.String("string"),
			},
			Url: pulumi.String("string"),
		},
		Ip: &scm.ExternalDynamicListTypeIpArgs{
			Recurring: &scm.ExternalDynamicListTypeIpRecurringArgs{
				Daily: &scm.ExternalDynamicListTypeIpRecurringDailyArgs{
					At: pulumi.String("string"),
				},
				FiveMinute: pulumi.Bool(false),
				Hourly:     pulumi.Bool(false),
				Monthly: &scm.ExternalDynamicListTypeIpRecurringMonthlyArgs{
					DayOfMonth: pulumi.Int(0),
					At:         pulumi.String("string"),
				},
				Weekly: &scm.ExternalDynamicListTypeIpRecurringWeeklyArgs{
					DayOfWeek: pulumi.String("string"),
					At:        pulumi.String("string"),
				},
			},
			CertificateProfile: pulumi.String("string"),
			Description:        pulumi.String("string"),
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
			IpAuth: &scm.ExternalDynamicListTypeIpIpAuthArgs{
				Password: pulumi.String("string"),
				Username: pulumi.String("string"),
			},
			Url: pulumi.String("string"),
		},
		PredefinedIp: &scm.ExternalDynamicListTypePredefinedIpArgs{
			Url:         pulumi.String("string"),
			Description: pulumi.String("string"),
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
		PredefinedUrl: &scm.ExternalDynamicListTypePredefinedUrlArgs{
			Url:         pulumi.String("string"),
			Description: pulumi.String("string"),
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
		},
		Url: &scm.ExternalDynamicListTypeUrlArgs{
			Recurring: &scm.ExternalDynamicListTypeUrlRecurringArgs{
				Daily: &scm.ExternalDynamicListTypeUrlRecurringDailyArgs{
					At: pulumi.String("string"),
				},
				FiveMinute: pulumi.Bool(false),
				Hourly:     pulumi.Bool(false),
				Monthly: &scm.ExternalDynamicListTypeUrlRecurringMonthlyArgs{
					DayOfMonth: pulumi.Int(0),
					At:         pulumi.String("string"),
				},
				Weekly: &scm.ExternalDynamicListTypeUrlRecurringWeeklyArgs{
					DayOfWeek: pulumi.String("string"),
					At:        pulumi.String("string"),
				},
			},
			CertificateProfile: pulumi.String("string"),
			Description:        pulumi.String("string"),
			ExceptionLists: pulumi.StringArray{
				pulumi.String("string"),
			},
			Url: pulumi.String("string"),
			UrlAuth: &scm.ExternalDynamicListTypeUrlUrlAuthArgs{
				Password: pulumi.String("string"),
				Username: pulumi.String("string"),
			},
		},
	},
	Device:  pulumi.String("string"),
	Folder:  pulumi.String("string"),
	Name:    pulumi.String("string"),
	Snippet: pulumi.String("string"),
})
var externalDynamicListResource = new ExternalDynamicList("externalDynamicListResource", ExternalDynamicListArgs.builder()
    .type(ExternalDynamicListTypeArgs.builder()
        .domain(ExternalDynamicListTypeDomainArgs.builder()
            .recurring(ExternalDynamicListTypeDomainRecurringArgs.builder()
                .daily(ExternalDynamicListTypeDomainRecurringDailyArgs.builder()
                    .at("string")
                    .build())
                .fiveMinute(false)
                .hourly(false)
                .monthly(ExternalDynamicListTypeDomainRecurringMonthlyArgs.builder()
                    .dayOfMonth(0)
                    .at("string")
                    .build())
                .weekly(ExternalDynamicListTypeDomainRecurringWeeklyArgs.builder()
                    .dayOfWeek("string")
                    .at("string")
                    .build())
                .build())
            .certificateProfile("string")
            .description("string")
            .domainAuth(ExternalDynamicListTypeDomainDomainAuthArgs.builder()
                .password("string")
                .username("string")
                .build())
            .exceptionLists("string")
            .expandDomain(false)
            .url("string")
            .build())
        .imei(ExternalDynamicListTypeImeiArgs.builder()
            .recurring(ExternalDynamicListTypeImeiRecurringArgs.builder()
                .daily(ExternalDynamicListTypeImeiRecurringDailyArgs.builder()
                    .at("string")
                    .build())
                .fiveMinute(false)
                .hourly(false)
                .monthly(ExternalDynamicListTypeImeiRecurringMonthlyArgs.builder()
                    .dayOfMonth(0)
                    .at("string")
                    .build())
                .weekly(ExternalDynamicListTypeImeiRecurringWeeklyArgs.builder()
                    .dayOfWeek("string")
                    .at("string")
                    .build())
                .build())
            .certificateProfile("string")
            .description("string")
            .exceptionLists("string")
            .imeiAuth(ExternalDynamicListTypeImeiImeiAuthArgs.builder()
                .password("string")
                .username("string")
                .build())
            .url("string")
            .build())
        .imsi(ExternalDynamicListTypeImsiArgs.builder()
            .recurring(ExternalDynamicListTypeImsiRecurringArgs.builder()
                .daily(ExternalDynamicListTypeImsiRecurringDailyArgs.builder()
                    .at("string")
                    .build())
                .fiveMinute(false)
                .hourly(false)
                .monthly(ExternalDynamicListTypeImsiRecurringMonthlyArgs.builder()
                    .dayOfMonth(0)
                    .at("string")
                    .build())
                .weekly(ExternalDynamicListTypeImsiRecurringWeeklyArgs.builder()
                    .dayOfWeek("string")
                    .at("string")
                    .build())
                .build())
            .certificateProfile("string")
            .description("string")
            .exceptionLists("string")
            .imsiAuth(ExternalDynamicListTypeImsiImsiAuthArgs.builder()
                .password("string")
                .username("string")
                .build())
            .url("string")
            .build())
        .ip(ExternalDynamicListTypeIpArgs.builder()
            .recurring(ExternalDynamicListTypeIpRecurringArgs.builder()
                .daily(ExternalDynamicListTypeIpRecurringDailyArgs.builder()
                    .at("string")
                    .build())
                .fiveMinute(false)
                .hourly(false)
                .monthly(ExternalDynamicListTypeIpRecurringMonthlyArgs.builder()
                    .dayOfMonth(0)
                    .at("string")
                    .build())
                .weekly(ExternalDynamicListTypeIpRecurringWeeklyArgs.builder()
                    .dayOfWeek("string")
                    .at("string")
                    .build())
                .build())
            .certificateProfile("string")
            .description("string")
            .exceptionLists("string")
            .ipAuth(ExternalDynamicListTypeIpIpAuthArgs.builder()
                .password("string")
                .username("string")
                .build())
            .url("string")
            .build())
        .predefinedIp(ExternalDynamicListTypePredefinedIpArgs.builder()
            .url("string")
            .description("string")
            .exceptionLists("string")
            .build())
        .predefinedUrl(ExternalDynamicListTypePredefinedUrlArgs.builder()
            .url("string")
            .description("string")
            .exceptionLists("string")
            .build())
        .url(ExternalDynamicListTypeUrlArgs.builder()
            .recurring(ExternalDynamicListTypeUrlRecurringArgs.builder()
                .daily(ExternalDynamicListTypeUrlRecurringDailyArgs.builder()
                    .at("string")
                    .build())
                .fiveMinute(false)
                .hourly(false)
                .monthly(ExternalDynamicListTypeUrlRecurringMonthlyArgs.builder()
                    .dayOfMonth(0)
                    .at("string")
                    .build())
                .weekly(ExternalDynamicListTypeUrlRecurringWeeklyArgs.builder()
                    .dayOfWeek("string")
                    .at("string")
                    .build())
                .build())
            .certificateProfile("string")
            .description("string")
            .exceptionLists("string")
            .url("string")
            .urlAuth(ExternalDynamicListTypeUrlUrlAuthArgs.builder()
                .password("string")
                .username("string")
                .build())
            .build())
        .build())
    .device("string")
    .folder("string")
    .name("string")
    .snippet("string")
    .build());
external_dynamic_list_resource = scm.ExternalDynamicList("externalDynamicListResource",
    type={
        "domain": {
            "recurring": {
                "daily": {
                    "at": "string",
                },
                "five_minute": False,
                "hourly": False,
                "monthly": {
                    "day_of_month": 0,
                    "at": "string",
                },
                "weekly": {
                    "day_of_week": "string",
                    "at": "string",
                },
            },
            "certificate_profile": "string",
            "description": "string",
            "domain_auth": {
                "password": "string",
                "username": "string",
            },
            "exception_lists": ["string"],
            "expand_domain": False,
            "url": "string",
        },
        "imei": {
            "recurring": {
                "daily": {
                    "at": "string",
                },
                "five_minute": False,
                "hourly": False,
                "monthly": {
                    "day_of_month": 0,
                    "at": "string",
                },
                "weekly": {
                    "day_of_week": "string",
                    "at": "string",
                },
            },
            "certificate_profile": "string",
            "description": "string",
            "exception_lists": ["string"],
            "imei_auth": {
                "password": "string",
                "username": "string",
            },
            "url": "string",
        },
        "imsi": {
            "recurring": {
                "daily": {
                    "at": "string",
                },
                "five_minute": False,
                "hourly": False,
                "monthly": {
                    "day_of_month": 0,
                    "at": "string",
                },
                "weekly": {
                    "day_of_week": "string",
                    "at": "string",
                },
            },
            "certificate_profile": "string",
            "description": "string",
            "exception_lists": ["string"],
            "imsi_auth": {
                "password": "string",
                "username": "string",
            },
            "url": "string",
        },
        "ip": {
            "recurring": {
                "daily": {
                    "at": "string",
                },
                "five_minute": False,
                "hourly": False,
                "monthly": {
                    "day_of_month": 0,
                    "at": "string",
                },
                "weekly": {
                    "day_of_week": "string",
                    "at": "string",
                },
            },
            "certificate_profile": "string",
            "description": "string",
            "exception_lists": ["string"],
            "ip_auth": {
                "password": "string",
                "username": "string",
            },
            "url": "string",
        },
        "predefined_ip": {
            "url": "string",
            "description": "string",
            "exception_lists": ["string"],
        },
        "predefined_url": {
            "url": "string",
            "description": "string",
            "exception_lists": ["string"],
        },
        "url": {
            "recurring": {
                "daily": {
                    "at": "string",
                },
                "five_minute": False,
                "hourly": False,
                "monthly": {
                    "day_of_month": 0,
                    "at": "string",
                },
                "weekly": {
                    "day_of_week": "string",
                    "at": "string",
                },
            },
            "certificate_profile": "string",
            "description": "string",
            "exception_lists": ["string"],
            "url": "string",
            "url_auth": {
                "password": "string",
                "username": "string",
            },
        },
    },
    device="string",
    folder="string",
    name="string",
    snippet="string")
const externalDynamicListResource = new scm.ExternalDynamicList("externalDynamicListResource", {
    type: {
        domain: {
            recurring: {
                daily: {
                    at: "string",
                },
                fiveMinute: false,
                hourly: false,
                monthly: {
                    dayOfMonth: 0,
                    at: "string",
                },
                weekly: {
                    dayOfWeek: "string",
                    at: "string",
                },
            },
            certificateProfile: "string",
            description: "string",
            domainAuth: {
                password: "string",
                username: "string",
            },
            exceptionLists: ["string"],
            expandDomain: false,
            url: "string",
        },
        imei: {
            recurring: {
                daily: {
                    at: "string",
                },
                fiveMinute: false,
                hourly: false,
                monthly: {
                    dayOfMonth: 0,
                    at: "string",
                },
                weekly: {
                    dayOfWeek: "string",
                    at: "string",
                },
            },
            certificateProfile: "string",
            description: "string",
            exceptionLists: ["string"],
            imeiAuth: {
                password: "string",
                username: "string",
            },
            url: "string",
        },
        imsi: {
            recurring: {
                daily: {
                    at: "string",
                },
                fiveMinute: false,
                hourly: false,
                monthly: {
                    dayOfMonth: 0,
                    at: "string",
                },
                weekly: {
                    dayOfWeek: "string",
                    at: "string",
                },
            },
            certificateProfile: "string",
            description: "string",
            exceptionLists: ["string"],
            imsiAuth: {
                password: "string",
                username: "string",
            },
            url: "string",
        },
        ip: {
            recurring: {
                daily: {
                    at: "string",
                },
                fiveMinute: false,
                hourly: false,
                monthly: {
                    dayOfMonth: 0,
                    at: "string",
                },
                weekly: {
                    dayOfWeek: "string",
                    at: "string",
                },
            },
            certificateProfile: "string",
            description: "string",
            exceptionLists: ["string"],
            ipAuth: {
                password: "string",
                username: "string",
            },
            url: "string",
        },
        predefinedIp: {
            url: "string",
            description: "string",
            exceptionLists: ["string"],
        },
        predefinedUrl: {
            url: "string",
            description: "string",
            exceptionLists: ["string"],
        },
        url: {
            recurring: {
                daily: {
                    at: "string",
                },
                fiveMinute: false,
                hourly: false,
                monthly: {
                    dayOfMonth: 0,
                    at: "string",
                },
                weekly: {
                    dayOfWeek: "string",
                    at: "string",
                },
            },
            certificateProfile: "string",
            description: "string",
            exceptionLists: ["string"],
            url: "string",
            urlAuth: {
                password: "string",
                username: "string",
            },
        },
    },
    device: "string",
    folder: "string",
    name: "string",
    snippet: "string",
});
type: scm:ExternalDynamicList
properties:
    device: string
    folder: string
    name: string
    snippet: string
    type:
        domain:
            certificateProfile: string
            description: string
            domainAuth:
                password: string
                username: string
            exceptionLists:
                - string
            expandDomain: false
            recurring:
                daily:
                    at: string
                fiveMinute: false
                hourly: false
                monthly:
                    at: string
                    dayOfMonth: 0
                weekly:
                    at: string
                    dayOfWeek: string
            url: string
        imei:
            certificateProfile: string
            description: string
            exceptionLists:
                - string
            imeiAuth:
                password: string
                username: string
            recurring:
                daily:
                    at: string
                fiveMinute: false
                hourly: false
                monthly:
                    at: string
                    dayOfMonth: 0
                weekly:
                    at: string
                    dayOfWeek: string
            url: string
        imsi:
            certificateProfile: string
            description: string
            exceptionLists:
                - string
            imsiAuth:
                password: string
                username: string
            recurring:
                daily:
                    at: string
                fiveMinute: false
                hourly: false
                monthly:
                    at: string
                    dayOfMonth: 0
                weekly:
                    at: string
                    dayOfWeek: string
            url: string
        ip:
            certificateProfile: string
            description: string
            exceptionLists:
                - string
            ipAuth:
                password: string
                username: string
            recurring:
                daily:
                    at: string
                fiveMinute: false
                hourly: false
                monthly:
                    at: string
                    dayOfMonth: 0
                weekly:
                    at: string
                    dayOfWeek: string
            url: string
        predefinedIp:
            description: string
            exceptionLists:
                - string
            url: string
        predefinedUrl:
            description: string
            exceptionLists:
                - string
            url: string
        url:
            certificateProfile: string
            description: string
            exceptionLists:
                - string
            recurring:
                daily:
                    at: string
                fiveMinute: false
                hourly: false
                monthly:
                    at: string
                    dayOfMonth: 0
                weekly:
                    at: string
                    dayOfWeek: string
            url: string
            urlAuth:
                password: string
                username: string
ExternalDynamicList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ExternalDynamicList resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the ExternalDynamicList resource produces the following output properties:
- EncryptedValues Dictionary<string, string>
- (Internal use) Encrypted values returned from the API.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- EncryptedValues map[string]string
- (Internal use) Encrypted values returned from the API.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tfid string
- encryptedValues Map<String,String>
- (Internal use) Encrypted values returned from the API.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
- encryptedValues {[key: string]: string}
- (Internal use) Encrypted values returned from the API.
- id string
- The provider-assigned unique ID for this managed resource.
- tfid string
- encrypted_values Mapping[str, str]
- (Internal use) Encrypted values returned from the API.
- id str
- The provider-assigned unique ID for this managed resource.
- tfid str
- encryptedValues Map<String>
- (Internal use) Encrypted values returned from the API.
- id String
- The provider-assigned unique ID for this managed resource.
- tfid String
Look up Existing ExternalDynamicList Resource
Get an existing ExternalDynamicList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ExternalDynamicListState, opts?: CustomResourceOptions): ExternalDynamicList@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        device: Optional[str] = None,
        encrypted_values: Optional[Mapping[str, str]] = None,
        folder: Optional[str] = None,
        name: Optional[str] = None,
        snippet: Optional[str] = None,
        tfid: Optional[str] = None,
        type: Optional[ExternalDynamicListTypeArgs] = None) -> ExternalDynamicListfunc GetExternalDynamicList(ctx *Context, name string, id IDInput, state *ExternalDynamicListState, opts ...ResourceOption) (*ExternalDynamicList, error)public static ExternalDynamicList Get(string name, Input<string> id, ExternalDynamicListState? state, CustomResourceOptions? opts = null)public static ExternalDynamicList get(String name, Output<String> id, ExternalDynamicListState state, CustomResourceOptions options)resources:  _:    type: scm:ExternalDynamicList    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Device string
- The Device param.
- EncryptedValues Dictionary<string, string>
- (Internal use) Encrypted values returned from the API.
- Folder string
- The Folder param.
- Name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- Snippet string
- The Snippet param.
- Tfid string
- Type
ExternalDynamic List Type 
- The Type param.
- Device string
- The Device param.
- EncryptedValues map[string]string
- (Internal use) Encrypted values returned from the API.
- Folder string
- The Folder param.
- Name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- Snippet string
- The Snippet param.
- Tfid string
- Type
ExternalDynamic List Type Args 
- The Type param.
- device String
- The Device param.
- encryptedValues Map<String,String>
- (Internal use) Encrypted values returned from the API.
- folder String
- The Folder param.
- name String
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- snippet String
- The Snippet param.
- tfid String
- type
ExternalDynamic List Type 
- The Type param.
- device string
- The Device param.
- encryptedValues {[key: string]: string}
- (Internal use) Encrypted values returned from the API.
- folder string
- The Folder param.
- name string
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- snippet string
- The Snippet param.
- tfid string
- type
ExternalDynamic List Type 
- The Type param.
- device str
- The Device param.
- encrypted_values Mapping[str, str]
- (Internal use) Encrypted values returned from the API.
- folder str
- The Folder param.
- name str
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- snippet str
- The Snippet param.
- tfid str
- type
ExternalDynamic List Type Args 
- The Type param.
- device String
- The Device param.
- encryptedValues Map<String>
- (Internal use) Encrypted values returned from the API.
- folder String
- The Folder param.
- name String
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- snippet String
- The Snippet param.
- tfid String
- type Property Map
- The Type param.
Supporting Types
ExternalDynamicListType, ExternalDynamicListTypeArgs        
- Domain
ExternalDynamic List Type Domain 
- The Domain param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Imei
ExternalDynamic List Type Imei 
- The Imei param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Imsi
ExternalDynamic List Type Imsi 
- The Imsi param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Ip
ExternalDynamic List Type Ip 
- The Ip param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- PredefinedIp ExternalDynamic List Type Predefined Ip 
- The PredefinedIp param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- PredefinedUrl ExternalDynamic List Type Predefined Url 
- The PredefinedUrl param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Url
ExternalDynamic List Type Url 
- The Url param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Domain
ExternalDynamic List Type Domain 
- The Domain param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Imei
ExternalDynamic List Type Imei 
- The Imei param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Imsi
ExternalDynamic List Type Imsi 
- The Imsi param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Ip
ExternalDynamic List Type Ip 
- The Ip param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- PredefinedIp ExternalDynamic List Type Predefined Ip 
- The PredefinedIp param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- PredefinedUrl ExternalDynamic List Type Predefined Url 
- The PredefinedUrl param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- Url
ExternalDynamic List Type Url 
- The Url param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- domain
ExternalDynamic List Type Domain 
- The Domain param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imei
ExternalDynamic List Type Imei 
- The Imei param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imsi
ExternalDynamic List Type Imsi 
- The Imsi param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- ip
ExternalDynamic List Type Ip 
- The Ip param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefinedIp ExternalDynamic List Type Predefined Ip 
- The PredefinedIp param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefinedUrl ExternalDynamic List Type Predefined Url 
- The PredefinedUrl param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- url
ExternalDynamic List Type Url 
- The Url param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- domain
ExternalDynamic List Type Domain 
- The Domain param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imei
ExternalDynamic List Type Imei 
- The Imei param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imsi
ExternalDynamic List Type Imsi 
- The Imsi param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- ip
ExternalDynamic List Type Ip 
- The Ip param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefinedIp ExternalDynamic List Type Predefined Ip 
- The PredefinedIp param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefinedUrl ExternalDynamic List Type Predefined Url 
- The PredefinedUrl param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- url
ExternalDynamic List Type Url 
- The Url param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- domain
ExternalDynamic List Type Domain 
- The Domain param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imei
ExternalDynamic List Type Imei 
- The Imei param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imsi
ExternalDynamic List Type Imsi 
- The Imsi param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- ip
ExternalDynamic List Type Ip 
- The Ip param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefined_ip ExternalDynamic List Type Predefined Ip 
- The PredefinedIp param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefined_url ExternalDynamic List Type Predefined Url 
- The PredefinedUrl param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- url
ExternalDynamic List Type Url 
- The Url param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- domain Property Map
- The Domain param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imei Property Map
- The Imei param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- imsi Property Map
- The Imsi param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- ip Property Map
- The Ip param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefinedIp Property Map
- The PredefinedIp param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- predefinedUrl Property Map
- The PredefinedUrl param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
- url Property Map
- The Url param. Ensure that only one of the following is specified: domain,imei,imsi,ip,predefined_ip,predefined_url,url
ExternalDynamicListTypeDomain, ExternalDynamicListTypeDomainArgs          
- Recurring
ExternalDynamic List Type Domain Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- DomainAuth ExternalDynamic List Type Domain Domain Auth 
- The DomainAuth param.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ExpandDomain bool
- Enable/Disable expand domain. Default: false.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- Recurring
ExternalDynamic List Type Domain Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- DomainAuth ExternalDynamic List Type Domain Domain Auth 
- The DomainAuth param.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ExpandDomain bool
- Enable/Disable expand domain. Default: false.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Domain Recurring 
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- domainAuth ExternalDynamic List Type Domain Domain Auth 
- The DomainAuth param.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expandDomain Boolean
- Enable/Disable expand domain. Default: false.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Domain Recurring 
- The Recurring param.
- certificateProfile string
- Profile for authenticating client certificates. Default: "None".
- description string
- The Description param. String length must not exceed 255 characters.
- domainAuth ExternalDynamic List Type Domain Domain Auth 
- The DomainAuth param.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expandDomain boolean
- Enable/Disable expand domain. Default: false.
- url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Domain Recurring 
- The Recurring param.
- certificate_profile str
- Profile for authenticating client certificates. Default: "None".
- description str
- The Description param. String length must not exceed 255 characters.
- domain_auth ExternalDynamic List Type Domain Domain Auth 
- The DomainAuth param.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expand_domain bool
- Enable/Disable expand domain. Default: false.
- url str
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring Property Map
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- domainAuth Property Map
- The DomainAuth param.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expandDomain Boolean
- Enable/Disable expand domain. Default: false.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
ExternalDynamicListTypeDomainDomainAuth, ExternalDynamicListTypeDomainDomainAuthArgs              
ExternalDynamicListTypeDomainRecurring, ExternalDynamicListTypeDomainRecurringArgs            
- Daily
ExternalDynamic List Type Domain Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Domain Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Domain Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Daily
ExternalDynamic List Type Domain Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Domain Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Domain Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Domain Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Domain Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Domain Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Domain Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Domain Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Domain Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Domain Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- five_minute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Domain Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Domain Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly Property Map
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly Property Map
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
ExternalDynamicListTypeDomainRecurringDaily, ExternalDynamicListTypeDomainRecurringDailyArgs              
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeDomainRecurringMonthly, ExternalDynamicListTypeDomainRecurringMonthlyArgs              
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf IntegerMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf numberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- day_of_ intmonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf NumberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeDomainRecurringWeekly, ExternalDynamicListTypeDomainRecurringWeeklyArgs              
- day_of_ strweek 
- The DayOfWeek param. String must be one of these: "sunday","monday","tuesday","wednesday","thursday","friday","saturday".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeImei, ExternalDynamicListTypeImeiArgs          
- Recurring
ExternalDynamic List Type Imei Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- ImeiAuth ExternalDynamic List Type Imei Imei Auth 
- The ImeiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- Recurring
ExternalDynamic List Type Imei Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- ImeiAuth ExternalDynamic List Type Imei Imei Auth 
- The ImeiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Imei Recurring 
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imeiAuth ExternalDynamic List Type Imei Imei Auth 
- The ImeiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Imei Recurring 
- The Recurring param.
- certificateProfile string
- Profile for authenticating client certificates. Default: "None".
- description string
- The Description param. String length must not exceed 255 characters.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imeiAuth ExternalDynamic List Type Imei Imei Auth 
- The ImeiAuth param.
- url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Imei Recurring 
- The Recurring param.
- certificate_profile str
- Profile for authenticating client certificates. Default: "None".
- description str
- The Description param. String length must not exceed 255 characters.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imei_auth ExternalDynamic List Type Imei Imei Auth 
- The ImeiAuth param.
- url str
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring Property Map
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imeiAuth Property Map
- The ImeiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
ExternalDynamicListTypeImeiImeiAuth, ExternalDynamicListTypeImeiImeiAuthArgs              
ExternalDynamicListTypeImeiRecurring, ExternalDynamicListTypeImeiRecurringArgs            
- Daily
ExternalDynamic List Type Imei Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Imei Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Imei Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Daily
ExternalDynamic List Type Imei Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Imei Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Imei Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Imei Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Imei Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Imei Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Imei Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Imei Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Imei Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Imei Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- five_minute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Imei Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Imei Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly Property Map
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly Property Map
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
ExternalDynamicListTypeImeiRecurringDaily, ExternalDynamicListTypeImeiRecurringDailyArgs              
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeImeiRecurringMonthly, ExternalDynamicListTypeImeiRecurringMonthlyArgs              
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf IntegerMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf numberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- day_of_ intmonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf NumberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeImeiRecurringWeekly, ExternalDynamicListTypeImeiRecurringWeeklyArgs              
- day_of_ strweek 
- The DayOfWeek param. String must be one of these: "sunday","monday","tuesday","wednesday","thursday","friday","saturday".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeImsi, ExternalDynamicListTypeImsiArgs          
- Recurring
ExternalDynamic List Type Imsi Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- ImsiAuth ExternalDynamic List Type Imsi Imsi Auth 
- The ImsiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- Recurring
ExternalDynamic List Type Imsi Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- ImsiAuth ExternalDynamic List Type Imsi Imsi Auth 
- The ImsiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Imsi Recurring 
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsiAuth ExternalDynamic List Type Imsi Imsi Auth 
- The ImsiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Imsi Recurring 
- The Recurring param.
- certificateProfile string
- Profile for authenticating client certificates. Default: "None".
- description string
- The Description param. String length must not exceed 255 characters.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsiAuth ExternalDynamic List Type Imsi Imsi Auth 
- The ImsiAuth param.
- url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Imsi Recurring 
- The Recurring param.
- certificate_profile str
- Profile for authenticating client certificates. Default: "None".
- description str
- The Description param. String length must not exceed 255 characters.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsi_auth ExternalDynamic List Type Imsi Imsi Auth 
- The ImsiAuth param.
- url str
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring Property Map
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsiAuth Property Map
- The ImsiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
ExternalDynamicListTypeImsiImsiAuth, ExternalDynamicListTypeImsiImsiAuthArgs              
ExternalDynamicListTypeImsiRecurring, ExternalDynamicListTypeImsiRecurringArgs            
- Daily
ExternalDynamic List Type Imsi Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Imsi Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Imsi Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Daily
ExternalDynamic List Type Imsi Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Imsi Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Imsi Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Imsi Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Imsi Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Imsi Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Imsi Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Imsi Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Imsi Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Imsi Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- five_minute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Imsi Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Imsi Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly Property Map
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly Property Map
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
ExternalDynamicListTypeImsiRecurringDaily, ExternalDynamicListTypeImsiRecurringDailyArgs              
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeImsiRecurringMonthly, ExternalDynamicListTypeImsiRecurringMonthlyArgs              
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf IntegerMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf numberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- day_of_ intmonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf NumberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeImsiRecurringWeekly, ExternalDynamicListTypeImsiRecurringWeeklyArgs              
- day_of_ strweek 
- The DayOfWeek param. String must be one of these: "sunday","monday","tuesday","wednesday","thursday","friday","saturday".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeIp, ExternalDynamicListTypeIpArgs          
- Recurring
ExternalDynamic List Type Ip Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- IpAuth ExternalDynamic List Type Ip Ip Auth 
- The IpAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- Recurring
ExternalDynamic List Type Ip Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- IpAuth ExternalDynamic List Type Ip Ip Auth 
- The IpAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Ip Recurring 
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ipAuth ExternalDynamic List Type Ip Ip Auth 
- The IpAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Ip Recurring 
- The Recurring param.
- certificateProfile string
- Profile for authenticating client certificates. Default: "None".
- description string
- The Description param. String length must not exceed 255 characters.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ipAuth ExternalDynamic List Type Ip Ip Auth 
- The IpAuth param.
- url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring
ExternalDynamic List Type Ip Recurring 
- The Recurring param.
- certificate_profile str
- Profile for authenticating client certificates. Default: "None".
- description str
- The Description param. String length must not exceed 255 characters.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ip_auth ExternalDynamic List Type Ip Ip Auth 
- The IpAuth param.
- url str
- The Url param. String length must not exceed 255 characters. Default: "http://".
- recurring Property Map
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ipAuth Property Map
- The IpAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
ExternalDynamicListTypeIpIpAuth, ExternalDynamicListTypeIpIpAuthArgs              
ExternalDynamicListTypeIpRecurring, ExternalDynamicListTypeIpRecurringArgs            
- Daily
ExternalDynamic List Type Ip Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Ip Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Ip Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Daily
ExternalDynamic List Type Ip Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Ip Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Ip Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Ip Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Ip Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Ip Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Ip Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Ip Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Ip Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Ip Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- five_minute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Ip Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Ip Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly Property Map
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly Property Map
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
ExternalDynamicListTypeIpRecurringDaily, ExternalDynamicListTypeIpRecurringDailyArgs              
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeIpRecurringMonthly, ExternalDynamicListTypeIpRecurringMonthlyArgs              
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf IntegerMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf numberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- day_of_ intmonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf NumberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeIpRecurringWeekly, ExternalDynamicListTypeIpRecurringWeeklyArgs              
- day_of_ strweek 
- The DayOfWeek param. String must be one of these: "sunday","monday","tuesday","wednesday","thursday","friday","saturday".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypePredefinedIp, ExternalDynamicListTypePredefinedIpArgs            
- Url string
- The Url param.
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- Url string
- The Url param.
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url String
- The Url param.
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url string
- The Url param.
- description string
- The Description param. String length must not exceed 255 characters.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url str
- The Url param.
- description str
- The Description param. String length must not exceed 255 characters.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url String
- The Url param.
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
ExternalDynamicListTypePredefinedUrl, ExternalDynamicListTypePredefinedUrlArgs            
- Url string
- The Url param.
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- Url string
- The Url param.
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url String
- The Url param.
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url string
- The Url param.
- description string
- The Description param. String length must not exceed 255 characters.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url str
- The Url param.
- description str
- The Description param. String length must not exceed 255 characters.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url String
- The Url param.
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
ExternalDynamicListTypeUrl, ExternalDynamicListTypeUrlArgs          
- Recurring
ExternalDynamic List Type Url Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists List<string>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- UrlAuth ExternalDynamic List Type Url Url Auth 
- The UrlAuth param.
- Recurring
ExternalDynamic List Type Url Recurring 
- The Recurring param.
- CertificateProfile string
- Profile for authenticating client certificates. Default: "None".
- Description string
- The Description param. String length must not exceed 255 characters.
- ExceptionLists []string
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- Url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- UrlAuth ExternalDynamic List Type Url Url Auth 
- The UrlAuth param.
- recurring
ExternalDynamic List Type Url Recurring 
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
- urlAuth ExternalDynamic List Type Url Url Auth 
- The UrlAuth param.
- recurring
ExternalDynamic List Type Url Recurring 
- The Recurring param.
- certificateProfile string
- Profile for authenticating client certificates. Default: "None".
- description string
- The Description param. String length must not exceed 255 characters.
- exceptionLists string[]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url string
- The Url param. String length must not exceed 255 characters. Default: "http://".
- urlAuth ExternalDynamic List Type Url Url Auth 
- The UrlAuth param.
- recurring
ExternalDynamic List Type Url Recurring 
- The Recurring param.
- certificate_profile str
- Profile for authenticating client certificates. Default: "None".
- description str
- The Description param. String length must not exceed 255 characters.
- exception_lists Sequence[str]
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url str
- The Url param. String length must not exceed 255 characters. Default: "http://".
- url_auth ExternalDynamic List Type Url Url Auth 
- The UrlAuth param.
- recurring Property Map
- The Recurring param.
- certificateProfile String
- Profile for authenticating client certificates. Default: "None".
- description String
- The Description param. String length must not exceed 255 characters.
- exceptionLists List<String>
- The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url String
- The Url param. String length must not exceed 255 characters. Default: "http://".
- urlAuth Property Map
- The UrlAuth param.
ExternalDynamicListTypeUrlRecurring, ExternalDynamicListTypeUrlRecurringArgs            
- Daily
ExternalDynamic List Type Url Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Url Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Url Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Daily
ExternalDynamic List Type Url Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- FiveMinute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Monthly
ExternalDynamic List Type Url Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- Weekly
ExternalDynamic List Type Url Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Url Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Url Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Url Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Url Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Url Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Url Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily
ExternalDynamic List Type Url Recurring Daily 
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- five_minute bool
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly
ExternalDynamic List Type Url Recurring Monthly 
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly
ExternalDynamic List Type Url Recurring Weekly 
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- fiveMinute Boolean
- The FiveMinute param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- hourly Boolean
- The Hourly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- monthly Property Map
- The Monthly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
- weekly Property Map
- The Weekly param. Ensure that only one of the following is specified: daily,five_minute,hourly,monthly,weekly
ExternalDynamicListTypeUrlRecurringDaily, ExternalDynamicListTypeUrlRecurringDailyArgs              
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeUrlRecurringMonthly, ExternalDynamicListTypeUrlRecurringMonthlyArgs              
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- DayOf intMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf IntegerMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf numberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- day_of_ intmonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
- dayOf NumberMonth 
- The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeUrlRecurringWeekly, ExternalDynamicListTypeUrlRecurringWeeklyArgs              
- day_of_ strweek 
- The DayOfWeek param. String must be one of these: "sunday","monday","tuesday","wednesday","thursday","friday","saturday".
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: ([01][0-9]|[2][0-3]). Default:"00".
ExternalDynamicListTypeUrlUrlAuth, ExternalDynamicListTypeUrlUrlAuthArgs              
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the scmTerraform Provider.
