We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
published on Monday, Jun 15, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.69.0
published on Monday, Jun 15, 2026 by Pulumi
published on Monday, Jun 15, 2026 by Pulumi
Creates a system that represents a logical grouping of services.
Using getSystem
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 getSystem(args: GetSystemArgs, opts?: InvokeOptions): Promise<GetSystemResult>
function getSystemOutput(args: GetSystemOutputArgs, opts?: InvokeOptions): Output<GetSystemResult>def get_system(system_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemResult
def get_system_output(system_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemResult]func LookupSystem(ctx *Context, args *LookupSystemArgs, opts ...InvokeOption) (*LookupSystemResult, error)
func LookupSystemOutput(ctx *Context, args *LookupSystemOutputArgs, opts ...InvokeOption) LookupSystemResultOutput> Note: This function is named LookupSystem in the Go SDK.
public static class GetSystem
{
public static Task<GetSystemResult> InvokeAsync(GetSystemArgs args, InvokeOptions? opts = null)
public static Output<GetSystemResult> Invoke(GetSystemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSystemResult> getSystem(GetSystemArgs args, InvokeOptions options)
public static Output<GetSystemResult> getSystem(GetSystemArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:resiliencehubv2:getSystem
arguments:
# arguments dictionarydata "aws-native_resiliencehubv2_getsystem" "name" {
# arguments
}The following arguments are supported:
- System
Arn string - The ARN of the system.
- System
Arn string - The ARN of the system.
- system_
arn string - The ARN of the system.
- system
Arn String - The ARN of the system.
- system
Arn string - The ARN of the system.
- system_
arn str - The ARN of the system.
- system
Arn String - The ARN of the system.
getSystem Result
The following output properties are available:
- Created
At string - The timestamp when the system was created.
- Description string
- The description of the system.
- System
Arn string - The ARN of the system.
- System
Id string - The system ID.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags assigned to the system.
- Updated
At string - The timestamp when the system was last updated.
- created_
at string - The timestamp when the system was created.
- description string
- The description of the system.
- system_
arn string - The ARN of the system.
- system_
id string - The system ID.
- list(object)
- Tags assigned to the system.
- updated_
at string - The timestamp when the system was last updated.
- created_
at str - The timestamp when the system was created.
- description str
- The description of the system.
- system_
arn str - The ARN of the system.
- system_
id str - The system ID.
- Sequence[root_Tag]
- Tags assigned to the system.
- updated_
at str - The timestamp when the system was last updated.
- created
At String - The timestamp when the system was created.
- description String
- The description of the system.
- system
Arn String - The ARN of the system.
- system
Id String - The system ID.
- List<Property Map>
- Tags assigned to the system.
- updated
At String - The timestamp when the system was last updated.
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.69.0
published on Monday, Jun 15, 2026 by Pulumi
published on Monday, Jun 15, 2026 by Pulumi