AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.ssmincidents.getReplicationSet
Explore with Pulumi AI
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.
- Deletion
Protected bool - Regions
List<Pulumi.
Aws Native. SSMIncidents. Outputs. Replication Set Replication Region> The ReplicationSet configuration.
- List<Pulumi.
Aws Native. SSMIncidents. Outputs. Replication Set Tag> The tags to apply to the replication set.
- Arn string
The ARN of the ReplicationSet.
- Deletion
Protected bool - Regions
[]Replication
Set Replication Region The ReplicationSet configuration.
- []Replication
Set Tag The tags to apply to the replication set.
- arn String
The ARN of the ReplicationSet.
- deletion
Protected Boolean - regions
List<Replication
Set Replication Region> The ReplicationSet configuration.
- List<Replication
Set Tag> The tags to apply to the replication set.
- arn string
The ARN of the ReplicationSet.
- deletion
Protected boolean - regions
Replication
Set Replication Region[] The ReplicationSet configuration.
- Replication
Set Tag[] The tags to apply to the replication set.
- arn str
The ARN of the ReplicationSet.
- deletion_
protected bool - regions
Sequence[Replication
Set Replication Region] The ReplicationSet configuration.
- Sequence[Replication
Set Tag] The tags to apply to the replication set.
- arn String
The ARN of the ReplicationSet.
- deletion
Protected Boolean - regions List<Property Map>
The ReplicationSet configuration.
- List<Property Map>
The tags to apply to the replication set.
Supporting Types
ReplicationSetRegionConfiguration
- Sse
Kms stringKey Id
- Sse
Kms stringKey Id
- sse
Kms StringKey Id
- sse
Kms stringKey Id
- sse_
kms_ strkey_ id
- sse
Kms StringKey Id
ReplicationSetReplicationRegion
ReplicationSetTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0