1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. aligreen
  5. OssStockTask
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.aligreen.OssStockTask

Explore with Pulumi AI

Import

Aligreen Oss Stock Task can be imported using the id, e.g.

$ pulumi import alicloud:aligreen/ossStockTask:OssStockTask example <id>
Copy

Create OssStockTask Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new OssStockTask(name: string, args?: OssStockTaskArgs, opts?: CustomResourceOptions);
@overload
def OssStockTask(resource_name: str,
                 args: Optional[OssStockTaskArgs] = None,
                 opts: Optional[ResourceOptions] = None)

@overload
def OssStockTask(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 audio_antispam_freeze_config: Optional[str] = None,
                 audio_auto_freeze_opened: Optional[bool] = None,
                 audio_max_size: Optional[int] = None,
                 audio_opened: Optional[bool] = None,
                 audio_scan_limit: Optional[int] = None,
                 audio_scenes: Optional[str] = None,
                 auto_freeze_type: Optional[str] = None,
                 biz_type: Optional[str] = None,
                 buckets: Optional[str] = None,
                 callback_id: Optional[int] = None,
                 end_date: Optional[str] = None,
                 image_ad_freeze_config: Optional[str] = None,
                 image_auto_freeze_opened: Optional[bool] = None,
                 image_live_freeze_config: Optional[str] = None,
                 image_opened: Optional[bool] = None,
                 image_porn_freeze_config: Optional[str] = None,
                 image_scan_limit: Optional[int] = None,
                 image_scenes: Optional[Sequence[str]] = None,
                 image_terrorism_freeze_config: Optional[str] = None,
                 scan_image_no_file_type: Optional[bool] = None,
                 start_date: Optional[str] = None,
                 video_ad_freeze_config: Optional[str] = None,
                 video_auto_freeze_opened: Optional[bool] = None,
                 video_frame_interval: Optional[int] = None,
                 video_live_freeze_config: Optional[str] = None,
                 video_max_frames: Optional[int] = None,
                 video_max_size: Optional[int] = None,
                 video_opened: Optional[bool] = None,
                 video_porn_freeze_config: Optional[str] = None,
                 video_scan_limit: Optional[int] = None,
                 video_scenes: Optional[str] = None,
                 video_terrorism_freeze_config: Optional[str] = None,
                 video_voice_antispam_freeze_config: Optional[str] = None)
func NewOssStockTask(ctx *Context, name string, args *OssStockTaskArgs, opts ...ResourceOption) (*OssStockTask, error)
public OssStockTask(string name, OssStockTaskArgs? args = null, CustomResourceOptions? opts = null)
public OssStockTask(String name, OssStockTaskArgs args)
public OssStockTask(String name, OssStockTaskArgs args, CustomResourceOptions options)
type: alicloud:aligreen:OssStockTask
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args OssStockTaskArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args OssStockTaskArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args OssStockTaskArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args OssStockTaskArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. OssStockTaskArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var ossStockTaskResource = new AliCloud.Aligreen.OssStockTask("ossStockTaskResource", new()
{
    AudioAntispamFreezeConfig = "string",
    AudioAutoFreezeOpened = false,
    AudioMaxSize = 0,
    AudioOpened = false,
    AudioScanLimit = 0,
    AudioScenes = "string",
    AutoFreezeType = "string",
    BizType = "string",
    Buckets = "string",
    CallbackId = 0,
    EndDate = "string",
    ImageAdFreezeConfig = "string",
    ImageAutoFreezeOpened = false,
    ImageLiveFreezeConfig = "string",
    ImageOpened = false,
    ImagePornFreezeConfig = "string",
    ImageScanLimit = 0,
    ImageScenes = new[]
    {
        "string",
    },
    ImageTerrorismFreezeConfig = "string",
    ScanImageNoFileType = false,
    StartDate = "string",
    VideoAdFreezeConfig = "string",
    VideoAutoFreezeOpened = false,
    VideoFrameInterval = 0,
    VideoLiveFreezeConfig = "string",
    VideoMaxFrames = 0,
    VideoMaxSize = 0,
    VideoOpened = false,
    VideoPornFreezeConfig = "string",
    VideoScanLimit = 0,
    VideoScenes = "string",
    VideoTerrorismFreezeConfig = "string",
    VideoVoiceAntispamFreezeConfig = "string",
});
Copy
example, err := aligreen.NewOssStockTask(ctx, "ossStockTaskResource", &aligreen.OssStockTaskArgs{
	AudioAntispamFreezeConfig: pulumi.String("string"),
	AudioAutoFreezeOpened:     pulumi.Bool(false),
	AudioMaxSize:              pulumi.Int(0),
	AudioOpened:               pulumi.Bool(false),
	AudioScanLimit:            pulumi.Int(0),
	AudioScenes:               pulumi.String("string"),
	AutoFreezeType:            pulumi.String("string"),
	BizType:                   pulumi.String("string"),
	Buckets:                   pulumi.String("string"),
	CallbackId:                pulumi.Int(0),
	EndDate:                   pulumi.String("string"),
	ImageAdFreezeConfig:       pulumi.String("string"),
	ImageAutoFreezeOpened:     pulumi.Bool(false),
	ImageLiveFreezeConfig:     pulumi.String("string"),
	ImageOpened:               pulumi.Bool(false),
	ImagePornFreezeConfig:     pulumi.String("string"),
	ImageScanLimit:            pulumi.Int(0),
	ImageScenes: pulumi.StringArray{
		pulumi.String("string"),
	},
	ImageTerrorismFreezeConfig:     pulumi.String("string"),
	ScanImageNoFileType:            pulumi.Bool(false),
	StartDate:                      pulumi.String("string"),
	VideoAdFreezeConfig:            pulumi.String("string"),
	VideoAutoFreezeOpened:          pulumi.Bool(false),
	VideoFrameInterval:             pulumi.Int(0),
	VideoLiveFreezeConfig:          pulumi.String("string"),
	VideoMaxFrames:                 pulumi.Int(0),
	VideoMaxSize:                   pulumi.Int(0),
	VideoOpened:                    pulumi.Bool(false),
	VideoPornFreezeConfig:          pulumi.String("string"),
	VideoScanLimit:                 pulumi.Int(0),
	VideoScenes:                    pulumi.String("string"),
	VideoTerrorismFreezeConfig:     pulumi.String("string"),
	VideoVoiceAntispamFreezeConfig: pulumi.String("string"),
})
Copy
var ossStockTaskResource = new OssStockTask("ossStockTaskResource", OssStockTaskArgs.builder()
    .audioAntispamFreezeConfig("string")
    .audioAutoFreezeOpened(false)
    .audioMaxSize(0)
    .audioOpened(false)
    .audioScanLimit(0)
    .audioScenes("string")
    .autoFreezeType("string")
    .bizType("string")
    .buckets("string")
    .callbackId(0)
    .endDate("string")
    .imageAdFreezeConfig("string")
    .imageAutoFreezeOpened(false)
    .imageLiveFreezeConfig("string")
    .imageOpened(false)
    .imagePornFreezeConfig("string")
    .imageScanLimit(0)
    .imageScenes("string")
    .imageTerrorismFreezeConfig("string")
    .scanImageNoFileType(false)
    .startDate("string")
    .videoAdFreezeConfig("string")
    .videoAutoFreezeOpened(false)
    .videoFrameInterval(0)
    .videoLiveFreezeConfig("string")
    .videoMaxFrames(0)
    .videoMaxSize(0)
    .videoOpened(false)
    .videoPornFreezeConfig("string")
    .videoScanLimit(0)
    .videoScenes("string")
    .videoTerrorismFreezeConfig("string")
    .videoVoiceAntispamFreezeConfig("string")
    .build());
Copy
oss_stock_task_resource = alicloud.aligreen.OssStockTask("ossStockTaskResource",
    audio_antispam_freeze_config="string",
    audio_auto_freeze_opened=False,
    audio_max_size=0,
    audio_opened=False,
    audio_scan_limit=0,
    audio_scenes="string",
    auto_freeze_type="string",
    biz_type="string",
    buckets="string",
    callback_id=0,
    end_date="string",
    image_ad_freeze_config="string",
    image_auto_freeze_opened=False,
    image_live_freeze_config="string",
    image_opened=False,
    image_porn_freeze_config="string",
    image_scan_limit=0,
    image_scenes=["string"],
    image_terrorism_freeze_config="string",
    scan_image_no_file_type=False,
    start_date="string",
    video_ad_freeze_config="string",
    video_auto_freeze_opened=False,
    video_frame_interval=0,
    video_live_freeze_config="string",
    video_max_frames=0,
    video_max_size=0,
    video_opened=False,
    video_porn_freeze_config="string",
    video_scan_limit=0,
    video_scenes="string",
    video_terrorism_freeze_config="string",
    video_voice_antispam_freeze_config="string")
Copy
const ossStockTaskResource = new alicloud.aligreen.OssStockTask("ossStockTaskResource", {
    audioAntispamFreezeConfig: "string",
    audioAutoFreezeOpened: false,
    audioMaxSize: 0,
    audioOpened: false,
    audioScanLimit: 0,
    audioScenes: "string",
    autoFreezeType: "string",
    bizType: "string",
    buckets: "string",
    callbackId: 0,
    endDate: "string",
    imageAdFreezeConfig: "string",
    imageAutoFreezeOpened: false,
    imageLiveFreezeConfig: "string",
    imageOpened: false,
    imagePornFreezeConfig: "string",
    imageScanLimit: 0,
    imageScenes: ["string"],
    imageTerrorismFreezeConfig: "string",
    scanImageNoFileType: false,
    startDate: "string",
    videoAdFreezeConfig: "string",
    videoAutoFreezeOpened: false,
    videoFrameInterval: 0,
    videoLiveFreezeConfig: "string",
    videoMaxFrames: 0,
    videoMaxSize: 0,
    videoOpened: false,
    videoPornFreezeConfig: "string",
    videoScanLimit: 0,
    videoScenes: "string",
    videoTerrorismFreezeConfig: "string",
    videoVoiceAntispamFreezeConfig: "string",
});
Copy
type: alicloud:aligreen:OssStockTask
properties:
    audioAntispamFreezeConfig: string
    audioAutoFreezeOpened: false
    audioMaxSize: 0
    audioOpened: false
    audioScanLimit: 0
    audioScenes: string
    autoFreezeType: string
    bizType: string
    buckets: string
    callbackId: 0
    endDate: string
    imageAdFreezeConfig: string
    imageAutoFreezeOpened: false
    imageLiveFreezeConfig: string
    imageOpened: false
    imagePornFreezeConfig: string
    imageScanLimit: 0
    imageScenes:
        - string
    imageTerrorismFreezeConfig: string
    scanImageNoFileType: false
    startDate: string
    videoAdFreezeConfig: string
    videoAutoFreezeOpened: false
    videoFrameInterval: 0
    videoLiveFreezeConfig: string
    videoMaxFrames: 0
    videoMaxSize: 0
    videoOpened: false
    videoPornFreezeConfig: string
    videoScanLimit: 0
    videoScenes: string
    videoTerrorismFreezeConfig: string
    videoVoiceAntispamFreezeConfig: string
Copy

OssStockTask Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The OssStockTask resource accepts the following input properties:

AudioAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
AudioAutoFreezeOpened Changes to this property will trigger replacement. bool
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
AudioMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
AudioOpened Changes to this property will trigger replacement. bool
oss stock scan task detect audio. true: scan audio, false: do not scan audio
AudioScanLimit Changes to this property will trigger replacement. int
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
AudioScenes Changes to this property will trigger replacement. string
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
AutoFreezeType Changes to this property will trigger replacement. string
Automatic freeze type. Value: acl: modify permissions, copy: Move files
BizType Changes to this property will trigger replacement. string
Business scenarios used by the oss stock scan task
Buckets Changes to this property will trigger replacement. string
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
CallbackId Changes to this property will trigger replacement. int
The ID of the primary key of the notification message bound to the oss stock scan task.
EndDate Changes to this property will trigger replacement. string
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
ImageAdFreezeConfig Changes to this property will trigger replacement. string
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageAutoFreezeOpened Changes to this property will trigger replacement. bool
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
ImageLiveFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageOpened Changes to this property will trigger replacement. bool
oss stock scan task detect images. true: scan images, false: do not scan images
ImagePornFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageScanLimit Changes to this property will trigger replacement. int
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
ImageScenes Changes to this property will trigger replacement. List<string>
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
ImageTerrorismFreezeConfig Changes to this property will trigger replacement. string
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ScanImageNoFileType Changes to this property will trigger replacement. bool
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
StartDate Changes to this property will trigger replacement. string
The start time of the file upload time range represents the files uploaded after scanning this time point.
VideoAdFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoAutoFreezeOpened Changes to this property will trigger replacement. bool
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
VideoFrameInterval Changes to this property will trigger replacement. int
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
VideoLiveFreezeConfig Changes to this property will trigger replacement. string
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoMaxFrames Changes to this property will trigger replacement. int
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
VideoMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
VideoOpened Changes to this property will trigger replacement. bool
oss stock scan task detect video. true: scan video, false: do not scan video
VideoPornFreezeConfig Changes to this property will trigger replacement. string
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
VideoScanLimit Changes to this property will trigger replacement. int
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
VideoScenes Changes to this property will trigger replacement. string
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
VideoTerrorismFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
AudioAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
AudioAutoFreezeOpened Changes to this property will trigger replacement. bool
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
AudioMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
AudioOpened Changes to this property will trigger replacement. bool
oss stock scan task detect audio. true: scan audio, false: do not scan audio
AudioScanLimit Changes to this property will trigger replacement. int
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
AudioScenes Changes to this property will trigger replacement. string
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
AutoFreezeType Changes to this property will trigger replacement. string
Automatic freeze type. Value: acl: modify permissions, copy: Move files
BizType Changes to this property will trigger replacement. string
Business scenarios used by the oss stock scan task
Buckets Changes to this property will trigger replacement. string
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
CallbackId Changes to this property will trigger replacement. int
The ID of the primary key of the notification message bound to the oss stock scan task.
EndDate Changes to this property will trigger replacement. string
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
ImageAdFreezeConfig Changes to this property will trigger replacement. string
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageAutoFreezeOpened Changes to this property will trigger replacement. bool
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
ImageLiveFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageOpened Changes to this property will trigger replacement. bool
oss stock scan task detect images. true: scan images, false: do not scan images
ImagePornFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageScanLimit Changes to this property will trigger replacement. int
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
ImageScenes Changes to this property will trigger replacement. []string
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
ImageTerrorismFreezeConfig Changes to this property will trigger replacement. string
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ScanImageNoFileType Changes to this property will trigger replacement. bool
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
StartDate Changes to this property will trigger replacement. string
The start time of the file upload time range represents the files uploaded after scanning this time point.
VideoAdFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoAutoFreezeOpened Changes to this property will trigger replacement. bool
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
VideoFrameInterval Changes to this property will trigger replacement. int
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
VideoLiveFreezeConfig Changes to this property will trigger replacement. string
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoMaxFrames Changes to this property will trigger replacement. int
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
VideoMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
VideoOpened Changes to this property will trigger replacement. bool
oss stock scan task detect video. true: scan video, false: do not scan video
VideoPornFreezeConfig Changes to this property will trigger replacement. string
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
VideoScanLimit Changes to this property will trigger replacement. int
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
VideoScenes Changes to this property will trigger replacement. string
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
VideoTerrorismFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audioAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audioAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audioMaxSize Changes to this property will trigger replacement. Integer
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audioOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audioScanLimit Changes to this property will trigger replacement. Integer
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audioScenes Changes to this property will trigger replacement. String
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
autoFreezeType Changes to this property will trigger replacement. String
Automatic freeze type. Value: acl: modify permissions, copy: Move files
bizType Changes to this property will trigger replacement. String
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. String
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callbackId Changes to this property will trigger replacement. Integer
The ID of the primary key of the notification message bound to the oss stock scan task.
endDate Changes to this property will trigger replacement. String
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
imageAdFreezeConfig Changes to this property will trigger replacement. String
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
imageLiveFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect images. true: scan images, false: do not scan images
imagePornFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageScanLimit Changes to this property will trigger replacement. Integer
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
imageScenes Changes to this property will trigger replacement. List<String>
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
imageTerrorismFreezeConfig Changes to this property will trigger replacement. String
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scanImageNoFileType Changes to this property will trigger replacement. Boolean
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
startDate Changes to this property will trigger replacement. String
The start time of the file upload time range represents the files uploaded after scanning this time point.
videoAdFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
videoFrameInterval Changes to this property will trigger replacement. Integer
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
videoLiveFreezeConfig Changes to this property will trigger replacement. String
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoMaxFrames Changes to this property will trigger replacement. Integer
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
videoMaxSize Changes to this property will trigger replacement. Integer
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
videoOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect video. true: scan video, false: do not scan video
videoPornFreezeConfig Changes to this property will trigger replacement. String
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
videoScanLimit Changes to this property will trigger replacement. Integer
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
videoScenes Changes to this property will trigger replacement. String
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
videoTerrorismFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audioAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audioAutoFreezeOpened Changes to this property will trigger replacement. boolean
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audioMaxSize Changes to this property will trigger replacement. number
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audioOpened Changes to this property will trigger replacement. boolean
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audioScanLimit Changes to this property will trigger replacement. number
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audioScenes Changes to this property will trigger replacement. string
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
autoFreezeType Changes to this property will trigger replacement. string
Automatic freeze type. Value: acl: modify permissions, copy: Move files
bizType Changes to this property will trigger replacement. string
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. string
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callbackId Changes to this property will trigger replacement. number
The ID of the primary key of the notification message bound to the oss stock scan task.
endDate Changes to this property will trigger replacement. string
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
imageAdFreezeConfig Changes to this property will trigger replacement. string
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageAutoFreezeOpened Changes to this property will trigger replacement. boolean
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
imageLiveFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageOpened Changes to this property will trigger replacement. boolean
oss stock scan task detect images. true: scan images, false: do not scan images
imagePornFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageScanLimit Changes to this property will trigger replacement. number
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
imageScenes Changes to this property will trigger replacement. string[]
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
imageTerrorismFreezeConfig Changes to this property will trigger replacement. string
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scanImageNoFileType Changes to this property will trigger replacement. boolean
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
startDate Changes to this property will trigger replacement. string
The start time of the file upload time range represents the files uploaded after scanning this time point.
videoAdFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoAutoFreezeOpened Changes to this property will trigger replacement. boolean
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
videoFrameInterval Changes to this property will trigger replacement. number
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
videoLiveFreezeConfig Changes to this property will trigger replacement. string
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoMaxFrames Changes to this property will trigger replacement. number
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
videoMaxSize Changes to this property will trigger replacement. number
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
videoOpened Changes to this property will trigger replacement. boolean
oss stock scan task detect video. true: scan video, false: do not scan video
videoPornFreezeConfig Changes to this property will trigger replacement. string
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
videoScanLimit Changes to this property will trigger replacement. number
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
videoScenes Changes to this property will trigger replacement. string
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
videoTerrorismFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audio_antispam_freeze_config Changes to this property will trigger replacement. str
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audio_auto_freeze_opened Changes to this property will trigger replacement. bool
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audio_max_size Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audio_opened Changes to this property will trigger replacement. bool
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audio_scan_limit Changes to this property will trigger replacement. int
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audio_scenes Changes to this property will trigger replacement. str
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
auto_freeze_type Changes to this property will trigger replacement. str
Automatic freeze type. Value: acl: modify permissions, copy: Move files
biz_type Changes to this property will trigger replacement. str
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. str
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callback_id Changes to this property will trigger replacement. int
The ID of the primary key of the notification message bound to the oss stock scan task.
end_date Changes to this property will trigger replacement. str
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
image_ad_freeze_config Changes to this property will trigger replacement. str
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
image_auto_freeze_opened Changes to this property will trigger replacement. bool
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
image_live_freeze_config Changes to this property will trigger replacement. str
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
image_opened Changes to this property will trigger replacement. bool
oss stock scan task detect images. true: scan images, false: do not scan images
image_porn_freeze_config Changes to this property will trigger replacement. str
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
image_scan_limit Changes to this property will trigger replacement. int
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
image_scenes Changes to this property will trigger replacement. Sequence[str]
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
image_terrorism_freeze_config Changes to this property will trigger replacement. str
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scan_image_no_file_type Changes to this property will trigger replacement. bool
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
start_date Changes to this property will trigger replacement. str
The start time of the file upload time range represents the files uploaded after scanning this time point.
video_ad_freeze_config Changes to this property will trigger replacement. str
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
video_auto_freeze_opened Changes to this property will trigger replacement. bool
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
video_frame_interval Changes to this property will trigger replacement. int
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
video_live_freeze_config Changes to this property will trigger replacement. str
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
video_max_frames Changes to this property will trigger replacement. int
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
video_max_size Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
video_opened Changes to this property will trigger replacement. bool
oss stock scan task detect video. true: scan video, false: do not scan video
video_porn_freeze_config Changes to this property will trigger replacement. str
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
video_scan_limit Changes to this property will trigger replacement. int
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
video_scenes Changes to this property will trigger replacement. str
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
video_terrorism_freeze_config Changes to this property will trigger replacement. str
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
video_voice_antispam_freeze_config Changes to this property will trigger replacement. str
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audioAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audioAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audioMaxSize Changes to this property will trigger replacement. Number
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audioOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audioScanLimit Changes to this property will trigger replacement. Number
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audioScenes Changes to this property will trigger replacement. String
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
autoFreezeType Changes to this property will trigger replacement. String
Automatic freeze type. Value: acl: modify permissions, copy: Move files
bizType Changes to this property will trigger replacement. String
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. String
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callbackId Changes to this property will trigger replacement. Number
The ID of the primary key of the notification message bound to the oss stock scan task.
endDate Changes to this property will trigger replacement. String
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
imageAdFreezeConfig Changes to this property will trigger replacement. String
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
imageLiveFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect images. true: scan images, false: do not scan images
imagePornFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageScanLimit Changes to this property will trigger replacement. Number
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
imageScenes Changes to this property will trigger replacement. List<String>
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
imageTerrorismFreezeConfig Changes to this property will trigger replacement. String
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scanImageNoFileType Changes to this property will trigger replacement. Boolean
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
startDate Changes to this property will trigger replacement. String
The start time of the file upload time range represents the files uploaded after scanning this time point.
videoAdFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
videoFrameInterval Changes to this property will trigger replacement. Number
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
videoLiveFreezeConfig Changes to this property will trigger replacement. String
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoMaxFrames Changes to this property will trigger replacement. Number
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
videoMaxSize Changes to this property will trigger replacement. Number
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
videoOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect video. true: scan video, false: do not scan video
videoPornFreezeConfig Changes to this property will trigger replacement. String
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
videoScanLimit Changes to this property will trigger replacement. Number
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
videoScenes Changes to this property will trigger replacement. String
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
videoTerrorismFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.

Outputs

All input properties are implicitly available as output properties. Additionally, the OssStockTask resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing OssStockTask Resource

Get an existing OssStockTask resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: OssStockTaskState, opts?: CustomResourceOptions): OssStockTask
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        audio_antispam_freeze_config: Optional[str] = None,
        audio_auto_freeze_opened: Optional[bool] = None,
        audio_max_size: Optional[int] = None,
        audio_opened: Optional[bool] = None,
        audio_scan_limit: Optional[int] = None,
        audio_scenes: Optional[str] = None,
        auto_freeze_type: Optional[str] = None,
        biz_type: Optional[str] = None,
        buckets: Optional[str] = None,
        callback_id: Optional[int] = None,
        end_date: Optional[str] = None,
        image_ad_freeze_config: Optional[str] = None,
        image_auto_freeze_opened: Optional[bool] = None,
        image_live_freeze_config: Optional[str] = None,
        image_opened: Optional[bool] = None,
        image_porn_freeze_config: Optional[str] = None,
        image_scan_limit: Optional[int] = None,
        image_scenes: Optional[Sequence[str]] = None,
        image_terrorism_freeze_config: Optional[str] = None,
        scan_image_no_file_type: Optional[bool] = None,
        start_date: Optional[str] = None,
        video_ad_freeze_config: Optional[str] = None,
        video_auto_freeze_opened: Optional[bool] = None,
        video_frame_interval: Optional[int] = None,
        video_live_freeze_config: Optional[str] = None,
        video_max_frames: Optional[int] = None,
        video_max_size: Optional[int] = None,
        video_opened: Optional[bool] = None,
        video_porn_freeze_config: Optional[str] = None,
        video_scan_limit: Optional[int] = None,
        video_scenes: Optional[str] = None,
        video_terrorism_freeze_config: Optional[str] = None,
        video_voice_antispam_freeze_config: Optional[str] = None) -> OssStockTask
func GetOssStockTask(ctx *Context, name string, id IDInput, state *OssStockTaskState, opts ...ResourceOption) (*OssStockTask, error)
public static OssStockTask Get(string name, Input<string> id, OssStockTaskState? state, CustomResourceOptions? opts = null)
public static OssStockTask get(String name, Output<String> id, OssStockTaskState state, CustomResourceOptions options)
resources:  _:    type: alicloud:aligreen:OssStockTask    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AudioAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
AudioAutoFreezeOpened Changes to this property will trigger replacement. bool
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
AudioMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
AudioOpened Changes to this property will trigger replacement. bool
oss stock scan task detect audio. true: scan audio, false: do not scan audio
AudioScanLimit Changes to this property will trigger replacement. int
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
AudioScenes Changes to this property will trigger replacement. string
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
AutoFreezeType Changes to this property will trigger replacement. string
Automatic freeze type. Value: acl: modify permissions, copy: Move files
BizType Changes to this property will trigger replacement. string
Business scenarios used by the oss stock scan task
Buckets Changes to this property will trigger replacement. string
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
CallbackId Changes to this property will trigger replacement. int
The ID of the primary key of the notification message bound to the oss stock scan task.
EndDate Changes to this property will trigger replacement. string
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
ImageAdFreezeConfig Changes to this property will trigger replacement. string
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageAutoFreezeOpened Changes to this property will trigger replacement. bool
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
ImageLiveFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageOpened Changes to this property will trigger replacement. bool
oss stock scan task detect images. true: scan images, false: do not scan images
ImagePornFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageScanLimit Changes to this property will trigger replacement. int
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
ImageScenes Changes to this property will trigger replacement. List<string>
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
ImageTerrorismFreezeConfig Changes to this property will trigger replacement. string
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ScanImageNoFileType Changes to this property will trigger replacement. bool
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
StartDate Changes to this property will trigger replacement. string
The start time of the file upload time range represents the files uploaded after scanning this time point.
VideoAdFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoAutoFreezeOpened Changes to this property will trigger replacement. bool
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
VideoFrameInterval Changes to this property will trigger replacement. int
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
VideoLiveFreezeConfig Changes to this property will trigger replacement. string
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoMaxFrames Changes to this property will trigger replacement. int
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
VideoMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
VideoOpened Changes to this property will trigger replacement. bool
oss stock scan task detect video. true: scan video, false: do not scan video
VideoPornFreezeConfig Changes to this property will trigger replacement. string
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
VideoScanLimit Changes to this property will trigger replacement. int
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
VideoScenes Changes to this property will trigger replacement. string
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
VideoTerrorismFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
AudioAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
AudioAutoFreezeOpened Changes to this property will trigger replacement. bool
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
AudioMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
AudioOpened Changes to this property will trigger replacement. bool
oss stock scan task detect audio. true: scan audio, false: do not scan audio
AudioScanLimit Changes to this property will trigger replacement. int
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
AudioScenes Changes to this property will trigger replacement. string
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
AutoFreezeType Changes to this property will trigger replacement. string
Automatic freeze type. Value: acl: modify permissions, copy: Move files
BizType Changes to this property will trigger replacement. string
Business scenarios used by the oss stock scan task
Buckets Changes to this property will trigger replacement. string
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
CallbackId Changes to this property will trigger replacement. int
The ID of the primary key of the notification message bound to the oss stock scan task.
EndDate Changes to this property will trigger replacement. string
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
ImageAdFreezeConfig Changes to this property will trigger replacement. string
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageAutoFreezeOpened Changes to this property will trigger replacement. bool
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
ImageLiveFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageOpened Changes to this property will trigger replacement. bool
oss stock scan task detect images. true: scan images, false: do not scan images
ImagePornFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ImageScanLimit Changes to this property will trigger replacement. int
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
ImageScenes Changes to this property will trigger replacement. []string
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
ImageTerrorismFreezeConfig Changes to this property will trigger replacement. string
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
ScanImageNoFileType Changes to this property will trigger replacement. bool
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
StartDate Changes to this property will trigger replacement. string
The start time of the file upload time range represents the files uploaded after scanning this time point.
VideoAdFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoAutoFreezeOpened Changes to this property will trigger replacement. bool
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
VideoFrameInterval Changes to this property will trigger replacement. int
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
VideoLiveFreezeConfig Changes to this property will trigger replacement. string
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoMaxFrames Changes to this property will trigger replacement. int
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
VideoMaxSize Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
VideoOpened Changes to this property will trigger replacement. bool
oss stock scan task detect video. true: scan video, false: do not scan video
VideoPornFreezeConfig Changes to this property will trigger replacement. string
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
VideoScanLimit Changes to this property will trigger replacement. int
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
VideoScenes Changes to this property will trigger replacement. string
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
VideoTerrorismFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
VideoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audioAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audioAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audioMaxSize Changes to this property will trigger replacement. Integer
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audioOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audioScanLimit Changes to this property will trigger replacement. Integer
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audioScenes Changes to this property will trigger replacement. String
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
autoFreezeType Changes to this property will trigger replacement. String
Automatic freeze type. Value: acl: modify permissions, copy: Move files
bizType Changes to this property will trigger replacement. String
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. String
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callbackId Changes to this property will trigger replacement. Integer
The ID of the primary key of the notification message bound to the oss stock scan task.
endDate Changes to this property will trigger replacement. String
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
imageAdFreezeConfig Changes to this property will trigger replacement. String
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
imageLiveFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect images. true: scan images, false: do not scan images
imagePornFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageScanLimit Changes to this property will trigger replacement. Integer
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
imageScenes Changes to this property will trigger replacement. List<String>
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
imageTerrorismFreezeConfig Changes to this property will trigger replacement. String
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scanImageNoFileType Changes to this property will trigger replacement. Boolean
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
startDate Changes to this property will trigger replacement. String
The start time of the file upload time range represents the files uploaded after scanning this time point.
videoAdFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
videoFrameInterval Changes to this property will trigger replacement. Integer
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
videoLiveFreezeConfig Changes to this property will trigger replacement. String
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoMaxFrames Changes to this property will trigger replacement. Integer
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
videoMaxSize Changes to this property will trigger replacement. Integer
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
videoOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect video. true: scan video, false: do not scan video
videoPornFreezeConfig Changes to this property will trigger replacement. String
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
videoScanLimit Changes to this property will trigger replacement. Integer
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
videoScenes Changes to this property will trigger replacement. String
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
videoTerrorismFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audioAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audioAutoFreezeOpened Changes to this property will trigger replacement. boolean
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audioMaxSize Changes to this property will trigger replacement. number
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audioOpened Changes to this property will trigger replacement. boolean
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audioScanLimit Changes to this property will trigger replacement. number
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audioScenes Changes to this property will trigger replacement. string
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
autoFreezeType Changes to this property will trigger replacement. string
Automatic freeze type. Value: acl: modify permissions, copy: Move files
bizType Changes to this property will trigger replacement. string
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. string
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callbackId Changes to this property will trigger replacement. number
The ID of the primary key of the notification message bound to the oss stock scan task.
endDate Changes to this property will trigger replacement. string
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
imageAdFreezeConfig Changes to this property will trigger replacement. string
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageAutoFreezeOpened Changes to this property will trigger replacement. boolean
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
imageLiveFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageOpened Changes to this property will trigger replacement. boolean
oss stock scan task detect images. true: scan images, false: do not scan images
imagePornFreezeConfig Changes to this property will trigger replacement. string
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageScanLimit Changes to this property will trigger replacement. number
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
imageScenes Changes to this property will trigger replacement. string[]
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
imageTerrorismFreezeConfig Changes to this property will trigger replacement. string
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scanImageNoFileType Changes to this property will trigger replacement. boolean
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
startDate Changes to this property will trigger replacement. string
The start time of the file upload time range represents the files uploaded after scanning this time point.
videoAdFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoAutoFreezeOpened Changes to this property will trigger replacement. boolean
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
videoFrameInterval Changes to this property will trigger replacement. number
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
videoLiveFreezeConfig Changes to this property will trigger replacement. string
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoMaxFrames Changes to this property will trigger replacement. number
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
videoMaxSize Changes to this property will trigger replacement. number
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
videoOpened Changes to this property will trigger replacement. boolean
oss stock scan task detect video. true: scan video, false: do not scan video
videoPornFreezeConfig Changes to this property will trigger replacement. string
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
videoScanLimit Changes to this property will trigger replacement. number
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
videoScenes Changes to this property will trigger replacement. string
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
videoTerrorismFreezeConfig Changes to this property will trigger replacement. string
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. string
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audio_antispam_freeze_config Changes to this property will trigger replacement. str
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audio_auto_freeze_opened Changes to this property will trigger replacement. bool
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audio_max_size Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audio_opened Changes to this property will trigger replacement. bool
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audio_scan_limit Changes to this property will trigger replacement. int
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audio_scenes Changes to this property will trigger replacement. str
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
auto_freeze_type Changes to this property will trigger replacement. str
Automatic freeze type. Value: acl: modify permissions, copy: Move files
biz_type Changes to this property will trigger replacement. str
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. str
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callback_id Changes to this property will trigger replacement. int
The ID of the primary key of the notification message bound to the oss stock scan task.
end_date Changes to this property will trigger replacement. str
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
image_ad_freeze_config Changes to this property will trigger replacement. str
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
image_auto_freeze_opened Changes to this property will trigger replacement. bool
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
image_live_freeze_config Changes to this property will trigger replacement. str
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
image_opened Changes to this property will trigger replacement. bool
oss stock scan task detect images. true: scan images, false: do not scan images
image_porn_freeze_config Changes to this property will trigger replacement. str
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
image_scan_limit Changes to this property will trigger replacement. int
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
image_scenes Changes to this property will trigger replacement. Sequence[str]
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
image_terrorism_freeze_config Changes to this property will trigger replacement. str
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scan_image_no_file_type Changes to this property will trigger replacement. bool
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
start_date Changes to this property will trigger replacement. str
The start time of the file upload time range represents the files uploaded after scanning this time point.
video_ad_freeze_config Changes to this property will trigger replacement. str
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
video_auto_freeze_opened Changes to this property will trigger replacement. bool
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
video_frame_interval Changes to this property will trigger replacement. int
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
video_live_freeze_config Changes to this property will trigger replacement. str
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
video_max_frames Changes to this property will trigger replacement. int
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
video_max_size Changes to this property will trigger replacement. int
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
video_opened Changes to this property will trigger replacement. bool
oss stock scan task detect video. true: scan video, false: do not scan video
video_porn_freeze_config Changes to this property will trigger replacement. str
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
video_scan_limit Changes to this property will trigger replacement. int
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
video_scenes Changes to this property will trigger replacement. str
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
video_terrorism_freeze_config Changes to this property will trigger replacement. str
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
video_voice_antispam_freeze_config Changes to this property will trigger replacement. str
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
audioAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
audioAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
audioMaxSize Changes to this property will trigger replacement. Number
Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
audioOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect audio. true: scan audio, false: do not scan audio
audioScanLimit Changes to this property will trigger replacement. Number
The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
audioScenes Changes to this property will trigger replacement. String
The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
autoFreezeType Changes to this property will trigger replacement. String
Automatic freeze type. Value: acl: modify permissions, copy: Move files
bizType Changes to this property will trigger replacement. String
Business scenarios used by the oss stock scan task
buckets Changes to this property will trigger replacement. String
The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
callbackId Changes to this property will trigger replacement. Number
The ID of the primary key of the notification message bound to the oss stock scan task.
endDate Changes to this property will trigger replacement. String
The end time of the file upload time range indicates the scanning of files uploaded before this time point.
imageAdFreezeConfig Changes to this property will trigger replacement. String
Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
imageLiveFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect images. true: scan images, false: do not scan images
imagePornFreezeConfig Changes to this property will trigger replacement. String
Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
imageScanLimit Changes to this property will trigger replacement. Number
The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
imageScenes Changes to this property will trigger replacement. List<String>
The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
imageTerrorismFreezeConfig Changes to this property will trigger replacement. String
The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
scanImageNoFileType Changes to this property will trigger replacement. Boolean
Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
startDate Changes to this property will trigger replacement. String
The start time of the file upload time range represents the files uploaded after scanning this time point.
videoAdFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoAutoFreezeOpened Changes to this property will trigger replacement. Boolean
Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
videoFrameInterval Changes to this property will trigger replacement. Number
Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
videoLiveFreezeConfig Changes to this property will trigger replacement. String
Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoMaxFrames Changes to this property will trigger replacement. Number
A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
videoMaxSize Changes to this property will trigger replacement. Number
Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
videoOpened Changes to this property will trigger replacement. Boolean
oss stock scan task detect video. true: scan video, false: do not scan video
videoPornFreezeConfig Changes to this property will trigger replacement. String
Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
videoScanLimit Changes to this property will trigger replacement. Number
The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
videoScenes Changes to this property will trigger replacement. String
The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
videoTerrorismFreezeConfig Changes to this property will trigger replacement. String
The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
videoVoiceAntispamFreezeConfig Changes to this property will trigger replacement. String
Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.