We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.ivs.getStorageConfiguration
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::IVS::StorageConfiguration
Using getStorageConfiguration
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 getStorageConfiguration(args: GetStorageConfigurationArgs, opts?: InvokeOptions): Promise<GetStorageConfigurationResult>
function getStorageConfigurationOutput(args: GetStorageConfigurationOutputArgs, opts?: InvokeOptions): Output<GetStorageConfigurationResult>def get_storage_configuration(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStorageConfigurationResult
def get_storage_configuration_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStorageConfigurationResult]func LookupStorageConfiguration(ctx *Context, args *LookupStorageConfigurationArgs, opts ...InvokeOption) (*LookupStorageConfigurationResult, error)
func LookupStorageConfigurationOutput(ctx *Context, args *LookupStorageConfigurationOutputArgs, opts ...InvokeOption) LookupStorageConfigurationResultOutput> Note: This function is named LookupStorageConfiguration in the Go SDK.
public static class GetStorageConfiguration
{
public static Task<GetStorageConfigurationResult> InvokeAsync(GetStorageConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetStorageConfigurationResult> Invoke(GetStorageConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStorageConfigurationResult> getStorageConfiguration(GetStorageConfigurationArgs args, InvokeOptions options)
public static Output<GetStorageConfigurationResult> getStorageConfiguration(GetStorageConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ivs:getStorageConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- Arn string
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- arn String
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- arn string
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- arn str
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- arn String
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
getStorageConfiguration Result
The following output properties are available:
- Arn string
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of key-value pairs that contain metadata for the asset model.
- arn str
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- Sequence[root_Tag]
- A list of key-value pairs that contain metadata for the asset model.
- arn String
- Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
- List<Property Map>
- A list of key-value pairs that contain metadata for the asset model.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
