service Directory Registrations
suspend fun serviceDirectoryRegistrations(value: Output<ForwardingRuleServiceDirectoryRegistrationsArgs>)
Parameters
value
Service Directory resources to register this forwarding rule with. Currently, only supports a single Service Directory resource. Structure is documented below.
suspend fun serviceDirectoryRegistrations(argument: suspend ForwardingRuleServiceDirectoryRegistrationsArgsBuilder.() -> Unit)
Parameters
argument
Service Directory resources to register this forwarding rule with. Currently, only supports a single Service Directory resource. Structure is documented below.