1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. ExternalDynamicList
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.ExternalDynamicList

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    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=scm.ExternalDynamicListTypeArgs(
            domain=scm.ExternalDynamicListTypeDomainArgs(
                recurring=scm.ExternalDynamicListTypeDomainRecurringArgs(
                    daily=scm.ExternalDynamicListTypeDomainRecurringDailyArgs(
                        at="string",
                    ),
                    five_minute=False,
                    hourly=False,
                    monthly=scm.ExternalDynamicListTypeDomainRecurringMonthlyArgs(
                        day_of_month=0,
                        at="string",
                    ),
                    weekly=scm.ExternalDynamicListTypeDomainRecurringWeeklyArgs(
                        day_of_week="string",
                        at="string",
                    ),
                ),
                certificate_profile="string",
                description="string",
                domain_auth=scm.ExternalDynamicListTypeDomainDomainAuthArgs(
                    password="string",
                    username="string",
                ),
                exception_lists=["string"],
                expand_domain=False,
                url="string",
            ),
            imei=scm.ExternalDynamicListTypeImeiArgs(
                recurring=scm.ExternalDynamicListTypeImeiRecurringArgs(
                    daily=scm.ExternalDynamicListTypeImeiRecurringDailyArgs(
                        at="string",
                    ),
                    five_minute=False,
                    hourly=False,
                    monthly=scm.ExternalDynamicListTypeImeiRecurringMonthlyArgs(
                        day_of_month=0,
                        at="string",
                    ),
                    weekly=scm.ExternalDynamicListTypeImeiRecurringWeeklyArgs(
                        day_of_week="string",
                        at="string",
                    ),
                ),
                certificate_profile="string",
                description="string",
                exception_lists=["string"],
                imei_auth=scm.ExternalDynamicListTypeImeiImeiAuthArgs(
                    password="string",
                    username="string",
                ),
                url="string",
            ),
            imsi=scm.ExternalDynamicListTypeImsiArgs(
                recurring=scm.ExternalDynamicListTypeImsiRecurringArgs(
                    daily=scm.ExternalDynamicListTypeImsiRecurringDailyArgs(
                        at="string",
                    ),
                    five_minute=False,
                    hourly=False,
                    monthly=scm.ExternalDynamicListTypeImsiRecurringMonthlyArgs(
                        day_of_month=0,
                        at="string",
                    ),
                    weekly=scm.ExternalDynamicListTypeImsiRecurringWeeklyArgs(
                        day_of_week="string",
                        at="string",
                    ),
                ),
                certificate_profile="string",
                description="string",
                exception_lists=["string"],
                imsi_auth=scm.ExternalDynamicListTypeImsiImsiAuthArgs(
                    password="string",
                    username="string",
                ),
                url="string",
            ),
            ip=scm.ExternalDynamicListTypeIpArgs(
                recurring=scm.ExternalDynamicListTypeIpRecurringArgs(
                    daily=scm.ExternalDynamicListTypeIpRecurringDailyArgs(
                        at="string",
                    ),
                    five_minute=False,
                    hourly=False,
                    monthly=scm.ExternalDynamicListTypeIpRecurringMonthlyArgs(
                        day_of_month=0,
                        at="string",
                    ),
                    weekly=scm.ExternalDynamicListTypeIpRecurringWeeklyArgs(
                        day_of_week="string",
                        at="string",
                    ),
                ),
                certificate_profile="string",
                description="string",
                exception_lists=["string"],
                ip_auth=scm.ExternalDynamicListTypeIpIpAuthArgs(
                    password="string",
                    username="string",
                ),
                url="string",
            ),
            predefined_ip=scm.ExternalDynamicListTypePredefinedIpArgs(
                url="string",
                description="string",
                exception_lists=["string"],
            ),
            predefined_url=scm.ExternalDynamicListTypePredefinedUrlArgs(
                url="string",
                description="string",
                exception_lists=["string"],
            ),
            url=scm.ExternalDynamicListTypeUrlArgs(
                recurring=scm.ExternalDynamicListTypeUrlRecurringArgs(
                    daily=scm.ExternalDynamicListTypeUrlRecurringDailyArgs(
                        at="string",
                    ),
                    five_minute=False,
                    hourly=False,
                    monthly=scm.ExternalDynamicListTypeUrlRecurringMonthlyArgs(
                        day_of_month=0,
                        at="string",
                    ),
                    weekly=scm.ExternalDynamicListTypeUrlRecurringWeeklyArgs(
                        day_of_week="string",
                        at="string",
                    ),
                ),
                certificate_profile="string",
                description="string",
                exception_lists=["string"],
                url="string",
                url_auth=scm.ExternalDynamicListTypeUrlUrlAuthArgs(
                    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

    The ExternalDynamicList resource accepts the following input properties:

    Type ExternalDynamicListType
    The Type param.
    Device string
    The Device param.
    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.
    Type ExternalDynamicListTypeArgs
    The Type param.
    Device string
    The Device param.
    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.
    type ExternalDynamicListType
    The Type param.
    device String
    The Device param.
    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.
    type ExternalDynamicListType
    The Type param.
    device string
    The Device param.
    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.
    type ExternalDynamicListTypeArgs
    The Type param.
    device str
    The Device param.
    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.
    type Property Map
    The Type param.
    device String
    The Device param.
    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.

    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) -> ExternalDynamicList
    func 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)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:
    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 ExternalDynamicListType
    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 ExternalDynamicListTypeArgs
    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 ExternalDynamicListType
    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 ExternalDynamicListType
    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 ExternalDynamicListTypeArgs
    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 ExternalDynamicListTypeDomain
    The Domain param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Imei ExternalDynamicListTypeImei
    The Imei param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Imsi ExternalDynamicListTypeImsi
    The Imsi param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Ip ExternalDynamicListTypeIp
    The Ip param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    PredefinedIp ExternalDynamicListTypePredefinedIp
    The PredefinedIp param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    PredefinedUrl ExternalDynamicListTypePredefinedUrl
    The PredefinedUrl param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Url ExternalDynamicListTypeUrl
    The Url param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Domain ExternalDynamicListTypeDomain
    The Domain param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Imei ExternalDynamicListTypeImei
    The Imei param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Imsi ExternalDynamicListTypeImsi
    The Imsi param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Ip ExternalDynamicListTypeIp
    The Ip param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    PredefinedIp ExternalDynamicListTypePredefinedIp
    The PredefinedIp param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    PredefinedUrl ExternalDynamicListTypePredefinedUrl
    The PredefinedUrl param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    Url ExternalDynamicListTypeUrl
    The Url param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    domain ExternalDynamicListTypeDomain
    The Domain param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    imei ExternalDynamicListTypeImei
    The Imei param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    imsi ExternalDynamicListTypeImsi
    The Imsi param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    ip ExternalDynamicListTypeIp
    The Ip param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    predefinedIp ExternalDynamicListTypePredefinedIp
    The PredefinedIp param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    predefinedUrl ExternalDynamicListTypePredefinedUrl
    The PredefinedUrl param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    url ExternalDynamicListTypeUrl
    The Url param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    domain ExternalDynamicListTypeDomain
    The Domain param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    imei ExternalDynamicListTypeImei
    The Imei param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    imsi ExternalDynamicListTypeImsi
    The Imsi param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    ip ExternalDynamicListTypeIp
    The Ip param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    predefinedIp ExternalDynamicListTypePredefinedIp
    The PredefinedIp param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    predefinedUrl ExternalDynamicListTypePredefinedUrl
    The PredefinedUrl param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    url ExternalDynamicListTypeUrl
    The Url param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    domain ExternalDynamicListTypeDomain
    The Domain param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    imei ExternalDynamicListTypeImei
    The Imei param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    imsi ExternalDynamicListTypeImsi
    The Imsi param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    ip ExternalDynamicListTypeIp
    The Ip param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    predefined_ip ExternalDynamicListTypePredefinedIp
    The PredefinedIp param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    predefined_url ExternalDynamicListTypePredefinedUrl
    The PredefinedUrl param. Ensure that only one of the following is specified: domain, imei, imsi, ip, predefined_ip, predefined_url, url
    url ExternalDynamicListTypeUrl
    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 ExternalDynamicListTypeDomainRecurring
    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 ExternalDynamicListTypeDomainDomainAuth
    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 ExternalDynamicListTypeDomainRecurring
    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 ExternalDynamicListTypeDomainDomainAuth
    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 ExternalDynamicListTypeDomainRecurring
    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 ExternalDynamicListTypeDomainDomainAuth
    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 ExternalDynamicListTypeDomainRecurring
    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 ExternalDynamicListTypeDomainDomainAuth
    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 ExternalDynamicListTypeDomainRecurring
    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 ExternalDynamicListTypeDomainDomainAuth
    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

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    ExternalDynamicListTypeDomainRecurring, ExternalDynamicListTypeDomainRecurringArgs

    Daily ExternalDynamicListTypeDomainRecurringDaily
    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 ExternalDynamicListTypeDomainRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeDomainRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Daily ExternalDynamicListTypeDomainRecurringDaily
    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 ExternalDynamicListTypeDomainRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeDomainRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeDomainRecurringDaily
    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 ExternalDynamicListTypeDomainRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeDomainRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeDomainRecurringDaily
    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 ExternalDynamicListTypeDomainRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeDomainRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeDomainRecurringDaily
    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 ExternalDynamicListTypeDomainRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeDomainRecurringWeekly
    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

    DayOfMonth int
    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".
    DayOfMonth int
    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".
    dayOfMonth Integer
    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".
    dayOfMonth number
    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_month int
    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".
    dayOfMonth Number
    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

    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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_week str
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".

    ExternalDynamicListTypeImei, ExternalDynamicListTypeImeiArgs

    Recurring ExternalDynamicListTypeImeiRecurring
    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 ExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    Recurring ExternalDynamicListTypeImeiRecurring
    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 ExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeImeiRecurring
    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 ExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeImeiRecurring
    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 ExternalDynamicListTypeImeiImeiAuth
    The ImeiAuth param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeImeiRecurring
    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 ExternalDynamicListTypeImeiImeiAuth
    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

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    ExternalDynamicListTypeImeiRecurring, ExternalDynamicListTypeImeiRecurringArgs

    Daily ExternalDynamicListTypeImeiRecurringDaily
    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 ExternalDynamicListTypeImeiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeImeiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Daily ExternalDynamicListTypeImeiRecurringDaily
    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 ExternalDynamicListTypeImeiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeImeiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeImeiRecurringDaily
    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 ExternalDynamicListTypeImeiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeImeiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeImeiRecurringDaily
    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 ExternalDynamicListTypeImeiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeImeiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeImeiRecurringDaily
    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 ExternalDynamicListTypeImeiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeImeiRecurringWeekly
    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

    DayOfMonth int
    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".
    DayOfMonth int
    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".
    dayOfMonth Integer
    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".
    dayOfMonth number
    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_month int
    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".
    dayOfMonth Number
    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

    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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_week str
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".

    ExternalDynamicListTypeImsi, ExternalDynamicListTypeImsiArgs

    Recurring ExternalDynamicListTypeImsiRecurring
    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 ExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    Recurring ExternalDynamicListTypeImsiRecurring
    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 ExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeImsiRecurring
    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 ExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeImsiRecurring
    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 ExternalDynamicListTypeImsiImsiAuth
    The ImsiAuth param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeImsiRecurring
    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 ExternalDynamicListTypeImsiImsiAuth
    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

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    ExternalDynamicListTypeImsiRecurring, ExternalDynamicListTypeImsiRecurringArgs

    Daily ExternalDynamicListTypeImsiRecurringDaily
    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 ExternalDynamicListTypeImsiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeImsiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Daily ExternalDynamicListTypeImsiRecurringDaily
    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 ExternalDynamicListTypeImsiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeImsiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeImsiRecurringDaily
    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 ExternalDynamicListTypeImsiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeImsiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeImsiRecurringDaily
    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 ExternalDynamicListTypeImsiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeImsiRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeImsiRecurringDaily
    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 ExternalDynamicListTypeImsiRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeImsiRecurringWeekly
    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

    DayOfMonth int
    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".
    DayOfMonth int
    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".
    dayOfMonth Integer
    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".
    dayOfMonth number
    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_month int
    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".
    dayOfMonth Number
    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

    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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_week str
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".

    ExternalDynamicListTypeIp, ExternalDynamicListTypeIpArgs

    Recurring ExternalDynamicListTypeIpRecurring
    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 ExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    Recurring ExternalDynamicListTypeIpRecurring
    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 ExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    Url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeIpRecurring
    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 ExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    url String
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeIpRecurring
    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 ExternalDynamicListTypeIpIpAuth
    The IpAuth param.
    url string
    The Url param. String length must not exceed 255 characters. Default: "http://".
    recurring ExternalDynamicListTypeIpRecurring
    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 ExternalDynamicListTypeIpIpAuth
    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

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    ExternalDynamicListTypeIpRecurring, ExternalDynamicListTypeIpRecurringArgs

    Daily ExternalDynamicListTypeIpRecurringDaily
    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 ExternalDynamicListTypeIpRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeIpRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Daily ExternalDynamicListTypeIpRecurringDaily
    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 ExternalDynamicListTypeIpRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeIpRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeIpRecurringDaily
    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 ExternalDynamicListTypeIpRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeIpRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeIpRecurringDaily
    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 ExternalDynamicListTypeIpRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeIpRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeIpRecurringDaily
    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 ExternalDynamicListTypeIpRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeIpRecurringWeekly
    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

    DayOfMonth int
    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".
    DayOfMonth int
    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".
    dayOfMonth Integer
    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".
    dayOfMonth number
    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_month int
    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".
    dayOfMonth Number
    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

    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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_week str
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".

    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 ExternalDynamicListTypeUrlRecurring
    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 ExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    Recurring ExternalDynamicListTypeUrlRecurring
    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 ExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    recurring ExternalDynamicListTypeUrlRecurring
    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 ExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    recurring ExternalDynamicListTypeUrlRecurring
    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 ExternalDynamicListTypeUrlUrlAuth
    The UrlAuth param.
    recurring ExternalDynamicListTypeUrlRecurring
    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 ExternalDynamicListTypeUrlUrlAuth
    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 ExternalDynamicListTypeUrlRecurringDaily
    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 ExternalDynamicListTypeUrlRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeUrlRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Daily ExternalDynamicListTypeUrlRecurringDaily
    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 ExternalDynamicListTypeUrlRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    Weekly ExternalDynamicListTypeUrlRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeUrlRecurringDaily
    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 ExternalDynamicListTypeUrlRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeUrlRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeUrlRecurringDaily
    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 ExternalDynamicListTypeUrlRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeUrlRecurringWeekly
    The Weekly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    daily ExternalDynamicListTypeUrlRecurringDaily
    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 ExternalDynamicListTypeUrlRecurringMonthly
    The Monthly param. Ensure that only one of the following is specified: daily, five_minute, hourly, monthly, weekly
    weekly ExternalDynamicListTypeUrlRecurringWeekly
    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

    DayOfMonth int
    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".
    DayOfMonth int
    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".
    dayOfMonth Integer
    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".
    dayOfMonth number
    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_month int
    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".
    dayOfMonth Number
    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

    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    DayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".
    dayOfWeek string
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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_week str
    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".
    dayOfWeek String
    The DayOfWeek param. String must be one of these: "sunday", "monday", "tuesday", "wednesday", "thursday", "friday", "saturday".
    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".

    ExternalDynamicListTypeUrlUrlAuth, ExternalDynamicListTypeUrlUrlAuthArgs

    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    Password string
    The Password param. String length must not exceed 255 characters.
    Username string
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.
    password string
    The Password param. String length must not exceed 255 characters.
    username string
    The Username param. String length must be between 1 and 255 characters.
    password str
    The Password param. String length must not exceed 255 characters.
    username str
    The Username param. String length must be between 1 and 255 characters.
    password String
    The Password param. String length must not exceed 255 characters.
    username String
    The Username param. String length must be between 1 and 255 characters.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi