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.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.ivs.getStorageConfiguration

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ivs:getStorageConfiguration
      arguments:
        # arguments dictionary

    The 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.
    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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

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

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi