Scaleway
getRedisCluster
Using getRedisCluster
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 getRedisCluster(args: GetRedisClusterArgs, opts?: InvokeOptions): Promise<GetRedisClusterResult>
function getRedisClusterOutput(args: GetRedisClusterOutputArgs, opts?: InvokeOptions): Output<GetRedisClusterResult>
def get_redis_cluster(cluster_id: Optional[str] = None,
name: Optional[str] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRedisClusterResult
def get_redis_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
zone: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRedisClusterResult]
func LookupRedisCluster(ctx *Context, args *LookupRedisClusterArgs, opts ...InvokeOption) (*LookupRedisClusterResult, error)
func LookupRedisClusterOutput(ctx *Context, args *LookupRedisClusterOutputArgs, opts ...InvokeOption) LookupRedisClusterResultOutput
> Note: This function is named LookupRedisCluster
in the Go SDK.
public static class GetRedisCluster
{
public static Task<GetRedisClusterResult> InvokeAsync(GetRedisClusterArgs args, InvokeOptions? opts = null)
public static Output<GetRedisClusterResult> Invoke(GetRedisClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRedisClusterResult> getRedisCluster(GetRedisClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: scaleway:index/getRedisCluster:getRedisCluster
Arguments:
# Arguments dictionary
The following arguments are supported:
- cluster_
id str - name str
- zone str
getRedisCluster Result
The following output properties are available:
- Acls
List<Get
Redis Cluster Acl> - Cluster
Size int - Created
At string - Id string
The provider-assigned unique ID for this managed resource.
- Node
Type string - Password string
- Project
Id string - Settings Dictionary<string, string>
- List<string>
- Tls
Enabled bool - Updated
At string - User
Name string - Version string
- Cluster
Id string - Name string
- Zone string
- Acls
[]Get
Redis Cluster Acl - Cluster
Size int - Created
At string - Id string
The provider-assigned unique ID for this managed resource.
- Node
Type string - Password string
- Project
Id string - Settings map[string]string
- []string
- Tls
Enabled bool - Updated
At string - User
Name string - Version string
- Cluster
Id string - Name string
- Zone string
- acls
List<Get
Redis Cluster Acl> - cluster
Size Integer - created
At String - id String
The provider-assigned unique ID for this managed resource.
- node
Type String - password String
- project
Id String - settings Map<String,String>
- List<String>
- tls
Enabled Boolean - updated
At String - user
Name String - version String
- cluster
Id String - name String
- zone String
- acls
Get
Redis Cluster Acl[] - cluster
Size number - created
At string - id string
The provider-assigned unique ID for this managed resource.
- node
Type string - password string
- project
Id string - settings {[key: string]: string}
- string[]
- tls
Enabled boolean - updated
At string - user
Name string - version string
- cluster
Id string - name string
- zone string
- acls
Sequence[Get
Redis Cluster Acl] - cluster_
size int - created_
at str - id str
The provider-assigned unique ID for this managed resource.
- node_
type str - password str
- project_
id str - settings Mapping[str, str]
- Sequence[str]
- tls_
enabled bool - updated_
at str - user_
name str - version str
- cluster_
id str - name str
- zone str
- acls List<Property Map>
- cluster
Size Number - created
At String - id String
The provider-assigned unique ID for this managed resource.
- node
Type String - password String
- project
Id String - settings Map<String>
- List<String>
- tls
Enabled Boolean - updated
At String - user
Name String - version String
- cluster
Id String - name String
- zone String
Supporting Types
GetRedisClusterAcl
- Description string
- Id string
- Ip string
- Description string
- Id string
- Ip string
- description String
- id String
- ip String
- description string
- id string
- ip string
- description str
- id str
- ip str
- description String
- id String
- ip String
Package Details
- Repository
- https://github.com/jaxxstorm/pulumi-scaleway
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
scaleway
Terraform Provider.