1. Packages
  2. Strata Cloud Manager
  3. API Docs
  4. getIkeGateway
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

scm.getIkeGateway

Explore with Pulumi AI

scm logo
Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi

    Retrieves a config item.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as scm from "@pulumi/scm";
    
    const example = scm.getIkeGateway({
        id: "1234-56-789",
    });
    
    import pulumi
    import pulumi_scm as scm
    
    example = scm.get_ike_gateway(id="1234-56-789")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-scm/sdk/go/scm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := scm.LookupIkeGateway(ctx, &scm.LookupIkeGatewayArgs{
    			Id: "1234-56-789",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Scm = Pulumi.Scm;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Scm.GetIkeGateway.Invoke(new()
        {
            Id = "1234-56-789",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.scm.ScmFunctions;
    import com.pulumi.scm.inputs.GetIkeGatewayArgs;
    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 = ScmFunctions.getIkeGateway(GetIkeGatewayArgs.builder()
                .id("1234-56-789")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: scm:getIkeGateway
          Arguments:
            id: 1234-56-789
    

    Using getIkeGateway

    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 getIkeGateway(args: GetIkeGatewayArgs, opts?: InvokeOptions): Promise<GetIkeGatewayResult>
    function getIkeGatewayOutput(args: GetIkeGatewayOutputArgs, opts?: InvokeOptions): Output<GetIkeGatewayResult>
    def get_ike_gateway(device: Optional[str] = None,
                        folder: Optional[str] = None,
                        id: Optional[str] = None,
                        snippet: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetIkeGatewayResult
    def get_ike_gateway_output(device: Optional[pulumi.Input[str]] = None,
                        folder: Optional[pulumi.Input[str]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        snippet: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetIkeGatewayResult]
    func LookupIkeGateway(ctx *Context, args *LookupIkeGatewayArgs, opts ...InvokeOption) (*LookupIkeGatewayResult, error)
    func LookupIkeGatewayOutput(ctx *Context, args *LookupIkeGatewayOutputArgs, opts ...InvokeOption) LookupIkeGatewayResultOutput

    > Note: This function is named LookupIkeGateway in the Go SDK.

    public static class GetIkeGateway 
    {
        public static Task<GetIkeGatewayResult> InvokeAsync(GetIkeGatewayArgs args, InvokeOptions? opts = null)
        public static Output<GetIkeGatewayResult> Invoke(GetIkeGatewayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIkeGatewayResult> getIkeGateway(GetIkeGatewayArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: scm:index/getIkeGateway:getIkeGateway
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The Id param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Snippet string
    The Snippet param.
    Id string
    The Id param.
    Device string
    The Device param.
    Folder string
    The Folder param.
    Snippet string
    The Snippet param.
    id String
    The Id param.
    device String
    The Device param.
    folder String
    The Folder param.
    snippet String
    The Snippet param.
    id string
    The Id param.
    device string
    The Device param.
    folder string
    The Folder param.
    snippet string
    The Snippet param.
    id str
    The Id param.
    device str
    The Device param.
    folder str
    The Folder param.
    snippet str
    The Snippet param.
    id String
    The Id param.
    device String
    The Device param.
    folder String
    The Folder param.
    snippet String
    The Snippet param.

    getIkeGateway Result

    The following output properties are available:

    Authentication GetIkeGatewayAuthentication
    The Authentication param.
    Id string
    The Id param.
    LocalId GetIkeGatewayLocalId
    The LocalId param.
    Name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    PeerAddress GetIkeGatewayPeerAddress
    The PeerAddress param.
    PeerId GetIkeGatewayPeerId
    The PeerId param.
    Protocol GetIkeGatewayProtocol
    The Protocol param.
    ProtocolCommon GetIkeGatewayProtocolCommon
    The ProtocolCommon param.
    Tfid string
    Device string
    The Device param.
    Folder string
    The Folder param.
    Snippet string
    The Snippet param.
    Authentication GetIkeGatewayAuthentication
    The Authentication param.
    Id string
    The Id param.
    LocalId GetIkeGatewayLocalId
    The LocalId param.
    Name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    PeerAddress GetIkeGatewayPeerAddress
    The PeerAddress param.
    PeerId GetIkeGatewayPeerId
    The PeerId param.
    Protocol GetIkeGatewayProtocol
    The Protocol param.
    ProtocolCommon GetIkeGatewayProtocolCommon
    The ProtocolCommon param.
    Tfid string
    Device string
    The Device param.
    Folder string
    The Folder param.
    Snippet string
    The Snippet param.
    authentication GetIkeGatewayAuthentication
    The Authentication param.
    id String
    The Id param.
    localId GetIkeGatewayLocalId
    The LocalId param.
    name String
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peerAddress GetIkeGatewayPeerAddress
    The PeerAddress param.
    peerId GetIkeGatewayPeerId
    The PeerId param.
    protocol GetIkeGatewayProtocol
    The Protocol param.
    protocolCommon GetIkeGatewayProtocolCommon
    The ProtocolCommon param.
    tfid String
    device String
    The Device param.
    folder String
    The Folder param.
    snippet String
    The Snippet param.
    authentication GetIkeGatewayAuthentication
    The Authentication param.
    id string
    The Id param.
    localId GetIkeGatewayLocalId
    The LocalId param.
    name string
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peerAddress GetIkeGatewayPeerAddress
    The PeerAddress param.
    peerId GetIkeGatewayPeerId
    The PeerId param.
    protocol GetIkeGatewayProtocol
    The Protocol param.
    protocolCommon GetIkeGatewayProtocolCommon
    The ProtocolCommon param.
    tfid string
    device string
    The Device param.
    folder string
    The Folder param.
    snippet string
    The Snippet param.
    authentication GetIkeGatewayAuthentication
    The Authentication param.
    id str
    The Id param.
    local_id GetIkeGatewayLocalId
    The LocalId param.
    name str
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peer_address GetIkeGatewayPeerAddress
    The PeerAddress param.
    peer_id GetIkeGatewayPeerId
    The PeerId param.
    protocol GetIkeGatewayProtocol
    The Protocol param.
    protocol_common GetIkeGatewayProtocolCommon
    The ProtocolCommon param.
    tfid str
    device str
    The Device param.
    folder str
    The Folder param.
    snippet str
    The Snippet param.
    authentication Property Map
    The Authentication param.
    id String
    The Id param.
    localId Property Map
    The LocalId param.
    name String
    Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
    peerAddress Property Map
    The PeerAddress param.
    peerId Property Map
    The PeerId param.
    protocol Property Map
    The Protocol param.
    protocolCommon Property Map
    The ProtocolCommon param.
    tfid String
    device String
    The Device param.
    folder String
    The Folder param.
    snippet String
    The Snippet param.

    Supporting Types

    GetIkeGatewayAuthentication

    certificate Property Map
    The Certificate param.
    preSharedKey Property Map
    The PreSharedKey param.

    GetIkeGatewayAuthenticationCertificate

    AllowIdPayloadMismatch bool
    The AllowIdPayloadMismatch param.
    CertificateProfile string
    The CertificateProfile param.
    LocalCertificate GetIkeGatewayAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    StrictValidationRevocation bool
    The StrictValidationRevocation param.
    UseManagementAsSource bool
    The UseManagementAsSource param.
    AllowIdPayloadMismatch bool
    The AllowIdPayloadMismatch param.
    CertificateProfile string
    The CertificateProfile param.
    LocalCertificate GetIkeGatewayAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    StrictValidationRevocation bool
    The StrictValidationRevocation param.
    UseManagementAsSource bool
    The UseManagementAsSource param.
    allowIdPayloadMismatch Boolean
    The AllowIdPayloadMismatch param.
    certificateProfile String
    The CertificateProfile param.
    localCertificate GetIkeGatewayAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    strictValidationRevocation Boolean
    The StrictValidationRevocation param.
    useManagementAsSource Boolean
    The UseManagementAsSource param.
    allowIdPayloadMismatch boolean
    The AllowIdPayloadMismatch param.
    certificateProfile string
    The CertificateProfile param.
    localCertificate GetIkeGatewayAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    strictValidationRevocation boolean
    The StrictValidationRevocation param.
    useManagementAsSource boolean
    The UseManagementAsSource param.
    allow_id_payload_mismatch bool
    The AllowIdPayloadMismatch param.
    certificate_profile str
    The CertificateProfile param.
    local_certificate GetIkeGatewayAuthenticationCertificateLocalCertificate
    The LocalCertificate param.
    strict_validation_revocation bool
    The StrictValidationRevocation param.
    use_management_as_source bool
    The UseManagementAsSource param.
    allowIdPayloadMismatch Boolean
    The AllowIdPayloadMismatch param.
    certificateProfile String
    The CertificateProfile param.
    localCertificate Property Map
    The LocalCertificate param.
    strictValidationRevocation Boolean
    The StrictValidationRevocation param.
    useManagementAsSource Boolean
    The UseManagementAsSource param.

    GetIkeGatewayAuthenticationCertificateLocalCertificate

    LocalCertificateName string
    The LocalCertificateName param.
    LocalCertificateName string
    The LocalCertificateName param.
    localCertificateName String
    The LocalCertificateName param.
    localCertificateName string
    The LocalCertificateName param.
    local_certificate_name str
    The LocalCertificateName param.
    localCertificateName String
    The LocalCertificateName param.

    GetIkeGatewayAuthenticationPreSharedKey

    Key string
    The Key param.
    Key string
    The Key param.
    key String
    The Key param.
    key string
    The Key param.
    key str
    The Key param.
    key String
    The Key param.

    GetIkeGatewayLocalId

    Id string
    Local ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    Type string
    The Type param.
    Id string
    Local ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    Type string
    The Type param.
    id String
    Local ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type String
    The Type param.
    id string
    Local ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type string
    The Type param.
    id str
    Local ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type str
    The Type param.
    id String
    Local ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type String
    The Type param.

    GetIkeGatewayPeerAddress

    DynamicAddress bool
    The DynamicAddress param.
    Fqdn string
    peer gateway FQDN name. String length must not exceed 255 characters.
    Ip string
    peer gateway has static IP address.
    DynamicAddress bool
    The DynamicAddress param.
    Fqdn string
    peer gateway FQDN name. String length must not exceed 255 characters.
    Ip string
    peer gateway has static IP address.
    dynamicAddress Boolean
    The DynamicAddress param.
    fqdn String
    peer gateway FQDN name. String length must not exceed 255 characters.
    ip String
    peer gateway has static IP address.
    dynamicAddress boolean
    The DynamicAddress param.
    fqdn string
    peer gateway FQDN name. String length must not exceed 255 characters.
    ip string
    peer gateway has static IP address.
    dynamic_address bool
    The DynamicAddress param.
    fqdn str
    peer gateway FQDN name. String length must not exceed 255 characters.
    ip str
    peer gateway has static IP address.
    dynamicAddress Boolean
    The DynamicAddress param.
    fqdn String
    peer gateway FQDN name. String length must not exceed 255 characters.
    ip String
    peer gateway has static IP address.

    GetIkeGatewayPeerId

    Id string
    Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    Type string
    The Type param. String must be one of these: "ipaddr", "keyid", "fqdn", "ufqdn".
    Id string
    Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    Type string
    The Type param. String must be one of these: "ipaddr", "keyid", "fqdn", "ufqdn".
    id String
    Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type String
    The Type param. String must be one of these: "ipaddr", "keyid", "fqdn", "ufqdn".
    id string
    Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type string
    The Type param. String must be one of these: "ipaddr", "keyid", "fqdn", "ufqdn".
    id str
    Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type str
    The Type param. String must be one of these: "ipaddr", "keyid", "fqdn", "ufqdn".
    id String
    Peer ID string. String length must be between 1 and 1024 characters. String validation regex: ^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$.
    type String
    The Type param. String must be one of these: "ipaddr", "keyid", "fqdn", "ufqdn".

    GetIkeGatewayProtocol

    Ikev1 GetIkeGatewayProtocolIkev1
    The Ikev1 param.
    Ikev2 GetIkeGatewayProtocolIkev2
    The Ikev2 param.
    Version string
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    Ikev1 GetIkeGatewayProtocolIkev1
    The Ikev1 param.
    Ikev2 GetIkeGatewayProtocolIkev2
    The Ikev2 param.
    Version string
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 GetIkeGatewayProtocolIkev1
    The Ikev1 param.
    ikev2 GetIkeGatewayProtocolIkev2
    The Ikev2 param.
    version String
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 GetIkeGatewayProtocolIkev1
    The Ikev1 param.
    ikev2 GetIkeGatewayProtocolIkev2
    The Ikev2 param.
    version string
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 GetIkeGatewayProtocolIkev1
    The Ikev1 param.
    ikev2 GetIkeGatewayProtocolIkev2
    The Ikev2 param.
    version str
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".
    ikev1 Property Map
    The Ikev1 param.
    ikev2 Property Map
    The Ikev2 param.
    version String
    The Version param. String must be one of these: "ikev2-preferred", "ikev1", "ikev2". Default: "ikev2-preferred".

    GetIkeGatewayProtocolCommon

    fragmentation GetIkeGatewayProtocolCommonFragmentation
    The Fragmentation param.
    natTraversal GetIkeGatewayProtocolCommonNatTraversal
    The NatTraversal param.
    passiveMode Boolean
    The PassiveMode param.
    fragmentation GetIkeGatewayProtocolCommonFragmentation
    The Fragmentation param.
    natTraversal GetIkeGatewayProtocolCommonNatTraversal
    The NatTraversal param.
    passiveMode boolean
    The PassiveMode param.
    fragmentation Property Map
    The Fragmentation param.
    natTraversal Property Map
    The NatTraversal param.
    passiveMode Boolean
    The PassiveMode param.

    GetIkeGatewayProtocolCommonFragmentation

    Enable bool
    The Enable param. Default: false.
    Enable bool
    The Enable param. Default: false.
    enable Boolean
    The Enable param. Default: false.
    enable boolean
    The Enable param. Default: false.
    enable bool
    The Enable param. Default: false.
    enable Boolean
    The Enable param. Default: false.

    GetIkeGatewayProtocolCommonNatTraversal

    Enable bool
    The Enable param.
    Enable bool
    The Enable param.
    enable Boolean
    The Enable param.
    enable boolean
    The Enable param.
    enable bool
    The Enable param.
    enable Boolean
    The Enable param.

    GetIkeGatewayProtocolIkev1

    Dpd GetIkeGatewayProtocolIkev1Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    Dpd GetIkeGatewayProtocolIkev1Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayProtocolIkev1Dpd
    The Dpd param.
    ikeCryptoProfile String
    The IkeCryptoProfile param.
    dpd GetIkeGatewayProtocolIkev1Dpd
    The Dpd param.
    ikeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayProtocolIkev1Dpd
    The Dpd param.
    ike_crypto_profile str
    The IkeCryptoProfile param.
    dpd Property Map
    The Dpd param.
    ikeCryptoProfile String
    The IkeCryptoProfile param.

    GetIkeGatewayProtocolIkev1Dpd

    Enable bool
    The Enable param.
    Enable bool
    The Enable param.
    enable Boolean
    The Enable param.
    enable boolean
    The Enable param.
    enable bool
    The Enable param.
    enable Boolean
    The Enable param.

    GetIkeGatewayProtocolIkev2

    Dpd GetIkeGatewayProtocolIkev2Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    Dpd GetIkeGatewayProtocolIkev2Dpd
    The Dpd param.
    IkeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayProtocolIkev2Dpd
    The Dpd param.
    ikeCryptoProfile String
    The IkeCryptoProfile param.
    dpd GetIkeGatewayProtocolIkev2Dpd
    The Dpd param.
    ikeCryptoProfile string
    The IkeCryptoProfile param.
    dpd GetIkeGatewayProtocolIkev2Dpd
    The Dpd param.
    ike_crypto_profile str
    The IkeCryptoProfile param.
    dpd Property Map
    The Dpd param.
    ikeCryptoProfile String
    The IkeCryptoProfile param.

    GetIkeGatewayProtocolIkev2Dpd

    Enable bool
    The Enable param.
    Enable bool
    The Enable param.
    enable Boolean
    The Enable param.
    enable boolean
    The Enable param.
    enable bool
    The Enable param.
    enable Boolean
    The Enable param.

    Package Details

    Repository
    scm pulumi/pulumi-scm
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scm Terraform Provider.
    scm logo
    Strata Cloud Manager v0.1.1 published on Friday, May 31, 2024 by Pulumi