Exoscale v0.62.7 published on Tuesday, Dec 10, 2024 by Pulumiverse
exoscale.getSosBucketPolicy
Explore with Pulumi AI
Fetch Exoscale SOS Bucket Policies.
Using getSosBucketPolicy
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 getSosBucketPolicy(args: GetSosBucketPolicyArgs, opts?: InvokeOptions): Promise<GetSosBucketPolicyResult>
function getSosBucketPolicyOutput(args: GetSosBucketPolicyOutputArgs, opts?: InvokeOptions): Output<GetSosBucketPolicyResult>
def get_sos_bucket_policy(bucket: Optional[str] = None,
timeouts: Optional[GetSosBucketPolicyTimeouts] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSosBucketPolicyResult
def get_sos_bucket_policy_output(bucket: Optional[pulumi.Input[str]] = None,
timeouts: Optional[pulumi.Input[GetSosBucketPolicyTimeoutsArgs]] = None,
zone: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSosBucketPolicyResult]
func LookupSosBucketPolicy(ctx *Context, args *LookupSosBucketPolicyArgs, opts ...InvokeOption) (*LookupSosBucketPolicyResult, error)
func LookupSosBucketPolicyOutput(ctx *Context, args *LookupSosBucketPolicyOutputArgs, opts ...InvokeOption) LookupSosBucketPolicyResultOutput
> Note: This function is named LookupSosBucketPolicy
in the Go SDK.
public static class GetSosBucketPolicy
{
public static Task<GetSosBucketPolicyResult> InvokeAsync(GetSosBucketPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetSosBucketPolicyResult> Invoke(GetSosBucketPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSosBucketPolicyResult> getSosBucketPolicy(GetSosBucketPolicyArgs args, InvokeOptions options)
public static Output<GetSosBucketPolicyResult> getSosBucketPolicy(GetSosBucketPolicyArgs args, InvokeOptions options)
fn::invoke:
function: exoscale:index/getSosBucketPolicy:getSosBucketPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Bucket string
- The name of the bucket to which the policy is to be applied.
- Zone string
- The Exoscale Zone name.
- Timeouts
Pulumiverse.
Exoscale. Inputs. Get Sos Bucket Policy Timeouts
- Bucket string
- The name of the bucket to which the policy is to be applied.
- Zone string
- The Exoscale Zone name.
- Timeouts
Get
Sos Bucket Policy Timeouts
- bucket String
- The name of the bucket to which the policy is to be applied.
- zone String
- The Exoscale Zone name.
- timeouts
Get
Sos Bucket Policy Timeouts
- bucket string
- The name of the bucket to which the policy is to be applied.
- zone string
- The Exoscale Zone name.
- timeouts
Get
Sos Bucket Policy Timeouts
- bucket str
- The name of the bucket to which the policy is to be applied.
- zone str
- The Exoscale Zone name.
- timeouts
Get
Sos Bucket Policy Timeouts
- bucket String
- The name of the bucket to which the policy is to be applied.
- zone String
- The Exoscale Zone name.
- timeouts Property Map
getSosBucketPolicy Result
The following output properties are available:
Supporting Types
GetSosBucketPolicyTimeouts
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- Read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- read string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- read str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- read String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
Package Details
- Repository
- exoscale pulumiverse/pulumi-exoscale
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
exoscale
Terraform Provider.