Scaleway v1.15.0 published on Tuesday, Jul 30, 2024 by pulumiverse
scaleway.getConfig
Explore with Pulumi AI
Using getConfig
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 getConfig(opts?: InvokeOptions): Promise<GetConfigResult>
function getConfigOutput(opts?: InvokeOptions): Output<GetConfigResult>
def get_config(opts: Optional[InvokeOptions] = None) -> GetConfigResult
def get_config_output(opts: Optional[InvokeOptions] = None) -> Output[GetConfigResult]
func GetConfig(ctx *Context, opts ...InvokeOption) (*GetConfigResult, error)
func GetConfigOutput(ctx *Context, opts ...InvokeOption) GetConfigResultOutput
> Note: This function is named GetConfig
in the Go SDK.
public static class GetConfig
{
public static Task<GetConfigResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetConfigResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetConfigResult> getConfig(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: scaleway:index/getConfig:getConfig
arguments:
# arguments dictionary
getConfig Result
The following output properties are available:
- Access
Key string - Access
Key stringSource - Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Project
Id stringSource - Region string
- Region
Source string - Secret
Key string - Secret
Key stringSource - Zone string
- Zone
Source string
- Access
Key string - Access
Key stringSource - Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Project
Id stringSource - Region string
- Region
Source string - Secret
Key string - Secret
Key stringSource - Zone string
- Zone
Source string
- access
Key String - access
Key StringSource - id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - project
Id StringSource - region String
- region
Source String - secret
Key String - secret
Key StringSource - zone String
- zone
Source String
- access
Key string - access
Key stringSource - id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - project
Id stringSource - region string
- region
Source string - secret
Key string - secret
Key stringSource - zone string
- zone
Source string
- access_
key str - access_
key_ strsource - id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - project_
id_ strsource - region str
- region_
source str - secret_
key str - secret_
key_ strsource - zone str
- zone_
source str
- access
Key String - access
Key StringSource - id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - project
Id StringSource - region String
- region
Source String - secret
Key String - secret
Key StringSource - zone String
- zone
Source String
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.