We recommend using Azure Native.
Azure v6.22.0 published on Tuesday, Apr 1, 2025 by Pulumi
azure.appplatform.getSpringCloudService
Explore with Pulumi AI
Use this data source to access information about an existing Spring Cloud Service.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.appplatform.getSpringCloudService({
name: exampleAzurermSpringCloudService.name,
resourceGroupName: exampleAzurermSpringCloudService.resourceGroupName,
});
export const springCloudServiceId = example.then(example => example.id);
import pulumi
import pulumi_azure as azure
example = azure.appplatform.get_spring_cloud_service(name=example_azurerm_spring_cloud_service["name"],
resource_group_name=example_azurerm_spring_cloud_service["resourceGroupName"])
pulumi.export("springCloudServiceId", example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/appplatform"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := appplatform.LookupSpringCloudService(ctx, &appplatform.LookupSpringCloudServiceArgs{
Name: exampleAzurermSpringCloudService.Name,
ResourceGroupName: exampleAzurermSpringCloudService.ResourceGroupName,
}, nil)
if err != nil {
return err
}
ctx.Export("springCloudServiceId", example.Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.AppPlatform.GetSpringCloudService.Invoke(new()
{
Name = exampleAzurermSpringCloudService.Name,
ResourceGroupName = exampleAzurermSpringCloudService.ResourceGroupName,
});
return new Dictionary<string, object?>
{
["springCloudServiceId"] = example.Apply(getSpringCloudServiceResult => getSpringCloudServiceResult.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.appplatform.AppplatformFunctions;
import com.pulumi.azure.appplatform.inputs.GetSpringCloudServiceArgs;
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) {
final var example = AppplatformFunctions.getSpringCloudService(GetSpringCloudServiceArgs.builder()
.name(exampleAzurermSpringCloudService.name())
.resourceGroupName(exampleAzurermSpringCloudService.resourceGroupName())
.build());
ctx.export("springCloudServiceId", example.applyValue(getSpringCloudServiceResult -> getSpringCloudServiceResult.id()));
}
}
variables:
example:
fn::invoke:
function: azure:appplatform:getSpringCloudService
arguments:
name: ${exampleAzurermSpringCloudService.name}
resourceGroupName: ${exampleAzurermSpringCloudService.resourceGroupName}
outputs:
springCloudServiceId: ${example.id}
Using getSpringCloudService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSpringCloudService(args: GetSpringCloudServiceArgs, opts?: InvokeOptions): Promise<GetSpringCloudServiceResult>
function getSpringCloudServiceOutput(args: GetSpringCloudServiceOutputArgs, opts?: InvokeOptions): Output<GetSpringCloudServiceResult>
def get_spring_cloud_service(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSpringCloudServiceResult
def get_spring_cloud_service_output(name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSpringCloudServiceResult]
func LookupSpringCloudService(ctx *Context, args *LookupSpringCloudServiceArgs, opts ...InvokeOption) (*LookupSpringCloudServiceResult, error)
func LookupSpringCloudServiceOutput(ctx *Context, args *LookupSpringCloudServiceOutputArgs, opts ...InvokeOption) LookupSpringCloudServiceResultOutput
> Note: This function is named LookupSpringCloudService
in the Go SDK.
public static class GetSpringCloudService
{
public static Task<GetSpringCloudServiceResult> InvokeAsync(GetSpringCloudServiceArgs args, InvokeOptions? opts = null)
public static Output<GetSpringCloudServiceResult> Invoke(GetSpringCloudServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSpringCloudServiceResult> getSpringCloudService(GetSpringCloudServiceArgs args, InvokeOptions options)
public static Output<GetSpringCloudServiceResult> getSpringCloudService(GetSpringCloudServiceArgs args, InvokeOptions options)
fn::invoke:
function: azure:appplatform/getSpringCloudService:getSpringCloudService
arguments:
# arguments dictionary
The following arguments are supported:
- Name
This property is required. string - Specifies The name of the Spring Cloud Service resource.
- Resource
Group Name This property is required. string - Specifies the name of the Resource Group where the Spring Cloud Service exists.
- Name
This property is required. string - Specifies The name of the Spring Cloud Service resource.
- Resource
Group Name This property is required. string - Specifies the name of the Resource Group where the Spring Cloud Service exists.
- name
This property is required. String - Specifies The name of the Spring Cloud Service resource.
- resource
Group Name This property is required. String - Specifies the name of the Resource Group where the Spring Cloud Service exists.
- name
This property is required. string - Specifies The name of the Spring Cloud Service resource.
- resource
Group Name This property is required. string - Specifies the name of the Resource Group where the Spring Cloud Service exists.
- name
This property is required. str - Specifies The name of the Spring Cloud Service resource.
- resource_
group_ name This property is required. str - Specifies the name of the Resource Group where the Spring Cloud Service exists.
- name
This property is required. String - Specifies The name of the Spring Cloud Service resource.
- resource
Group Name This property is required. String - Specifies the name of the Resource Group where the Spring Cloud Service exists.
getSpringCloudService Result
The following output properties are available:
- Config
Server List<GetGit Settings Spring Cloud Service Config Server Git Setting> - A
config_server_git_setting
block as defined below. - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The location of Spring Cloud Service.
- Name string
- The name to identify on the Git repository.
- Outbound
Public List<string>Ip Addresses - A list of the outbound Public IP Addresses used by this Spring Cloud Service.
- Required
Network List<GetTraffic Rules Spring Cloud Service Required Network Traffic Rule> - A list of
required_network_traffic_rules
blocks as defined below. - Resource
Group stringName - Dictionary<string, string>
- A mapping of tags assigned to Spring Cloud Service.
- Config
Server []GetGit Settings Spring Cloud Service Config Server Git Setting - A
config_server_git_setting
block as defined below. - Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The location of Spring Cloud Service.
- Name string
- The name to identify on the Git repository.
- Outbound
Public []stringIp Addresses - A list of the outbound Public IP Addresses used by this Spring Cloud Service.
- Required
Network []GetTraffic Rules Spring Cloud Service Required Network Traffic Rule - A list of
required_network_traffic_rules
blocks as defined below. - Resource
Group stringName - map[string]string
- A mapping of tags assigned to Spring Cloud Service.
- config
Server List<GetGit Settings Spring Cloud Service Config Server Git Setting> - A
config_server_git_setting
block as defined below. - id String
- The provider-assigned unique ID for this managed resource.
- location String
- The location of Spring Cloud Service.
- name String
- The name to identify on the Git repository.
- outbound
Public List<String>Ip Addresses - A list of the outbound Public IP Addresses used by this Spring Cloud Service.
- required
Network List<GetTraffic Rules Spring Cloud Service Required Network Traffic Rule> - A list of
required_network_traffic_rules
blocks as defined below. - resource
Group StringName - Map<String,String>
- A mapping of tags assigned to Spring Cloud Service.
- config
Server GetGit Settings Spring Cloud Service Config Server Git Setting[] - A
config_server_git_setting
block as defined below. - id string
- The provider-assigned unique ID for this managed resource.
- location string
- The location of Spring Cloud Service.
- name string
- The name to identify on the Git repository.
- outbound
Public string[]Ip Addresses - A list of the outbound Public IP Addresses used by this Spring Cloud Service.
- required
Network GetTraffic Rules Spring Cloud Service Required Network Traffic Rule[] - A list of
required_network_traffic_rules
blocks as defined below. - resource
Group stringName - {[key: string]: string}
- A mapping of tags assigned to Spring Cloud Service.
- config_
server_ Sequence[Getgit_ settings Spring Cloud Service Config Server Git Setting] - A
config_server_git_setting
block as defined below. - id str
- The provider-assigned unique ID for this managed resource.
- location str
- The location of Spring Cloud Service.
- name str
- The name to identify on the Git repository.
- outbound_
public_ Sequence[str]ip_ addresses - A list of the outbound Public IP Addresses used by this Spring Cloud Service.
- required_
network_ Sequence[Gettraffic_ rules Spring Cloud Service Required Network Traffic Rule] - A list of
required_network_traffic_rules
blocks as defined below. - resource_
group_ strname - Mapping[str, str]
- A mapping of tags assigned to Spring Cloud Service.
- config
Server List<Property Map>Git Settings - A
config_server_git_setting
block as defined below. - id String
- The provider-assigned unique ID for this managed resource.
- location String
- The location of Spring Cloud Service.
- name String
- The name to identify on the Git repository.
- outbound
Public List<String>Ip Addresses - A list of the outbound Public IP Addresses used by this Spring Cloud Service.
- required
Network List<Property Map>Traffic Rules - A list of
required_network_traffic_rules
blocks as defined below. - resource
Group StringName - Map<String>
- A mapping of tags assigned to Spring Cloud Service.
Supporting Types
GetSpringCloudServiceConfigServerGitSetting
- Http
Basic Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Http Basic Auth> - A
http_basic_auth
block as defined below. - Label
This property is required. string - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- Repositories
This property is required. List<GetSpring Cloud Service Config Server Git Setting Repository> - One or more
repository
blocks as defined below. - Search
Paths This property is required. List<string> - An array of strings used to search subdirectories of the Git repository.
- Ssh
Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Ssh Auth> - A
ssh_auth
block as defined below. - Uri
This property is required. string - The URI of the Git repository
- Http
Basic Auths This property is required. []GetSpring Cloud Service Config Server Git Setting Http Basic Auth - A
http_basic_auth
block as defined below. - Label
This property is required. string - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- Repositories
This property is required. []GetSpring Cloud Service Config Server Git Setting Repository - One or more
repository
blocks as defined below. - Search
Paths This property is required. []string - An array of strings used to search subdirectories of the Git repository.
- Ssh
Auths This property is required. []GetSpring Cloud Service Config Server Git Setting Ssh Auth - A
ssh_auth
block as defined below. - Uri
This property is required. string - The URI of the Git repository
- http
Basic Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Http Basic Auth> - A
http_basic_auth
block as defined below. - label
This property is required. String - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- repositories
This property is required. List<GetSpring Cloud Service Config Server Git Setting Repository> - One or more
repository
blocks as defined below. - search
Paths This property is required. List<String> - An array of strings used to search subdirectories of the Git repository.
- ssh
Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Ssh Auth> - A
ssh_auth
block as defined below. - uri
This property is required. String - The URI of the Git repository
- http
Basic Auths This property is required. GetSpring Cloud Service Config Server Git Setting Http Basic Auth[] - A
http_basic_auth
block as defined below. - label
This property is required. string - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- repositories
This property is required. GetSpring Cloud Service Config Server Git Setting Repository[] - One or more
repository
blocks as defined below. - search
Paths This property is required. string[] - An array of strings used to search subdirectories of the Git repository.
- ssh
Auths This property is required. GetSpring Cloud Service Config Server Git Setting Ssh Auth[] - A
ssh_auth
block as defined below. - uri
This property is required. string - The URI of the Git repository
- http_
basic_ auths This property is required. Sequence[GetSpring Cloud Service Config Server Git Setting Http Basic Auth] - A
http_basic_auth
block as defined below. - label
This property is required. str - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- repositories
This property is required. Sequence[GetSpring Cloud Service Config Server Git Setting Repository] - One or more
repository
blocks as defined below. - search_
paths This property is required. Sequence[str] - An array of strings used to search subdirectories of the Git repository.
- ssh_
auths This property is required. Sequence[GetSpring Cloud Service Config Server Git Setting Ssh Auth] - A
ssh_auth
block as defined below. - uri
This property is required. str - The URI of the Git repository
- http
Basic Auths This property is required. List<Property Map> - A
http_basic_auth
block as defined below. - label
This property is required. String - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- repositories
This property is required. List<Property Map> - One or more
repository
blocks as defined below. - search
Paths This property is required. List<String> - An array of strings used to search subdirectories of the Git repository.
- ssh
Auths This property is required. List<Property Map> - A
ssh_auth
block as defined below. - uri
This property is required. String - The URI of the Git repository
GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth
GetSpringCloudServiceConfigServerGitSettingRepository
- Http
Basic Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Repository Http Basic Auth> - A
http_basic_auth
block as defined below. - Label
This property is required. string - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- Name
This property is required. string - Specifies The name of the Spring Cloud Service resource.
- Patterns
This property is required. List<string> - An array of strings used to match an application name. For each pattern, use the
{application}/{profile}
format with wildcards. - Search
Paths This property is required. List<string> - An array of strings used to search subdirectories of the Git repository.
- Ssh
Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Repository Ssh Auth> - A
ssh_auth
block as defined below. - Uri
This property is required. string - The URI of the Git repository
- Http
Basic Auths This property is required. []GetSpring Cloud Service Config Server Git Setting Repository Http Basic Auth - A
http_basic_auth
block as defined below. - Label
This property is required. string - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- Name
This property is required. string - Specifies The name of the Spring Cloud Service resource.
- Patterns
This property is required. []string - An array of strings used to match an application name. For each pattern, use the
{application}/{profile}
format with wildcards. - Search
Paths This property is required. []string - An array of strings used to search subdirectories of the Git repository.
- Ssh
Auths This property is required. []GetSpring Cloud Service Config Server Git Setting Repository Ssh Auth - A
ssh_auth
block as defined below. - Uri
This property is required. string - The URI of the Git repository
- http
Basic Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Repository Http Basic Auth> - A
http_basic_auth
block as defined below. - label
This property is required. String - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- name
This property is required. String - Specifies The name of the Spring Cloud Service resource.
- patterns
This property is required. List<String> - An array of strings used to match an application name. For each pattern, use the
{application}/{profile}
format with wildcards. - search
Paths This property is required. List<String> - An array of strings used to search subdirectories of the Git repository.
- ssh
Auths This property is required. List<GetSpring Cloud Service Config Server Git Setting Repository Ssh Auth> - A
ssh_auth
block as defined below. - uri
This property is required. String - The URI of the Git repository
- http
Basic Auths This property is required. GetSpring Cloud Service Config Server Git Setting Repository Http Basic Auth[] - A
http_basic_auth
block as defined below. - label
This property is required. string - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- name
This property is required. string - Specifies The name of the Spring Cloud Service resource.
- patterns
This property is required. string[] - An array of strings used to match an application name. For each pattern, use the
{application}/{profile}
format with wildcards. - search
Paths This property is required. string[] - An array of strings used to search subdirectories of the Git repository.
- ssh
Auths This property is required. GetSpring Cloud Service Config Server Git Setting Repository Ssh Auth[] - A
ssh_auth
block as defined below. - uri
This property is required. string - The URI of the Git repository
- http_
basic_ auths This property is required. Sequence[GetSpring Cloud Service Config Server Git Setting Repository Http Basic Auth] - A
http_basic_auth
block as defined below. - label
This property is required. str - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- name
This property is required. str - Specifies The name of the Spring Cloud Service resource.
- patterns
This property is required. Sequence[str] - An array of strings used to match an application name. For each pattern, use the
{application}/{profile}
format with wildcards. - search_
paths This property is required. Sequence[str] - An array of strings used to search subdirectories of the Git repository.
- ssh_
auths This property is required. Sequence[GetSpring Cloud Service Config Server Git Setting Repository Ssh Auth] - A
ssh_auth
block as defined below. - uri
This property is required. str - The URI of the Git repository
- http
Basic Auths This property is required. List<Property Map> - A
http_basic_auth
block as defined below. - label
This property is required. String - The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository
- name
This property is required. String - Specifies The name of the Spring Cloud Service resource.
- patterns
This property is required. List<String> - An array of strings used to match an application name. For each pattern, use the
{application}/{profile}
format with wildcards. - search
Paths This property is required. List<String> - An array of strings used to search subdirectories of the Git repository.
- ssh
Auths This property is required. List<Property Map> - A
ssh_auth
block as defined below. - uri
This property is required. String - The URI of the Git repository
GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth
GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth
- Host
Key This property is required. string - The host key of the Git repository server.
- Host
Key Algorithm This property is required. string - The host key algorithm.
- Private
Key This property is required. string - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - Strict
Host Key Checking Enabled This property is required. bool - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- Host
Key This property is required. string - The host key of the Git repository server.
- Host
Key Algorithm This property is required. string - The host key algorithm.
- Private
Key This property is required. string - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - Strict
Host Key Checking Enabled This property is required. bool - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host
Key This property is required. String - The host key of the Git repository server.
- host
Key Algorithm This property is required. String - The host key algorithm.
- private
Key This property is required. String - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict
Host Key Checking Enabled This property is required. Boolean - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host
Key This property is required. string - The host key of the Git repository server.
- host
Key Algorithm This property is required. string - The host key algorithm.
- private
Key This property is required. string - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict
Host Key Checking Enabled This property is required. boolean - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host_
key This property is required. str - The host key of the Git repository server.
- host_
key_ algorithm This property is required. str - The host key algorithm.
- private_
key This property is required. str - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict_
host_ key_ checking_ enabled This property is required. bool - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host
Key This property is required. String - The host key of the Git repository server.
- host
Key Algorithm This property is required. String - The host key algorithm.
- private
Key This property is required. String - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict
Host Key Checking Enabled This property is required. Boolean - Indicates whether the Config Server instance will fail to start if the host_key does not match.
GetSpringCloudServiceConfigServerGitSettingSshAuth
- Host
Key This property is required. string - The host key of the Git repository server.
- Host
Key Algorithm This property is required. string - The host key algorithm.
- Private
Key This property is required. string - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - Strict
Host Key Checking Enabled This property is required. bool - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- Host
Key This property is required. string - The host key of the Git repository server.
- Host
Key Algorithm This property is required. string - The host key algorithm.
- Private
Key This property is required. string - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - Strict
Host Key Checking Enabled This property is required. bool - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host
Key This property is required. String - The host key of the Git repository server.
- host
Key Algorithm This property is required. String - The host key algorithm.
- private
Key This property is required. String - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict
Host Key Checking Enabled This property is required. Boolean - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host
Key This property is required. string - The host key of the Git repository server.
- host
Key Algorithm This property is required. string - The host key algorithm.
- private
Key This property is required. string - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict
Host Key Checking Enabled This property is required. boolean - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host_
key This property is required. str - The host key of the Git repository server.
- host_
key_ algorithm This property is required. str - The host key algorithm.
- private_
key This property is required. str - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict_
host_ key_ checking_ enabled This property is required. bool - Indicates whether the Config Server instance will fail to start if the host_key does not match.
- host
Key This property is required. String - The host key of the Git repository server.
- host
Key Algorithm This property is required. String - The host key algorithm.
- private
Key This property is required. String - The SSH private key to access the Git repository, needed when the URI starts with
git@
orssh://
. - strict
Host Key Checking Enabled This property is required. Boolean - Indicates whether the Config Server instance will fail to start if the host_key does not match.
GetSpringCloudServiceRequiredNetworkTrafficRule
- Direction
This property is required. string - The direction of required traffic. Possible values are
Inbound
,Outbound
. - Fqdns
This property is required. List<string> - The FQDN list of required traffic.
- Ip
Addresses This property is required. List<string> - The IP list of required traffic.
- Port
This property is required. int - The port of required traffic.
- Protocol
This property is required. string - The protocol of required traffic.
- Direction
This property is required. string - The direction of required traffic. Possible values are
Inbound
,Outbound
. - Fqdns
This property is required. []string - The FQDN list of required traffic.
- Ip
Addresses This property is required. []string - The IP list of required traffic.
- Port
This property is required. int - The port of required traffic.
- Protocol
This property is required. string - The protocol of required traffic.
- direction
This property is required. String - The direction of required traffic. Possible values are
Inbound
,Outbound
. - fqdns
This property is required. List<String> - The FQDN list of required traffic.
- ip
Addresses This property is required. List<String> - The IP list of required traffic.
- port
This property is required. Integer - The port of required traffic.
- protocol
This property is required. String - The protocol of required traffic.
- direction
This property is required. string - The direction of required traffic. Possible values are
Inbound
,Outbound
. - fqdns
This property is required. string[] - The FQDN list of required traffic.
- ip
Addresses This property is required. string[] - The IP list of required traffic.
- port
This property is required. number - The port of required traffic.
- protocol
This property is required. string - The protocol of required traffic.
- direction
This property is required. str - The direction of required traffic. Possible values are
Inbound
,Outbound
. - fqdns
This property is required. Sequence[str] - The FQDN list of required traffic.
- ip_
addresses This property is required. Sequence[str] - The IP list of required traffic.
- port
This property is required. int - The port of required traffic.
- protocol
This property is required. str - The protocol of required traffic.
- direction
This property is required. String - The direction of required traffic. Possible values are
Inbound
,Outbound
. - fqdns
This property is required. List<String> - The FQDN list of required traffic.
- ip
Addresses This property is required. List<String> - The IP list of required traffic.
- port
This property is required. Number - The port of required traffic.
- protocol
This property is required. String - The protocol of required traffic.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.