spec

@JvmName(name = "lguahgjicmfktpyk")
suspend fun spec(value: Output<ServicePerimeterSpecArgs>)
@JvmName(name = "irwkgmjxvvdvskof")
suspend fun spec(value: ServicePerimeterSpecArgs?)

Parameters

value

Proposed (or dry run) ServicePerimeter configuration. This configuration allows to specify and test ServicePerimeter configuration without enforcing actual access restrictions. Only allowed to be set when the useExplicitDryRunSpec flag is set. Structure is documented below.


@JvmName(name = "ikbnnoxstrwnwhdy")
suspend fun spec(argument: suspend ServicePerimeterSpecArgsBuilder.() -> Unit)

Parameters

argument

Proposed (or dry run) ServicePerimeter configuration. This configuration allows to specify and test ServicePerimeter configuration without enforcing actual access restrictions. Only allowed to be set when the useExplicitDryRunSpec flag is set. Structure is documented below.