We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
A Source Network resource represents a VPC that is protected by AWS Elastic Disaster Recovery.
Using getSourceNetwork
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 getSourceNetwork(args: GetSourceNetworkArgs, opts?: InvokeOptions): Promise<GetSourceNetworkResult>
function getSourceNetworkOutput(args: GetSourceNetworkOutputArgs, opts?: InvokeOutputOptions): Output<GetSourceNetworkResult>def get_source_network(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSourceNetworkResult
def get_source_network_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetSourceNetworkResult]func LookupSourceNetwork(ctx *Context, args *LookupSourceNetworkArgs, opts ...InvokeOption) (*LookupSourceNetworkResult, error)
func LookupSourceNetworkOutput(ctx *Context, args *LookupSourceNetworkOutputArgs, opts ...InvokeOption) LookupSourceNetworkResultOutput> Note: This function is named LookupSourceNetwork in the Go SDK.
public static class GetSourceNetwork
{
public static Task<GetSourceNetworkResult> InvokeAsync(GetSourceNetworkArgs args, InvokeOptions? opts = null)
public static Output<GetSourceNetworkResult> Invoke(GetSourceNetworkInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetSourceNetworkResult> Invoke(GetSourceNetworkInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetSourceNetworkResult> getSourceNetwork(GetSourceNetworkArgs args, InvokeOptions options)
public static Output<GetSourceNetworkResult> getSourceNetwork(GetSourceNetworkArgs args, InvokeOptions options)
public static Output<GetSourceNetworkResult> getSourceNetwork(GetSourceNetworkArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:drs:getSourceNetwork
arguments:
# arguments dictionarydata "aws-native_drs_get_source_network" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The ARN of the Source Network.
- Arn string
- The ARN of the Source Network.
- arn string
- The ARN of the Source Network.
- arn String
- The ARN of the Source Network.
- arn string
- The ARN of the Source Network.
- arn str
- The ARN of the Source Network.
- arn String
- The ARN of the Source Network.
getSourceNetwork Result
The following output properties are available:
- Arn string
- The ARN of the Source Network.
- Source
Network stringId - The ID of the Source Network.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A set of tags associated with the Source Network.
- Arn string
- The ARN of the Source Network.
- Source
Network stringId - The ID of the Source Network.
- Tag
- A set of tags associated with the Source Network.
- arn string
- The ARN of the Source Network.
- source_
network_ stringid - The ID of the Source Network.
- list(object)
- A set of tags associated with the Source Network.
- arn String
- The ARN of the Source Network.
- source
Network StringId - The ID of the Source Network.
- List<Tag>
- A set of tags associated with the Source Network.
- arn string
- The ARN of the Source Network.
- source
Network stringId - The ID of the Source Network.
- Tag[]
- A set of tags associated with the Source Network.
- arn str
- The ARN of the Source Network.
- source_
network_ strid - The ID of the Source Network.
- Sequence[root_Tag]
- A set of tags associated with the Source Network.
- arn String
- The ARN of the Source Network.
- source
Network StringId - The ID of the Source Network.
- List<Property Map>
- A set of tags associated with the Source Network.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi