1. Packages
  2. Azure Classic
  3. API Docs
  4. appplatform
  5. getSpringCloudService

We recommend using Azure Native.

Azure Classic v5.49.0 published on Tuesday, Aug 29, 2023 by Pulumi

azure.appplatform.getSpringCloudService

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.49.0 published on Tuesday, Aug 29, 2023 by Pulumi

    Use this data source to access information about an existing Spring Cloud Service.

    Example Usage

    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 = azurerm_spring_cloud_service.Example.Name,
            ResourceGroupName = azurerm_spring_cloud_service.Example.Resource_group_name,
        });
    
        return new Dictionary<string, object?>
        {
            ["springCloudServiceId"] = example.Apply(getSpringCloudServiceResult => getSpringCloudServiceResult.Id),
        };
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure/sdk/v5/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:              azurerm_spring_cloud_service.Example.Name,
    			ResourceGroupName: azurerm_spring_cloud_service.Example.Resource_group_name,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("springCloudServiceId", example.Id)
    		return nil
    	})
    }
    
    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(azurerm_spring_cloud_service.example().name())
                .resourceGroupName(azurerm_spring_cloud_service.example().resource_group_name())
                .build());
    
            ctx.export("springCloudServiceId", example.applyValue(getSpringCloudServiceResult -> getSpringCloudServiceResult.id()));
        }
    }
    
    import pulumi
    import pulumi_azure as azure
    
    example = azure.appplatform.get_spring_cloud_service(name=azurerm_spring_cloud_service["example"]["name"],
        resource_group_name=azurerm_spring_cloud_service["example"]["resource_group_name"])
    pulumi.export("springCloudServiceId", example.id)
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure from "@pulumi/azure";
    
    const example = azure.appplatform.getSpringCloudService({
        name: azurerm_spring_cloud_service.example.name,
        resourceGroupName: azurerm_spring_cloud_service.example.resource_group_name,
    });
    export const springCloudServiceId = example.then(example => example.id);
    
    variables:
      example:
        fn::invoke:
          Function: azure:appplatform:getSpringCloudService
          Arguments:
            name: ${azurerm_spring_cloud_service.example.name}
            resourceGroupName: ${azurerm_spring_cloud_service.example.resource_group_name}
    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure:appplatform/getSpringCloudService:getSpringCloudService
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    Specifies The name of the Spring Cloud Service resource.

    ResourceGroupName string

    Specifies the name of the Resource Group where the Spring Cloud Service exists.

    Name string

    Specifies The name of the Spring Cloud Service resource.

    ResourceGroupName string

    Specifies the name of the Resource Group where the Spring Cloud Service exists.

    name String

    Specifies The name of the Spring Cloud Service resource.

    resourceGroupName String

    Specifies the name of the Resource Group where the Spring Cloud Service exists.

    name string

    Specifies The name of the Spring Cloud Service resource.

    resourceGroupName string

    Specifies the name of the Resource Group where the Spring Cloud Service exists.

    name str

    Specifies The name of the Spring Cloud Service resource.

    resource_group_name str

    Specifies the name of the Resource Group where the Spring Cloud Service exists.

    name String

    Specifies The name of the Spring Cloud Service resource.

    resourceGroupName String

    Specifies the name of the Resource Group where the Spring Cloud Service exists.

    getSpringCloudService Result

    The following output properties are available:

    ConfigServerGitSettings List<GetSpringCloudServiceConfigServerGitSetting>

    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.

    OutboundPublicIpAddresses List<string>

    A list of the outbound Public IP Addresses used by this Spring Cloud Service.

    RequiredNetworkTrafficRules List<GetSpringCloudServiceRequiredNetworkTrafficRule>

    A list of required_network_traffic_rules blocks as defined below.

    ResourceGroupName string
    Tags Dictionary<string, string>

    A mapping of tags assigned to Spring Cloud Service.

    ConfigServerGitSettings []GetSpringCloudServiceConfigServerGitSetting

    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.

    OutboundPublicIpAddresses []string

    A list of the outbound Public IP Addresses used by this Spring Cloud Service.

    RequiredNetworkTrafficRules []GetSpringCloudServiceRequiredNetworkTrafficRule

    A list of required_network_traffic_rules blocks as defined below.

    ResourceGroupName string
    Tags map[string]string

    A mapping of tags assigned to Spring Cloud Service.

    configServerGitSettings List<GetSpringCloudServiceConfigServerGitSetting>

    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.

    outboundPublicIpAddresses List<String>

    A list of the outbound Public IP Addresses used by this Spring Cloud Service.

    requiredNetworkTrafficRules List<GetSpringCloudServiceRequiredNetworkTrafficRule>

    A list of required_network_traffic_rules blocks as defined below.

    resourceGroupName String
    tags Map<String,String>

    A mapping of tags assigned to Spring Cloud Service.

    configServerGitSettings GetSpringCloudServiceConfigServerGitSetting[]

    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.

    outboundPublicIpAddresses string[]

    A list of the outbound Public IP Addresses used by this Spring Cloud Service.

    requiredNetworkTrafficRules GetSpringCloudServiceRequiredNetworkTrafficRule[]

    A list of required_network_traffic_rules blocks as defined below.

    resourceGroupName string
    tags {[key: string]: string}

    A mapping of tags assigned to Spring Cloud Service.

    config_server_git_settings Sequence[GetSpringCloudServiceConfigServerGitSetting]

    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_ip_addresses Sequence[str]

    A list of the outbound Public IP Addresses used by this Spring Cloud Service.

    required_network_traffic_rules Sequence[GetSpringCloudServiceRequiredNetworkTrafficRule]

    A list of required_network_traffic_rules blocks as defined below.

    resource_group_name str
    tags Mapping[str, str]

    A mapping of tags assigned to Spring Cloud Service.

    configServerGitSettings List<Property Map>

    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.

    outboundPublicIpAddresses List<String>

    A list of the outbound Public IP Addresses used by this Spring Cloud Service.

    requiredNetworkTrafficRules List<Property Map>

    A list of required_network_traffic_rules blocks as defined below.

    resourceGroupName String
    tags Map<String>

    A mapping of tags assigned to Spring Cloud Service.

    Supporting Types

    GetSpringCloudServiceConfigServerGitSetting

    HttpBasicAuths List<GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth>

    A http_basic_auth block as defined below.

    Label string

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    Repositories List<GetSpringCloudServiceConfigServerGitSettingRepository>

    One or more repository blocks as defined below.

    SearchPaths List<string>

    An array of strings used to search subdirectories of the Git repository.

    SshAuths List<GetSpringCloudServiceConfigServerGitSettingSshAuth>

    A ssh_auth block as defined below.

    Uri string

    The URI of the Git repository

    HttpBasicAuths []GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth

    A http_basic_auth block as defined below.

    Label string

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    Repositories []GetSpringCloudServiceConfigServerGitSettingRepository

    One or more repository blocks as defined below.

    SearchPaths []string

    An array of strings used to search subdirectories of the Git repository.

    SshAuths []GetSpringCloudServiceConfigServerGitSettingSshAuth

    A ssh_auth block as defined below.

    Uri string

    The URI of the Git repository

    httpBasicAuths List<GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth>

    A http_basic_auth block as defined below.

    label String

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    repositories List<GetSpringCloudServiceConfigServerGitSettingRepository>

    One or more repository blocks as defined below.

    searchPaths List<String>

    An array of strings used to search subdirectories of the Git repository.

    sshAuths List<GetSpringCloudServiceConfigServerGitSettingSshAuth>

    A ssh_auth block as defined below.

    uri String

    The URI of the Git repository

    httpBasicAuths GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth[]

    A http_basic_auth block as defined below.

    label string

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    repositories GetSpringCloudServiceConfigServerGitSettingRepository[]

    One or more repository blocks as defined below.

    searchPaths string[]

    An array of strings used to search subdirectories of the Git repository.

    sshAuths GetSpringCloudServiceConfigServerGitSettingSshAuth[]

    A ssh_auth block as defined below.

    uri string

    The URI of the Git repository

    http_basic_auths Sequence[GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth]

    A http_basic_auth block as defined below.

    label str

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    repositories Sequence[GetSpringCloudServiceConfigServerGitSettingRepository]

    One or more repository blocks as defined below.

    search_paths Sequence[str]

    An array of strings used to search subdirectories of the Git repository.

    ssh_auths Sequence[GetSpringCloudServiceConfigServerGitSettingSshAuth]

    A ssh_auth block as defined below.

    uri str

    The URI of the Git repository

    httpBasicAuths List<Property Map>

    A http_basic_auth block as defined below.

    label String

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    repositories List<Property Map>

    One or more repository blocks as defined below.

    searchPaths List<String>

    An array of strings used to search subdirectories of the Git repository.

    sshAuths List<Property Map>

    A ssh_auth block as defined below.

    uri String

    The URI of the Git repository

    GetSpringCloudServiceConfigServerGitSettingHttpBasicAuth

    Password string

    The password used to access the HTTP Basic Authentication Git repository server.

    Username string

    The username used to access the HTTP Basic Authentication Git repository server.

    Password string

    The password used to access the HTTP Basic Authentication Git repository server.

    Username string

    The username used to access the HTTP Basic Authentication Git repository server.

    password String

    The password used to access the HTTP Basic Authentication Git repository server.

    username String

    The username used to access the HTTP Basic Authentication Git repository server.

    password string

    The password used to access the HTTP Basic Authentication Git repository server.

    username string

    The username used to access the HTTP Basic Authentication Git repository server.

    password str

    The password used to access the HTTP Basic Authentication Git repository server.

    username str

    The username used to access the HTTP Basic Authentication Git repository server.

    password String

    The password used to access the HTTP Basic Authentication Git repository server.

    username String

    The username used to access the HTTP Basic Authentication Git repository server.

    GetSpringCloudServiceConfigServerGitSettingRepository

    HttpBasicAuths List<GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth>

    A http_basic_auth block as defined below.

    Label string

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    Name string

    Specifies The name of the Spring Cloud Service resource.

    Patterns List<string>

    An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

    SearchPaths List<string>

    An array of strings used to search subdirectories of the Git repository.

    SshAuths List<GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth>

    A ssh_auth block as defined below.

    Uri string

    The URI of the Git repository

    HttpBasicAuths []GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth

    A http_basic_auth block as defined below.

    Label string

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    Name string

    Specifies The name of the Spring Cloud Service resource.

    Patterns []string

    An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

    SearchPaths []string

    An array of strings used to search subdirectories of the Git repository.

    SshAuths []GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth

    A ssh_auth block as defined below.

    Uri string

    The URI of the Git repository

    httpBasicAuths List<GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth>

    A http_basic_auth block as defined below.

    label String

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    name String

    Specifies The name of the Spring Cloud Service resource.

    patterns List<String>

    An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

    searchPaths List<String>

    An array of strings used to search subdirectories of the Git repository.

    sshAuths List<GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth>

    A ssh_auth block as defined below.

    uri String

    The URI of the Git repository

    httpBasicAuths GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth[]

    A http_basic_auth block as defined below.

    label string

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    name string

    Specifies The name of the Spring Cloud Service resource.

    patterns string[]

    An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

    searchPaths string[]

    An array of strings used to search subdirectories of the Git repository.

    sshAuths GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth[]

    A ssh_auth block as defined below.

    uri string

    The URI of the Git repository

    http_basic_auths Sequence[GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth]

    A http_basic_auth block as defined below.

    label str

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    name str

    Specifies The name of the Spring Cloud Service resource.

    patterns Sequence[str]

    An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

    search_paths Sequence[str]

    An array of strings used to search subdirectories of the Git repository.

    ssh_auths Sequence[GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth]

    A ssh_auth block as defined below.

    uri str

    The URI of the Git repository

    httpBasicAuths List<Property Map>

    A http_basic_auth block as defined below.

    label String

    The default label of the Git repository, which is a branch name, tag name, or commit-id of the repository

    name String

    Specifies The name of the Spring Cloud Service resource.

    patterns List<String>

    An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

    searchPaths List<String>

    An array of strings used to search subdirectories of the Git repository.

    sshAuths List<Property Map>

    A ssh_auth block as defined below.

    uri String

    The URI of the Git repository

    GetSpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth

    Password string

    The password used to access the HTTP Basic Authentication Git repository server.

    Username string

    The username used to access the HTTP Basic Authentication Git repository server.

    Password string

    The password used to access the HTTP Basic Authentication Git repository server.

    Username string

    The username used to access the HTTP Basic Authentication Git repository server.

    password String

    The password used to access the HTTP Basic Authentication Git repository server.

    username String

    The username used to access the HTTP Basic Authentication Git repository server.

    password string

    The password used to access the HTTP Basic Authentication Git repository server.

    username string

    The username used to access the HTTP Basic Authentication Git repository server.

    password str

    The password used to access the HTTP Basic Authentication Git repository server.

    username str

    The username used to access the HTTP Basic Authentication Git repository server.

    password String

    The password used to access the HTTP Basic Authentication Git repository server.

    username String

    The username used to access the HTTP Basic Authentication Git repository server.

    GetSpringCloudServiceConfigServerGitSettingRepositorySshAuth

    HostKey string

    The host key of the Git repository server.

    HostKeyAlgorithm string

    The host key algorithm.

    PrivateKey string

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    StrictHostKeyCheckingEnabled bool

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    HostKey string

    The host key of the Git repository server.

    HostKeyAlgorithm string

    The host key algorithm.

    PrivateKey string

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    StrictHostKeyCheckingEnabled bool

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    hostKey String

    The host key of the Git repository server.

    hostKeyAlgorithm String

    The host key algorithm.

    privateKey String

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strictHostKeyCheckingEnabled Boolean

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    hostKey string

    The host key of the Git repository server.

    hostKeyAlgorithm string

    The host key algorithm.

    privateKey string

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strictHostKeyCheckingEnabled boolean

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    host_key str

    The host key of the Git repository server.

    host_key_algorithm str

    The host key algorithm.

    private_key str

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strict_host_key_checking_enabled bool

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    hostKey String

    The host key of the Git repository server.

    hostKeyAlgorithm String

    The host key algorithm.

    privateKey String

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strictHostKeyCheckingEnabled Boolean

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    GetSpringCloudServiceConfigServerGitSettingSshAuth

    HostKey string

    The host key of the Git repository server.

    HostKeyAlgorithm string

    The host key algorithm.

    PrivateKey string

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    StrictHostKeyCheckingEnabled bool

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    HostKey string

    The host key of the Git repository server.

    HostKeyAlgorithm string

    The host key algorithm.

    PrivateKey string

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    StrictHostKeyCheckingEnabled bool

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    hostKey String

    The host key of the Git repository server.

    hostKeyAlgorithm String

    The host key algorithm.

    privateKey String

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strictHostKeyCheckingEnabled Boolean

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    hostKey string

    The host key of the Git repository server.

    hostKeyAlgorithm string

    The host key algorithm.

    privateKey string

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strictHostKeyCheckingEnabled boolean

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    host_key str

    The host key of the Git repository server.

    host_key_algorithm str

    The host key algorithm.

    private_key str

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strict_host_key_checking_enabled bool

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    hostKey String

    The host key of the Git repository server.

    hostKeyAlgorithm String

    The host key algorithm.

    privateKey String

    The SSH private key to access the Git repository, needed when the URI starts with git@ or ssh://.

    strictHostKeyCheckingEnabled Boolean

    Indicates whether the Config Server instance will fail to start if the host_key does not match.

    GetSpringCloudServiceRequiredNetworkTrafficRule

    Direction string

    The direction of required traffic. Possible values are Inbound, Outbound.

    Fqdns List<string>

    The FQDN list of required traffic.

    IpAddresses List<string>

    The IP list of required traffic.

    Port int

    The port of required traffic.

    Protocol string

    The protocol of required traffic.

    Direction string

    The direction of required traffic. Possible values are Inbound, Outbound.

    Fqdns []string

    The FQDN list of required traffic.

    IpAddresses []string

    The IP list of required traffic.

    Port int

    The port of required traffic.

    Protocol string

    The protocol of required traffic.

    direction String

    The direction of required traffic. Possible values are Inbound, Outbound.

    fqdns List<String>

    The FQDN list of required traffic.

    ipAddresses List<String>

    The IP list of required traffic.

    port Integer

    The port of required traffic.

    protocol String

    The protocol of required traffic.

    direction string

    The direction of required traffic. Possible values are Inbound, Outbound.

    fqdns string[]

    The FQDN list of required traffic.

    ipAddresses string[]

    The IP list of required traffic.

    port number

    The port of required traffic.

    protocol string

    The protocol of required traffic.

    direction str

    The direction of required traffic. Possible values are Inbound, Outbound.

    fqdns Sequence[str]

    The FQDN list of required traffic.

    ip_addresses Sequence[str]

    The IP list of required traffic.

    port int

    The port of required traffic.

    protocol str

    The protocol of required traffic.

    direction String

    The direction of required traffic. Possible values are Inbound, Outbound.

    fqdns List<String>

    The FQDN list of required traffic.

    ipAddresses List<String>

    The IP list of required traffic.

    port Number

    The port of required traffic.

    protocol 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.

    azure logo

    We recommend using Azure Native.

    Azure Classic v5.49.0 published on Tuesday, Aug 29, 2023 by Pulumi