1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ivs
  5. getStorageConfiguration

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.ivs.getStorageConfiguration

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 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>
Copy
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]
Copy
func LookupStorageConfiguration(ctx *Context, args *LookupStorageConfigurationArgs, opts ...InvokeOption) (*LookupStorageConfigurationResult, error)
func LookupStorageConfigurationOutput(ctx *Context, args *LookupStorageConfigurationOutputArgs, opts ...InvokeOption) LookupStorageConfigurationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetStorageConfigurationResult> getStorageConfiguration(GetStorageConfigurationArgs args, InvokeOptions options)
public static Output<GetStorageConfigurationResult> getStorageConfiguration(GetStorageConfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:ivs:getStorageConfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
Arn This property is required. string
Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
arn This property is required. String
Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
arn This property is required. string
Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
arn This property is required. str
Storage Configuration ARN is automatically generated on creation and assigned as the unique identifier.
arn This property is required. 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.
Tags List<Pulumi.AwsNative.Outputs.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.
Tags 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.
tags List<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.
tags 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.
tags 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.
tags List<Property Map>
A list of key-value pairs that contain metadata for the asset model.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.27.0 published on Monday, Apr 14, 2025 by Pulumi