Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi
scm.ExternalDynamicList
Explore with Pulumi AI
Retrieves a config item.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as scm from "@pulumi/scm";
const example = new scm.ExternalDynamicList("example", {});
import pulumi
import pulumi_scm as scm
example = scm.ExternalDynamicList("example")
package main
import (
"github.com/pulumi/pulumi-scm/sdk/go/scm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := scm.NewExternalDynamicList(ctx, "example", nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Scm = Pulumi.Scm;
return await Deployment.RunAsync(() =>
{
var example = new Scm.ExternalDynamicList("example");
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.scm.ExternalDynamicList;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new ExternalDynamicList("example");
}
}
resources:
example:
type: scm:ExternalDynamicList
Create ExternalDynamicList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ExternalDynamicList(name: string, args: ExternalDynamicListArgs, opts?: CustomResourceOptions);
@overload
def ExternalDynamicList(resource_name: str,
args: ExternalDynamicListArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ExternalDynamicList(resource_name: str,
opts: Optional[ResourceOptions] = None,
type: Optional[ExternalDynamicListTypeArgs] = None,
device: Optional[str] = None,
folder: Optional[str] = None,
name: Optional[str] = None,
snippet: Optional[str] = None)
func NewExternalDynamicList(ctx *Context, name string, args ExternalDynamicListArgs, opts ...ResourceOption) (*ExternalDynamicList, error)
public ExternalDynamicList(string name, ExternalDynamicListArgs args, CustomResourceOptions? opts = null)
public ExternalDynamicList(String name, ExternalDynamicListArgs args)
public ExternalDynamicList(String name, ExternalDynamicListArgs args, CustomResourceOptions options)
type: scm:ExternalDynamicList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ExternalDynamicListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var externalDynamicListResource = new Scm.ExternalDynamicList("externalDynamicListResource", new()
{
Type = new Scm.Inputs.ExternalDynamicListTypeArgs
{
Domain = new Scm.Inputs.ExternalDynamicListTypeDomainArgs
{
Recurring = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringArgs
{
Daily = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringDailyArgs
{
At = "string",
},
FiveMinute = false,
Hourly = false,
Monthly = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringMonthlyArgs
{
DayOfMonth = 0,
At = "string",
},
Weekly = new Scm.Inputs.ExternalDynamicListTypeDomainRecurringWeeklyArgs
{
DayOfWeek = "string",
At = "string",
},
},
CertificateProfile = "string",
Description = "string",
DomainAuth = new Scm.Inputs.ExternalDynamicListTypeDomainDomainAuthArgs
{
Password = "string",
Username = "string",
},
ExceptionLists = new[]
{
"string",
},
ExpandDomain = false,
Url = "string",
},
Imei = new Scm.Inputs.ExternalDynamicListTypeImeiArgs
{
Recurring = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringArgs
{
Daily = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringDailyArgs
{
At = "string",
},
FiveMinute = false,
Hourly = false,
Monthly = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringMonthlyArgs
{
DayOfMonth = 0,
At = "string",
},
Weekly = new Scm.Inputs.ExternalDynamicListTypeImeiRecurringWeeklyArgs
{
DayOfWeek = "string",
At = "string",
},
},
CertificateProfile = "string",
Description = "string",
ExceptionLists = new[]
{
"string",
},
ImeiAuth = new Scm.Inputs.ExternalDynamicListTypeImeiImeiAuthArgs
{
Password = "string",
Username = "string",
},
Url = "string",
},
Imsi = new Scm.Inputs.ExternalDynamicListTypeImsiArgs
{
Recurring = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringArgs
{
Daily = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringDailyArgs
{
At = "string",
},
FiveMinute = false,
Hourly = false,
Monthly = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringMonthlyArgs
{
DayOfMonth = 0,
At = "string",
},
Weekly = new Scm.Inputs.ExternalDynamicListTypeImsiRecurringWeeklyArgs
{
DayOfWeek = "string",
At = "string",
},
},
CertificateProfile = "string",
Description = "string",
ExceptionLists = new[]
{
"string",
},
ImsiAuth = new Scm.Inputs.ExternalDynamicListTypeImsiImsiAuthArgs
{
Password = "string",
Username = "string",
},
Url = "string",
},
Ip = new Scm.Inputs.ExternalDynamicListTypeIpArgs
{
Recurring = new Scm.Inputs.ExternalDynamicListTypeIpRecurringArgs
{
Daily = new Scm.Inputs.ExternalDynamicListTypeIpRecurringDailyArgs
{
At = "string",
},
FiveMinute = false,
Hourly = false,
Monthly = new Scm.Inputs.ExternalDynamicListTypeIpRecurringMonthlyArgs
{
DayOfMonth = 0,
At = "string",
},
Weekly = new Scm.Inputs.ExternalDynamicListTypeIpRecurringWeeklyArgs
{
DayOfWeek = "string",
At = "string",
},
},
CertificateProfile = "string",
Description = "string",
ExceptionLists = new[]
{
"string",
},
IpAuth = new Scm.Inputs.ExternalDynamicListTypeIpIpAuthArgs
{
Password = "string",
Username = "string",
},
Url = "string",
},
PredefinedIp = new Scm.Inputs.ExternalDynamicListTypePredefinedIpArgs
{
Url = "string",
Description = "string",
ExceptionLists = new[]
{
"string",
},
},
PredefinedUrl = new Scm.Inputs.ExternalDynamicListTypePredefinedUrlArgs
{
Url = "string",
Description = "string",
ExceptionLists = new[]
{
"string",
},
},
Url = new Scm.Inputs.ExternalDynamicListTypeUrlArgs
{
Recurring = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringArgs
{
Daily = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringDailyArgs
{
At = "string",
},
FiveMinute = false,
Hourly = false,
Monthly = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringMonthlyArgs
{
DayOfMonth = 0,
At = "string",
},
Weekly = new Scm.Inputs.ExternalDynamicListTypeUrlRecurringWeeklyArgs
{
DayOfWeek = "string",
At = "string",
},
},
CertificateProfile = "string",
Description = "string",
ExceptionLists = new[]
{
"string",
},
Url = "string",
UrlAuth = new Scm.Inputs.ExternalDynamicListTypeUrlUrlAuthArgs
{
Password = "string",
Username = "string",
},
},
},
Device = "string",
Folder = "string",
Name = "string",
Snippet = "string",
});
example, err := scm.NewExternalDynamicList(ctx, "externalDynamicListResource", &scm.ExternalDynamicListArgs{
Type: &scm.ExternalDynamicListTypeArgs{
Domain: &scm.ExternalDynamicListTypeDomainArgs{
Recurring: &scm.ExternalDynamicListTypeDomainRecurringArgs{
Daily: &scm.ExternalDynamicListTypeDomainRecurringDailyArgs{
At: pulumi.String("string"),
},
FiveMinute: pulumi.Bool(false),
Hourly: pulumi.Bool(false),
Monthly: &scm.ExternalDynamicListTypeDomainRecurringMonthlyArgs{
DayOfMonth: pulumi.Int(0),
At: pulumi.String("string"),
},
Weekly: &scm.ExternalDynamicListTypeDomainRecurringWeeklyArgs{
DayOfWeek: pulumi.String("string"),
At: pulumi.String("string"),
},
},
CertificateProfile: pulumi.String("string"),
Description: pulumi.String("string"),
DomainAuth: &scm.ExternalDynamicListTypeDomainDomainAuthArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
ExpandDomain: pulumi.Bool(false),
Url: pulumi.String("string"),
},
Imei: &scm.ExternalDynamicListTypeImeiArgs{
Recurring: &scm.ExternalDynamicListTypeImeiRecurringArgs{
Daily: &scm.ExternalDynamicListTypeImeiRecurringDailyArgs{
At: pulumi.String("string"),
},
FiveMinute: pulumi.Bool(false),
Hourly: pulumi.Bool(false),
Monthly: &scm.ExternalDynamicListTypeImeiRecurringMonthlyArgs{
DayOfMonth: pulumi.Int(0),
At: pulumi.String("string"),
},
Weekly: &scm.ExternalDynamicListTypeImeiRecurringWeeklyArgs{
DayOfWeek: pulumi.String("string"),
At: pulumi.String("string"),
},
},
CertificateProfile: pulumi.String("string"),
Description: pulumi.String("string"),
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
ImeiAuth: &scm.ExternalDynamicListTypeImeiImeiAuthArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
Url: pulumi.String("string"),
},
Imsi: &scm.ExternalDynamicListTypeImsiArgs{
Recurring: &scm.ExternalDynamicListTypeImsiRecurringArgs{
Daily: &scm.ExternalDynamicListTypeImsiRecurringDailyArgs{
At: pulumi.String("string"),
},
FiveMinute: pulumi.Bool(false),
Hourly: pulumi.Bool(false),
Monthly: &scm.ExternalDynamicListTypeImsiRecurringMonthlyArgs{
DayOfMonth: pulumi.Int(0),
At: pulumi.String("string"),
},
Weekly: &scm.ExternalDynamicListTypeImsiRecurringWeeklyArgs{
DayOfWeek: pulumi.String("string"),
At: pulumi.String("string"),
},
},
CertificateProfile: pulumi.String("string"),
Description: pulumi.String("string"),
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
ImsiAuth: &scm.ExternalDynamicListTypeImsiImsiAuthArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
Url: pulumi.String("string"),
},
Ip: &scm.ExternalDynamicListTypeIpArgs{
Recurring: &scm.ExternalDynamicListTypeIpRecurringArgs{
Daily: &scm.ExternalDynamicListTypeIpRecurringDailyArgs{
At: pulumi.String("string"),
},
FiveMinute: pulumi.Bool(false),
Hourly: pulumi.Bool(false),
Monthly: &scm.ExternalDynamicListTypeIpRecurringMonthlyArgs{
DayOfMonth: pulumi.Int(0),
At: pulumi.String("string"),
},
Weekly: &scm.ExternalDynamicListTypeIpRecurringWeeklyArgs{
DayOfWeek: pulumi.String("string"),
At: pulumi.String("string"),
},
},
CertificateProfile: pulumi.String("string"),
Description: pulumi.String("string"),
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
IpAuth: &scm.ExternalDynamicListTypeIpIpAuthArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
Url: pulumi.String("string"),
},
PredefinedIp: &scm.ExternalDynamicListTypePredefinedIpArgs{
Url: pulumi.String("string"),
Description: pulumi.String("string"),
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
},
PredefinedUrl: &scm.ExternalDynamicListTypePredefinedUrlArgs{
Url: pulumi.String("string"),
Description: pulumi.String("string"),
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
},
Url: &scm.ExternalDynamicListTypeUrlArgs{
Recurring: &scm.ExternalDynamicListTypeUrlRecurringArgs{
Daily: &scm.ExternalDynamicListTypeUrlRecurringDailyArgs{
At: pulumi.String("string"),
},
FiveMinute: pulumi.Bool(false),
Hourly: pulumi.Bool(false),
Monthly: &scm.ExternalDynamicListTypeUrlRecurringMonthlyArgs{
DayOfMonth: pulumi.Int(0),
At: pulumi.String("string"),
},
Weekly: &scm.ExternalDynamicListTypeUrlRecurringWeeklyArgs{
DayOfWeek: pulumi.String("string"),
At: pulumi.String("string"),
},
},
CertificateProfile: pulumi.String("string"),
Description: pulumi.String("string"),
ExceptionLists: pulumi.StringArray{
pulumi.String("string"),
},
Url: pulumi.String("string"),
UrlAuth: &scm.ExternalDynamicListTypeUrlUrlAuthArgs{
Password: pulumi.String("string"),
Username: pulumi.String("string"),
},
},
},
Device: pulumi.String("string"),
Folder: pulumi.String("string"),
Name: pulumi.String("string"),
Snippet: pulumi.String("string"),
})
var externalDynamicListResource = new ExternalDynamicList("externalDynamicListResource", ExternalDynamicListArgs.builder()
.type(ExternalDynamicListTypeArgs.builder()
.domain(ExternalDynamicListTypeDomainArgs.builder()
.recurring(ExternalDynamicListTypeDomainRecurringArgs.builder()
.daily(ExternalDynamicListTypeDomainRecurringDailyArgs.builder()
.at("string")
.build())
.fiveMinute(false)
.hourly(false)
.monthly(ExternalDynamicListTypeDomainRecurringMonthlyArgs.builder()
.dayOfMonth(0)
.at("string")
.build())
.weekly(ExternalDynamicListTypeDomainRecurringWeeklyArgs.builder()
.dayOfWeek("string")
.at("string")
.build())
.build())
.certificateProfile("string")
.description("string")
.domainAuth(ExternalDynamicListTypeDomainDomainAuthArgs.builder()
.password("string")
.username("string")
.build())
.exceptionLists("string")
.expandDomain(false)
.url("string")
.build())
.imei(ExternalDynamicListTypeImeiArgs.builder()
.recurring(ExternalDynamicListTypeImeiRecurringArgs.builder()
.daily(ExternalDynamicListTypeImeiRecurringDailyArgs.builder()
.at("string")
.build())
.fiveMinute(false)
.hourly(false)
.monthly(ExternalDynamicListTypeImeiRecurringMonthlyArgs.builder()
.dayOfMonth(0)
.at("string")
.build())
.weekly(ExternalDynamicListTypeImeiRecurringWeeklyArgs.builder()
.dayOfWeek("string")
.at("string")
.build())
.build())
.certificateProfile("string")
.description("string")
.exceptionLists("string")
.imeiAuth(ExternalDynamicListTypeImeiImeiAuthArgs.builder()
.password("string")
.username("string")
.build())
.url("string")
.build())
.imsi(ExternalDynamicListTypeImsiArgs.builder()
.recurring(ExternalDynamicListTypeImsiRecurringArgs.builder()
.daily(ExternalDynamicListTypeImsiRecurringDailyArgs.builder()
.at("string")
.build())
.fiveMinute(false)
.hourly(false)
.monthly(ExternalDynamicListTypeImsiRecurringMonthlyArgs.builder()
.dayOfMonth(0)
.at("string")
.build())
.weekly(ExternalDynamicListTypeImsiRecurringWeeklyArgs.builder()
.dayOfWeek("string")
.at("string")
.build())
.build())
.certificateProfile("string")
.description("string")
.exceptionLists("string")
.imsiAuth(ExternalDynamicListTypeImsiImsiAuthArgs.builder()
.password("string")
.username("string")
.build())
.url("string")
.build())
.ip(ExternalDynamicListTypeIpArgs.builder()
.recurring(ExternalDynamicListTypeIpRecurringArgs.builder()
.daily(ExternalDynamicListTypeIpRecurringDailyArgs.builder()
.at("string")
.build())
.fiveMinute(false)
.hourly(false)
.monthly(ExternalDynamicListTypeIpRecurringMonthlyArgs.builder()
.dayOfMonth(0)
.at("string")
.build())
.weekly(ExternalDynamicListTypeIpRecurringWeeklyArgs.builder()
.dayOfWeek("string")
.at("string")
.build())
.build())
.certificateProfile("string")
.description("string")
.exceptionLists("string")
.ipAuth(ExternalDynamicListTypeIpIpAuthArgs.builder()
.password("string")
.username("string")
.build())
.url("string")
.build())
.predefinedIp(ExternalDynamicListTypePredefinedIpArgs.builder()
.url("string")
.description("string")
.exceptionLists("string")
.build())
.predefinedUrl(ExternalDynamicListTypePredefinedUrlArgs.builder()
.url("string")
.description("string")
.exceptionLists("string")
.build())
.url(ExternalDynamicListTypeUrlArgs.builder()
.recurring(ExternalDynamicListTypeUrlRecurringArgs.builder()
.daily(ExternalDynamicListTypeUrlRecurringDailyArgs.builder()
.at("string")
.build())
.fiveMinute(false)
.hourly(false)
.monthly(ExternalDynamicListTypeUrlRecurringMonthlyArgs.builder()
.dayOfMonth(0)
.at("string")
.build())
.weekly(ExternalDynamicListTypeUrlRecurringWeeklyArgs.builder()
.dayOfWeek("string")
.at("string")
.build())
.build())
.certificateProfile("string")
.description("string")
.exceptionLists("string")
.url("string")
.urlAuth(ExternalDynamicListTypeUrlUrlAuthArgs.builder()
.password("string")
.username("string")
.build())
.build())
.build())
.device("string")
.folder("string")
.name("string")
.snippet("string")
.build());
external_dynamic_list_resource = scm.ExternalDynamicList("externalDynamicListResource",
type=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:
Outputs
All input properties are implicitly available as output properties. Additionally, the ExternalDynamicList resource produces the following output properties:
- Encrypted
Values Dictionary<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 map[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 Map<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 {[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
- encrypted
Values 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.
- Device string
- The Device param.
- Encrypted
Values 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
External
Dynamic List Type - The Type param.
- Device string
- The Device param.
- Encrypted
Values 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
External
Dynamic List Type Args - The Type param.
- device String
- The Device param.
- encrypted
Values 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
External
Dynamic List Type - The Type param.
- device string
- The Device param.
- encrypted
Values {[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
External
Dynamic List Type - The Type param.
- device str
- The Device param.
- encrypted_
values Mapping[str, str] - (Internal use) Encrypted values returned from the API.
- folder str
- The Folder param.
- name str
- Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 63 characters.
- snippet str
- The Snippet param.
- tfid str
- type
External
Dynamic List Type Args - The Type param.
- device String
- The Device param.
- encrypted
Values 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
External
Dynamic List Type Domain - The Domain param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Imei
External
Dynamic List Type Imei - The Imei param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Imsi
External
Dynamic List Type Imsi - The Imsi param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Ip
External
Dynamic List Type Ip - The Ip param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Predefined
Ip ExternalDynamic List Type Predefined Ip - The PredefinedIp param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Predefined
Url ExternalDynamic List Type Predefined Url - The PredefinedUrl param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Url
External
Dynamic List Type Url - The Url param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Domain
External
Dynamic List Type Domain - The Domain param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Imei
External
Dynamic List Type Imei - The Imei param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Imsi
External
Dynamic List Type Imsi - The Imsi param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Ip
External
Dynamic List Type Ip - The Ip param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Predefined
Ip ExternalDynamic List Type Predefined Ip - The PredefinedIp param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Predefined
Url ExternalDynamic List Type Predefined Url - The PredefinedUrl param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- Url
External
Dynamic List Type Url - The Url param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- domain
External
Dynamic List Type Domain - The Domain param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imei
External
Dynamic List Type Imei - The Imei param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imsi
External
Dynamic List Type Imsi - The Imsi param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- ip
External
Dynamic List Type Ip - The Ip param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined
Ip ExternalDynamic List Type Predefined Ip - The PredefinedIp param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined
Url ExternalDynamic List Type Predefined Url - The PredefinedUrl param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- url
External
Dynamic List Type Url - The Url param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- domain
External
Dynamic List Type Domain - The Domain param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imei
External
Dynamic List Type Imei - The Imei param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imsi
External
Dynamic List Type Imsi - The Imsi param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- ip
External
Dynamic List Type Ip - The Ip param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined
Ip ExternalDynamic List Type Predefined Ip - The PredefinedIp param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined
Url ExternalDynamic List Type Predefined Url - The PredefinedUrl param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- url
External
Dynamic List Type Url - The Url param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- domain
External
Dynamic List Type Domain - The Domain param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imei
External
Dynamic List Type Imei - The Imei param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imsi
External
Dynamic List Type Imsi - The Imsi param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- ip
External
Dynamic List Type Ip - The Ip param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined_
ip ExternalDynamic List Type Predefined Ip - The PredefinedIp param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined_
url ExternalDynamic List Type Predefined Url - The PredefinedUrl param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- url
External
Dynamic List Type Url - The Url param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- domain Property Map
- The Domain param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imei Property Map
- The Imei param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- imsi Property Map
- The Imsi param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- ip Property Map
- The Ip param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined
Ip Property Map - The PredefinedIp param. Ensure that only one of the following is specified:
domain
,imei
,imsi
,ip
,predefined_ip
,predefined_url
,url
- predefined
Url 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
External
Dynamic List Type Domain Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Domain
Auth ExternalDynamic List Type Domain Domain Auth - The DomainAuth param.
- Exception
Lists List<string> - 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 string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- Recurring
External
Dynamic List Type Domain Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Domain
Auth ExternalDynamic List Type Domain Domain Auth - The DomainAuth param.
- Exception
Lists []string - 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 string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Domain Recurring - The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- domain
Auth ExternalDynamic List Type Domain Domain Auth - The DomainAuth param.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expand
Domain Boolean - Enable/Disable expand domain. Default:
false
. - url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Domain Recurring - The Recurring param.
- certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - description string
- The Description param. String length must not exceed 255 characters.
- domain
Auth ExternalDynamic List Type Domain Domain Auth - The DomainAuth param.
- exception
Lists string[] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expand
Domain boolean - Enable/Disable expand domain. Default:
false
. - url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Domain Recurring - The Recurring param.
- certificate_
profile str - Profile for authenticating client certificates. Default:
"None"
. - description str
- The Description param. String length must not exceed 255 characters.
- domain_
auth ExternalDynamic List Type Domain Domain Auth - The DomainAuth param.
- exception_
lists Sequence[str] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expand_
domain bool - Enable/Disable expand domain. Default:
false
. - url str
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring Property Map
- The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- domain
Auth Property Map - The DomainAuth param.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- expand
Domain Boolean - Enable/Disable expand domain. Default:
false
. - url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
ExternalDynamicListTypeDomainDomainAuth, ExternalDynamicListTypeDomainDomainAuthArgs
ExternalDynamicListTypeDomainRecurring, ExternalDynamicListTypeDomainRecurringArgs
- Daily
External
Dynamic List Type Domain Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Domain Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Domain Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Daily
External
Dynamic List Type Domain Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Domain Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Domain Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Domain Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Domain Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Domain Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Domain Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Domain Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Domain Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Domain Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five_
minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- monthly
External
Dynamic List Type Domain Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Domain Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of IntegerMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of numberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day_
of_ intmonth - The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of NumberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeDomainRecurringWeekly, ExternalDynamicListTypeDomainRecurringWeeklyArgs
- day_
of_ strweek - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
. - at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeImei, ExternalDynamicListTypeImeiArgs
- Recurring
External
Dynamic List Type Imei Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists List<string> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- Imei
Auth ExternalDynamic List Type Imei Imei Auth - The ImeiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- Recurring
External
Dynamic List Type Imei Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists []string - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- Imei
Auth ExternalDynamic List Type Imei Imei Auth - The ImeiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Imei Recurring - The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imei
Auth ExternalDynamic List Type Imei Imei Auth - The ImeiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Imei Recurring - The Recurring param.
- certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - description string
- The Description param. String length must not exceed 255 characters.
- exception
Lists string[] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imei
Auth ExternalDynamic List Type Imei Imei Auth - The ImeiAuth param.
- url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Imei Recurring - The Recurring param.
- certificate_
profile str - Profile for authenticating client certificates. Default:
"None"
. - description str
- The Description param. String length must not exceed 255 characters.
- exception_
lists Sequence[str] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imei_
auth ExternalDynamic List Type Imei Imei Auth - The ImeiAuth param.
- url str
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring Property Map
- The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
- imei
Auth Property Map - The ImeiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
ExternalDynamicListTypeImeiImeiAuth, ExternalDynamicListTypeImeiImeiAuthArgs
ExternalDynamicListTypeImeiRecurring, ExternalDynamicListTypeImeiRecurringArgs
- Daily
External
Dynamic List Type Imei Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Imei Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Imei Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Daily
External
Dynamic List Type Imei Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Imei Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Imei Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Imei Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Imei Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Imei Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Imei Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Imei Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Imei Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Imei Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five_
minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- monthly
External
Dynamic List Type Imei Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Imei Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of IntegerMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of numberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day_
of_ intmonth - The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of NumberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeImeiRecurringWeekly, ExternalDynamicListTypeImeiRecurringWeeklyArgs
- day_
of_ strweek - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
. - at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeImsi, ExternalDynamicListTypeImsiArgs
- Recurring
External
Dynamic List Type Imsi Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists List<string> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- Imsi
Auth ExternalDynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- Recurring
External
Dynamic List Type Imsi Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists []string - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- Imsi
Auth ExternalDynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Imsi Recurring - The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsi
Auth ExternalDynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Imsi Recurring - The Recurring param.
- certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - description string
- The Description param. String length must not exceed 255 characters.
- exception
Lists string[] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsi
Auth ExternalDynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Imsi Recurring - The Recurring param.
- certificate_
profile str - Profile for authenticating client certificates. Default:
"None"
. - description str
- The Description param. String length must not exceed 255 characters.
- exception_
lists Sequence[str] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsi_
auth ExternalDynamic List Type Imsi Imsi Auth - The ImsiAuth param.
- url str
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring Property Map
- The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
- imsi
Auth Property Map - The ImsiAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
ExternalDynamicListTypeImsiImsiAuth, ExternalDynamicListTypeImsiImsiAuthArgs
ExternalDynamicListTypeImsiRecurring, ExternalDynamicListTypeImsiRecurringArgs
- Daily
External
Dynamic List Type Imsi Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Imsi Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Imsi Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Daily
External
Dynamic List Type Imsi Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Imsi Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Imsi Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Imsi Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Imsi Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Imsi Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Imsi Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Imsi Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Imsi Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Imsi Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five_
minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- monthly
External
Dynamic List Type Imsi Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Imsi Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of IntegerMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of numberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day_
of_ intmonth - The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of NumberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeImsiRecurringWeekly, ExternalDynamicListTypeImsiRecurringWeeklyArgs
- day_
of_ strweek - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
. - at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeIp, ExternalDynamicListTypeIpArgs
- Recurring
External
Dynamic List Type Ip Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists List<string> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- Ip
Auth ExternalDynamic List Type Ip Ip Auth - The IpAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- Recurring
External
Dynamic List Type Ip Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists []string - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- Ip
Auth ExternalDynamic List Type Ip Ip Auth - The IpAuth param.
- Url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Ip Recurring - The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ip
Auth ExternalDynamic List Type Ip Ip Auth - The IpAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Ip Recurring - The Recurring param.
- certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - description string
- The Description param. String length must not exceed 255 characters.
- exception
Lists string[] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ip
Auth ExternalDynamic List Type Ip Ip Auth - The IpAuth param.
- url string
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring
External
Dynamic List Type Ip Recurring - The Recurring param.
- certificate_
profile str - Profile for authenticating client certificates. Default:
"None"
. - description str
- The Description param. String length must not exceed 255 characters.
- exception_
lists Sequence[str] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ip_
auth ExternalDynamic List Type Ip Ip Auth - The IpAuth param.
- url str
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
- recurring Property Map
- The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists List<String> - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- ip
Auth Property Map - The IpAuth param.
- url String
- The Url param. String length must not exceed 255 characters. Default:
"http://"
.
ExternalDynamicListTypeIpIpAuth, ExternalDynamicListTypeIpIpAuthArgs
ExternalDynamicListTypeIpRecurring, ExternalDynamicListTypeIpRecurringArgs
- Daily
External
Dynamic List Type Ip Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Ip Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Ip Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Daily
External
Dynamic List Type Ip Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Ip Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Ip Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Ip Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Ip Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Ip Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Ip Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Ip Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Ip Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Ip Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five_
minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- monthly
External
Dynamic List Type Ip Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Ip Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of IntegerMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of numberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day_
of_ intmonth - The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of NumberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeIpRecurringWeekly, ExternalDynamicListTypeIpRecurringWeeklyArgs
- day_
of_ strweek - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
. - at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypePredefinedIp, ExternalDynamicListTypePredefinedIpArgs
- Url string
- The Url param.
- Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists 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.
- Exception
Lists []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.
- exception
Lists 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.
- exception
Lists 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.
- exception
Lists 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.
- Exception
Lists 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.
- Exception
Lists []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.
- exception
Lists 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.
- exception
Lists 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.
- exception
Lists 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
External
Dynamic List Type Url Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists 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://"
. - Url
Auth ExternalDynamic List Type Url Url Auth - The UrlAuth param.
- Recurring
External
Dynamic List Type Url Recurring - The Recurring param.
- Certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - Description string
- The Description param. String length must not exceed 255 characters.
- Exception
Lists []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://"
. - Url
Auth ExternalDynamic List Type Url Url Auth - The UrlAuth param.
- recurring
External
Dynamic List Type Url Recurring - The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists 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://"
. - url
Auth ExternalDynamic List Type Url Url Auth - The UrlAuth param.
- recurring
External
Dynamic List Type Url Recurring - The Recurring param.
- certificate
Profile string - Profile for authenticating client certificates. Default:
"None"
. - description string
- The Description param. String length must not exceed 255 characters.
- exception
Lists 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://"
. - url
Auth ExternalDynamic List Type Url Url Auth - The UrlAuth param.
- recurring
External
Dynamic List Type Url Recurring - The Recurring param.
- certificate_
profile str - Profile for authenticating client certificates. Default:
"None"
. - description str
- The Description param. String length must not exceed 255 characters.
- exception_
lists Sequence[str] - The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
- url str
- The Url param. String length must not exceed 255 characters. Default:
"http://"
. - url_
auth ExternalDynamic List Type Url Url Auth - The UrlAuth param.
- recurring Property Map
- The Recurring param.
- certificate
Profile String - Profile for authenticating client certificates. Default:
"None"
. - description String
- The Description param. String length must not exceed 255 characters.
- exception
Lists 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://"
. - url
Auth Property Map - The UrlAuth param.
ExternalDynamicListTypeUrlRecurring, ExternalDynamicListTypeUrlRecurringArgs
- Daily
External
Dynamic List Type Url Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Url Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Url Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Daily
External
Dynamic List Type Url Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Five
Minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Monthly
External
Dynamic List Type Url Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- Weekly
External
Dynamic List Type Url Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Url Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Url Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Url Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Url Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
External
Dynamic List Type Url Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Url Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily
External
Dynamic List Type Url Recurring Daily - The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five_
minute bool - The FiveMinute param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- hourly bool
- The Hourly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- monthly
External
Dynamic List Type Url Recurring Monthly - The Monthly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- weekly
External
Dynamic List Type Url Recurring Weekly - The Weekly param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- daily Property Map
- The Daily param. Ensure that only one of the following is specified:
daily
,five_minute
,hourly
,monthly
,weekly
- five
Minute 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
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- Day
Of intMonth - The DayOfMonth param. Value must be between 1 and 31.
- At string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of IntegerMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of numberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at string
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day_
of_ intmonth - The DayOfMonth param. Value must be between 1 and 31.
- at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
- day
Of NumberMonth - The DayOfMonth param. Value must be between 1 and 31.
- at String
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeUrlRecurringWeekly, ExternalDynamicListTypeUrlRecurringWeeklyArgs
- day_
of_ strweek - The DayOfWeek param. String must be one of these:
"sunday"
,"monday"
,"tuesday"
,"wednesday"
,"thursday"
,"friday"
,"saturday"
. - at str
- Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex:
([01][0-9]|[2][0-3])
. Default:"00"
.
ExternalDynamicListTypeUrlUrlAuth, ExternalDynamicListTypeUrlUrlAuthArgs
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scm
Terraform Provider.