1. Packages
  2. AWS Native
  3. API Docs
  4. ssmincidents
  5. getReplicationSet

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.ssmincidents.getReplicationSet

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource type definition for AWS::SSMIncidents::ReplicationSet

    Using getReplicationSet

    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 getReplicationSet(args: GetReplicationSetArgs, opts?: InvokeOptions): Promise<GetReplicationSetResult>
    function getReplicationSetOutput(args: GetReplicationSetOutputArgs, opts?: InvokeOptions): Output<GetReplicationSetResult>
    def get_replication_set(arn: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetReplicationSetResult
    def get_replication_set_output(arn: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetReplicationSetResult]
    func LookupReplicationSet(ctx *Context, args *LookupReplicationSetArgs, opts ...InvokeOption) (*LookupReplicationSetResult, error)
    func LookupReplicationSetOutput(ctx *Context, args *LookupReplicationSetOutputArgs, opts ...InvokeOption) LookupReplicationSetResultOutput

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

    public static class GetReplicationSet 
    {
        public static Task<GetReplicationSetResult> InvokeAsync(GetReplicationSetArgs args, InvokeOptions? opts = null)
        public static Output<GetReplicationSetResult> Invoke(GetReplicationSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReplicationSetResult> getReplicationSet(GetReplicationSetArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ssmincidents:getReplicationSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the ReplicationSet.
    Arn string
    The ARN of the ReplicationSet.
    arn String
    The ARN of the ReplicationSet.
    arn string
    The ARN of the ReplicationSet.
    arn str
    The ARN of the ReplicationSet.
    arn String
    The ARN of the ReplicationSet.

    getReplicationSet Result

    The following output properties are available:

    Arn string
    The ARN of the ReplicationSet.
    DeletionProtected bool
    Regions List<Pulumi.AwsNative.SsmIncidents.Outputs.ReplicationSetReplicationRegion>
    The ReplicationSet configuration.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to apply to the replication set.
    Arn string
    The ARN of the ReplicationSet.
    DeletionProtected bool
    Regions []ReplicationSetReplicationRegion
    The ReplicationSet configuration.
    Tags Tag
    The tags to apply to the replication set.
    arn String
    The ARN of the ReplicationSet.
    deletionProtected Boolean
    regions List<ReplicationSetReplicationRegion>
    The ReplicationSet configuration.
    tags List<Tag>
    The tags to apply to the replication set.
    arn string
    The ARN of the ReplicationSet.
    deletionProtected boolean
    regions ReplicationSetReplicationRegion[]
    The ReplicationSet configuration.
    tags Tag[]
    The tags to apply to the replication set.
    arn str
    The ARN of the ReplicationSet.
    deletion_protected bool
    regions Sequence[ReplicationSetReplicationRegion]
    The ReplicationSet configuration.
    tags Sequence[_root_Tag]
    The tags to apply to the replication set.
    arn String
    The ARN of the ReplicationSet.
    deletionProtected Boolean
    regions List<Property Map>
    The ReplicationSet configuration.
    tags List<Property Map>
    The tags to apply to the replication set.

    Supporting Types

    ReplicationSetRegionConfiguration

    ReplicationSetReplicationRegion

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi