1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. resiliencehubv2
  6. getSystem

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
aws-native logo

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

    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 dictionary
    data "aws-native_resiliencehubv2_getsystem" "name" {
        # arguments
    }

    The following arguments are supported:

    SystemArn string
    The ARN of the system.
    SystemArn string
    The ARN of the system.
    system_arn string
    The ARN of the system.
    systemArn String
    The ARN of the system.
    systemArn string
    The ARN of the system.
    system_arn str
    The ARN of the system.
    systemArn String
    The ARN of the system.

    getSystem Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the system was created.
    Description string
    The description of the system.
    SystemArn string
    The ARN of the system.
    SystemId string
    The system ID.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags assigned to the system.
    UpdatedAt string
    The timestamp when the system was last updated.
    CreatedAt string
    The timestamp when the system was created.
    Description string
    The description of the system.
    SystemArn string
    The ARN of the system.
    SystemId string
    The system ID.
    Tags Tag
    Tags assigned to the system.
    UpdatedAt 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.
    tags list(object)
    Tags assigned to the system.
    updated_at string
    The timestamp when the system was last updated.
    createdAt String
    The timestamp when the system was created.
    description String
    The description of the system.
    systemArn String
    The ARN of the system.
    systemId String
    The system ID.
    tags List<Tag>
    Tags assigned to the system.
    updatedAt String
    The timestamp when the system was last updated.
    createdAt string
    The timestamp when the system was created.
    description string
    The description of the system.
    systemArn string
    The ARN of the system.
    systemId string
    The system ID.
    tags Tag[]
    Tags assigned to the system.
    updatedAt 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.
    tags Sequence[root_Tag]
    Tags assigned to the system.
    updated_at str
    The timestamp when the system was last updated.
    createdAt String
    The timestamp when the system was created.
    description String
    The description of the system.
    systemArn String
    The ARN of the system.
    systemId String
    The system ID.
    tags List<Property Map>
    Tags assigned to the system.
    updatedAt String
    The timestamp when the system was last updated.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial