parameters

@JvmName(name = "swnljoffckhpjopj")
suspend fun parameters(value: Output<List<ParameterArgs>>)
@JvmName(name = "xqpqxfwlmmultayi")
suspend fun parameters(value: List<ParameterArgs>?)

Parameters

value

List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added


@JvmName(name = "hvdqwqflpgenlflc")
suspend fun parameters(vararg values: Output<ParameterArgs>)


@JvmName(name = "dooubbusptpgeemx")
suspend fun parameters(values: List<Output<ParameterArgs>>)
@JvmName(name = "yapgxwqthyrxuvle")
suspend fun parameters(vararg values: ParameterArgs)

Parameters

values

List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added


@JvmName(name = "ufnghriswosfpyno")
suspend fun parameters(argument: List<suspend ParameterArgsBuilder.() -> Unit>)
@JvmName(name = "dwbvgrfuanqygwjn")
suspend fun parameters(vararg argument: suspend ParameterArgsBuilder.() -> Unit)
@JvmName(name = "ogohdebfndtabidp")
suspend fun parameters(argument: suspend ParameterArgsBuilder.() -> Unit)

Parameters

argument

List of parameters relevant to the action.For instance if type is drop then parameters has list of prefixes to be dropped.If type is add, parameters would have list of ASN numbers to be added