Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.MediaServices.getStreamCdnConfigs
Explore with Pulumi AI
This data source provides the list of Stream Cdn Configs in Oracle Cloud Infrastructure Media Services service.
Lists the StreamCdnConfig.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testStreamCdnConfigs = oci.MediaServices.getStreamCdnConfigs({
    distributionChannelId: testChannel.id,
    displayName: streamCdnConfigDisplayName,
    id: streamCdnConfigId,
    state: streamCdnConfigState,
});
import pulumi
import pulumi_oci as oci
test_stream_cdn_configs = oci.MediaServices.get_stream_cdn_configs(distribution_channel_id=test_channel["id"],
    display_name=stream_cdn_config_display_name,
    id=stream_cdn_config_id,
    state=stream_cdn_config_state)
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/mediaservices"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := mediaservices.GetStreamCdnConfigs(ctx, &mediaservices.GetStreamCdnConfigsArgs{
			DistributionChannelId: testChannel.Id,
			DisplayName:           pulumi.StringRef(streamCdnConfigDisplayName),
			Id:                    pulumi.StringRef(streamCdnConfigId),
			State:                 pulumi.StringRef(streamCdnConfigState),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testStreamCdnConfigs = Oci.MediaServices.GetStreamCdnConfigs.Invoke(new()
    {
        DistributionChannelId = testChannel.Id,
        DisplayName = streamCdnConfigDisplayName,
        Id = streamCdnConfigId,
        State = streamCdnConfigState,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.MediaServices.MediaServicesFunctions;
import com.pulumi.oci.MediaServices.inputs.GetStreamCdnConfigsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testStreamCdnConfigs = MediaServicesFunctions.getStreamCdnConfigs(GetStreamCdnConfigsArgs.builder()
            .distributionChannelId(testChannel.id())
            .displayName(streamCdnConfigDisplayName)
            .id(streamCdnConfigId)
            .state(streamCdnConfigState)
            .build());
    }
}
variables:
  testStreamCdnConfigs:
    fn::invoke:
      function: oci:MediaServices:getStreamCdnConfigs
      arguments:
        distributionChannelId: ${testChannel.id}
        displayName: ${streamCdnConfigDisplayName}
        id: ${streamCdnConfigId}
        state: ${streamCdnConfigState}
Using getStreamCdnConfigs
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 getStreamCdnConfigs(args: GetStreamCdnConfigsArgs, opts?: InvokeOptions): Promise<GetStreamCdnConfigsResult>
function getStreamCdnConfigsOutput(args: GetStreamCdnConfigsOutputArgs, opts?: InvokeOptions): Output<GetStreamCdnConfigsResult>def get_stream_cdn_configs(display_name: Optional[str] = None,
                           distribution_channel_id: Optional[str] = None,
                           filters: Optional[Sequence[GetStreamCdnConfigsFilter]] = None,
                           id: Optional[str] = None,
                           state: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetStreamCdnConfigsResult
def get_stream_cdn_configs_output(display_name: Optional[pulumi.Input[str]] = None,
                           distribution_channel_id: Optional[pulumi.Input[str]] = None,
                           filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetStreamCdnConfigsFilterArgs]]]] = None,
                           id: Optional[pulumi.Input[str]] = None,
                           state: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetStreamCdnConfigsResult]func GetStreamCdnConfigs(ctx *Context, args *GetStreamCdnConfigsArgs, opts ...InvokeOption) (*GetStreamCdnConfigsResult, error)
func GetStreamCdnConfigsOutput(ctx *Context, args *GetStreamCdnConfigsOutputArgs, opts ...InvokeOption) GetStreamCdnConfigsResultOutput> Note: This function is named GetStreamCdnConfigs in the Go SDK.
public static class GetStreamCdnConfigs 
{
    public static Task<GetStreamCdnConfigsResult> InvokeAsync(GetStreamCdnConfigsArgs args, InvokeOptions? opts = null)
    public static Output<GetStreamCdnConfigsResult> Invoke(GetStreamCdnConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetStreamCdnConfigsResult> getStreamCdnConfigs(GetStreamCdnConfigsArgs args, InvokeOptions options)
public static Output<GetStreamCdnConfigsResult> getStreamCdnConfigs(GetStreamCdnConfigsArgs args, InvokeOptions options)
fn::invoke:
  function: oci:MediaServices/getStreamCdnConfigs:getStreamCdnConfigs
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DistributionChannel stringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Filters
List<GetStream Cdn Configs Filter> 
- Id string
- Unique StreamCdnConfig identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- DistributionChannel stringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- Filters
[]GetStream Cdn Configs Filter 
- Id string
- Unique StreamCdnConfig identifier.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- distributionChannel StringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- displayName String
- A filter to return only the resources that match the entire display name given.
- filters
List<GetStream Cdn Configs Filter> 
- id String
- Unique StreamCdnConfig identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- distributionChannel stringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- displayName string
- A filter to return only the resources that match the entire display name given.
- filters
GetStream Cdn Configs Filter[] 
- id string
- Unique StreamCdnConfig identifier.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- distribution_channel_ strid 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- display_name str
- A filter to return only the resources that match the entire display name given.
- filters
Sequence[GetStream Cdn Configs Filter] 
- id str
- Unique StreamCdnConfig identifier.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- distributionChannel StringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- displayName String
- A filter to return only the resources that match the entire display name given.
- filters List<Property Map>
- id String
- Unique StreamCdnConfig identifier.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
getStreamCdnConfigs Result
The following output properties are available:
- DistributionChannel stringId 
- Distribution Channel Identifier.
- StreamCdn List<GetConfig Collections Stream Cdn Configs Stream Cdn Config Collection> 
- The list of stream_cdn_config_collection.
- DisplayName string
- The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Filters
List<GetStream Cdn Configs Filter> 
- Id string
- Unique identifier that is immutable on creation.
- State string
- The current state of the CDN Configuration.
- DistributionChannel stringId 
- Distribution Channel Identifier.
- StreamCdn []GetConfig Collections Stream Cdn Configs Stream Cdn Config Collection 
- The list of stream_cdn_config_collection.
- DisplayName string
- The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- Filters
[]GetStream Cdn Configs Filter 
- Id string
- Unique identifier that is immutable on creation.
- State string
- The current state of the CDN Configuration.
- distributionChannel StringId 
- Distribution Channel Identifier.
- streamCdn List<GetConfig Collections Stream Cdn Configs Stream Cdn Config Collection> 
- The list of stream_cdn_config_collection.
- displayName String
- The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
List<GetStream Cdn Configs Filter> 
- id String
- Unique identifier that is immutable on creation.
- state String
- The current state of the CDN Configuration.
- distributionChannel stringId 
- Distribution Channel Identifier.
- streamCdn GetConfig Collections Stream Cdn Configs Stream Cdn Config Collection[] 
- The list of stream_cdn_config_collection.
- displayName string
- The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
GetStream Cdn Configs Filter[] 
- id string
- Unique identifier that is immutable on creation.
- state string
- The current state of the CDN Configuration.
- distribution_channel_ strid 
- Distribution Channel Identifier.
- stream_cdn_ Sequence[Getconfig_ collections Stream Cdn Configs Stream Cdn Config Collection] 
- The list of stream_cdn_config_collection.
- display_name str
- The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters
Sequence[GetStream Cdn Configs Filter] 
- id str
- Unique identifier that is immutable on creation.
- state str
- The current state of the CDN Configuration.
- distributionChannel StringId 
- Distribution Channel Identifier.
- streamCdn List<Property Map>Config Collections 
- The list of stream_cdn_config_collection.
- displayName String
- The CDN Configuration identifier or display name, which can be renamed and is not necessarily unique. Avoid entering confidential information.
- filters List<Property Map>
- id String
- Unique identifier that is immutable on creation.
- state String
- The current state of the CDN Configuration.
Supporting Types
GetStreamCdnConfigsFilter    
GetStreamCdnConfigsStreamCdnConfigCollection       
GetStreamCdnConfigsStreamCdnConfigCollectionItem        
- CompartmentId string
- The compartment ID of the lock.
- Configs
List<GetStream Cdn Configs Stream Cdn Config Collection Item Config> 
- Base fields of the StreamCdnConfig configuration object.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- DistributionChannel stringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique StreamCdnConfig identifier.
- IsEnabled bool
- Whether publishing to CDN is enabled.
- IsLock boolOverride 
- LifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Locks
List<GetStream Cdn Configs Stream Cdn Config Collection Item Lock> 
- Locks associated with this resource.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the CDN Config was updated. An RFC3339 formatted datetime string.
- CompartmentId string
- The compartment ID of the lock.
- Configs
[]GetStream Cdn Configs Stream Cdn Config Collection Item Config 
- Base fields of the StreamCdnConfig configuration object.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- DisplayName string
- A filter to return only the resources that match the entire display name given.
- DistributionChannel stringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Id string
- Unique StreamCdnConfig identifier.
- IsEnabled bool
- Whether publishing to CDN is enabled.
- IsLock boolOverride 
- LifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- Locks
[]GetStream Cdn Configs Stream Cdn Config Collection Item Lock 
- Locks associated with this resource.
- State string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- TimeUpdated string
- The time when the CDN Config was updated. An RFC3339 formatted datetime string.
- compartmentId String
- The compartment ID of the lock.
- configs
List<GetStream Cdn Configs Stream Cdn Config Collection Item Config> 
- Base fields of the StreamCdnConfig configuration object.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only the resources that match the entire display name given.
- distributionChannel StringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique StreamCdnConfig identifier.
- isEnabled Boolean
- Whether publishing to CDN is enabled.
- isLock BooleanOverride 
- lifecyleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- locks
List<GetStream Cdn Configs Stream Cdn Config Collection Item Lock> 
- Locks associated with this resource.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the CDN Config was updated. An RFC3339 formatted datetime string.
- compartmentId string
- The compartment ID of the lock.
- configs
GetStream Cdn Configs Stream Cdn Config Collection Item Config[] 
- Base fields of the StreamCdnConfig configuration object.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName string
- A filter to return only the resources that match the entire display name given.
- distributionChannel stringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id string
- Unique StreamCdnConfig identifier.
- isEnabled boolean
- Whether publishing to CDN is enabled.
- isLock booleanOverride 
- lifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- locks
GetStream Cdn Configs Stream Cdn Config Collection Item Lock[] 
- Locks associated with this resource.
- state string
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- timeUpdated string
- The time when the CDN Config was updated. An RFC3339 formatted datetime string.
- compartment_id str
- The compartment ID of the lock.
- configs
Sequence[GetStream Cdn Configs Stream Cdn Config Collection Item Config] 
- Base fields of the StreamCdnConfig configuration object.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- display_name str
- A filter to return only the resources that match the entire display name given.
- distribution_channel_ strid 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id str
- Unique StreamCdnConfig identifier.
- is_enabled bool
- Whether publishing to CDN is enabled.
- is_lock_ booloverride 
- lifecyle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- locks
Sequence[GetStream Cdn Configs Stream Cdn Config Collection Item Lock] 
- Locks associated with this resource.
- state str
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- time_updated str
- The time when the CDN Config was updated. An RFC3339 formatted datetime string.
- compartmentId String
- The compartment ID of the lock.
- configs List<Property Map>
- Base fields of the StreamCdnConfig configuration object.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- displayName String
- A filter to return only the resources that match the entire display name given.
- distributionChannel StringId 
- The Stream Distribution Channel identifier this CdnConfig belongs to.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- id String
- Unique StreamCdnConfig identifier.
- isEnabled Boolean
- Whether publishing to CDN is enabled.
- isLock BooleanOverride 
- lifecyleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
- locks List<Property Map>
- Locks associated with this resource.
- state String
- A filter to return only the resources with lifecycleState matching the given lifecycleState.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- timeUpdated String
- The time when the CDN Config was updated. An RFC3339 formatted datetime string.
GetStreamCdnConfigsStreamCdnConfigCollectionItemConfig         
- EdgeHostname string
- The hostname of the CDN edge server to use when building CDN URLs.
- EdgePath stringPrefix 
- The path to prepend when building CDN URLs.
- EdgeToken stringKey 
- The encryption key to use for edge token authentication.
- EdgeToken stringSalt 
- Salt to use when encrypting authentication token.
- IsEdge boolToken Auth 
- Whether token authentication should be used at the CDN edge.
- OriginAuth stringSecret Key A 
- The shared secret key A, two for errorless key rotation.
- OriginAuth stringSecret Key B 
- The shared secret key B, two for errorless key rotation.
- OriginAuth stringSecret Key Nonce A 
- Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
- OriginAuth stringSecret Key Nonce B 
- Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
- OriginAuth stringSign Encryption 
- The type of encryption used to compute the signature.
- OriginAuth stringSign Type 
- The type of data used to compute the signature.
- Type string
- Type of the lock.
- EdgeHostname string
- The hostname of the CDN edge server to use when building CDN URLs.
- EdgePath stringPrefix 
- The path to prepend when building CDN URLs.
- EdgeToken stringKey 
- The encryption key to use for edge token authentication.
- EdgeToken stringSalt 
- Salt to use when encrypting authentication token.
- IsEdge boolToken Auth 
- Whether token authentication should be used at the CDN edge.
- OriginAuth stringSecret Key A 
- The shared secret key A, two for errorless key rotation.
- OriginAuth stringSecret Key B 
- The shared secret key B, two for errorless key rotation.
- OriginAuth stringSecret Key Nonce A 
- Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
- OriginAuth stringSecret Key Nonce B 
- Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
- OriginAuth stringSign Encryption 
- The type of encryption used to compute the signature.
- OriginAuth stringSign Type 
- The type of data used to compute the signature.
- Type string
- Type of the lock.
- edgeHostname String
- The hostname of the CDN edge server to use when building CDN URLs.
- edgePath StringPrefix 
- The path to prepend when building CDN URLs.
- edgeToken StringKey 
- The encryption key to use for edge token authentication.
- edgeToken StringSalt 
- Salt to use when encrypting authentication token.
- isEdge BooleanToken Auth 
- Whether token authentication should be used at the CDN edge.
- originAuth StringSecret Key A 
- The shared secret key A, two for errorless key rotation.
- originAuth StringSecret Key B 
- The shared secret key B, two for errorless key rotation.
- originAuth StringSecret Key Nonce A 
- Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
- originAuth StringSecret Key Nonce B 
- Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
- originAuth StringSign Encryption 
- The type of encryption used to compute the signature.
- originAuth StringSign Type 
- The type of data used to compute the signature.
- type String
- Type of the lock.
- edgeHostname string
- The hostname of the CDN edge server to use when building CDN URLs.
- edgePath stringPrefix 
- The path to prepend when building CDN URLs.
- edgeToken stringKey 
- The encryption key to use for edge token authentication.
- edgeToken stringSalt 
- Salt to use when encrypting authentication token.
- isEdge booleanToken Auth 
- Whether token authentication should be used at the CDN edge.
- originAuth stringSecret Key A 
- The shared secret key A, two for errorless key rotation.
- originAuth stringSecret Key B 
- The shared secret key B, two for errorless key rotation.
- originAuth stringSecret Key Nonce A 
- Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
- originAuth stringSecret Key Nonce B 
- Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
- originAuth stringSign Encryption 
- The type of encryption used to compute the signature.
- originAuth stringSign Type 
- The type of data used to compute the signature.
- type string
- Type of the lock.
- edge_hostname str
- The hostname of the CDN edge server to use when building CDN URLs.
- edge_path_ strprefix 
- The path to prepend when building CDN URLs.
- edge_token_ strkey 
- The encryption key to use for edge token authentication.
- edge_token_ strsalt 
- Salt to use when encrypting authentication token.
- is_edge_ booltoken_ auth 
- Whether token authentication should be used at the CDN edge.
- origin_auth_ strsecret_ key_ a 
- The shared secret key A, two for errorless key rotation.
- origin_auth_ strsecret_ key_ b 
- The shared secret key B, two for errorless key rotation.
- origin_auth_ strsecret_ key_ nonce_ a 
- Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
- origin_auth_ strsecret_ key_ nonce_ b 
- Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
- origin_auth_ strsign_ encryption 
- The type of encryption used to compute the signature.
- origin_auth_ strsign_ type 
- The type of data used to compute the signature.
- type str
- Type of the lock.
- edgeHostname String
- The hostname of the CDN edge server to use when building CDN URLs.
- edgePath StringPrefix 
- The path to prepend when building CDN URLs.
- edgeToken StringKey 
- The encryption key to use for edge token authentication.
- edgeToken StringSalt 
- Salt to use when encrypting authentication token.
- isEdge BooleanToken Auth 
- Whether token authentication should be used at the CDN edge.
- originAuth StringSecret Key A 
- The shared secret key A, two for errorless key rotation.
- originAuth StringSecret Key B 
- The shared secret key B, two for errorless key rotation.
- originAuth StringSecret Key Nonce A 
- Nonce identifier for originAuthSecretKeyA (used to determine key used to sign).
- originAuth StringSecret Key Nonce B 
- Nonce identifier for originAuthSecretKeyB (used to determine key used to sign).
- originAuth StringSign Encryption 
- The type of encryption used to compute the signature.
- originAuth StringSign Type 
- The type of data used to compute the signature.
- type String
- Type of the lock.
GetStreamCdnConfigsStreamCdnConfigCollectionItemLock         
- CompartmentId string
- The compartment ID of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- CompartmentId string
- The compartment ID of the lock.
- Message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- TimeCreated string
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- Type string
- Type of the lock.
- compartmentId String
- The compartment ID of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
- compartmentId string
- The compartment ID of the lock.
- message string
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- string
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated string
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- type string
- Type of the lock.
- compartment_id str
- The compartment ID of the lock.
- message str
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- str
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- time_created str
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- type str
- Type of the lock.
- compartmentId String
- The compartment ID of the lock.
- message String
- A message added by the creator of the lock. This is typically used to give an indication of why the resource is locked.
- String
- The ID of the resource that is locking this resource. Indicates that deleting this resource will remove the lock.
- timeCreated String
- The time when the CDN Config was created. An RFC3339 formatted datetime string.
- type String
- Type of the lock.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.