Skip to content

Instance

This class encapsulates and extends the ROS resource type ALIYUN::ThreatDetection::Instance, which is used to purchase Security Center (SAS).

Initializers

using AlibabaCloud.SDK.ROS.CDK.Threatdetection;
new Instance(Construct Scope, string Id, InstanceProps Props, bool EnableResourcePropertyConstraint = null);
Name Type Description
Scope AlibabaCloud.SDK.ROS.CDK.Core.Construct No description.
Id string No description.
Props InstanceProps No description.
EnableResourcePropertyConstraint bool No description.

ScopeRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct

IdRequired

  • Type: string

PropsRequired


EnableResourcePropertyConstraintOptional

  • Type: bool

Methods

Name Description
ToString Returns a string representation of this construct.
Synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
AddCondition No description.
AddCount No description.
AddDependency No description.
AddResourceDesc No description.
ApplyRemovalPolicy No description.
GetAtt No description.
SetMetadata No description.

ToString

private string ToString()

Returns a string representation of this construct.

Synthesize

private void Synthesize(ISynthesisSession Session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

SessionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession

The synthesis session.


AddCondition

private void AddCondition(RosCondition Condition)

ConditionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition

AddCount

private void AddCount(object Count)

CountRequired

  • Type: object

AddDependency

private void AddDependency(Resource Resource)

ResourceRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource

AddResourceDesc

private void AddResourceDesc(string Desc)

DescRequired

  • Type: string

ApplyRemovalPolicy

private void ApplyRemovalPolicy(RemovalPolicy Policy)

PolicyRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy

GetAtt

private IResolvable GetAtt(string Name)

NameRequired

  • Type: string

SetMetadata

private void SetMetadata(string Key, object Value)

KeyRequired

  • Type: string

ValueRequired

  • Type: object

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

using AlibabaCloud.SDK.ROS.CDK.Threatdetection;
Instance.IsConstruct(object X);

Return whether the given object is a Construct.

XRequired

  • Type: object

Properties

Name Type Description
Node AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode The construct tree node associated with this construct.
Ref string No description.
Stack AlibabaCloud.SDK.ROS.CDK.Core.Stack The stack in which this resource is defined.
Resource AlibabaCloud.SDK.ROS.CDK.Core.RosResource No description.
AttrBuyNumber AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute BuyNumber: Number of servers.
AttrContainerImageScan AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ContainerImageScan: Container Image security scan.
AttrContainerImageScanNew AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ContainerImageScanNew: Container Image security scan.
AttrCreateTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute CreateTime: The creation time of the resource.
AttrHoneypot AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Honeypot: Number of cloud honeypot licenses.
AttrHoneypotSwitch AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute HoneypotSwitch: Cloud honeypot.
AttrInstanceId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute InstanceId: The first ID of the resource.
AttrPaymentType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute PaymentType: The payment type of the resource.
AttrRaspCount AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RaspCount: Number of application protection licenses.
AttrRenewalPeriodUnit AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RenewalPeriodUnit: Automatic renewal period unit, value:.
AttrRenewalStatus AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RenewalStatus: Automatic renewal status, value:.
AttrRenewPeriod AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RenewPeriod: Automatic renewal cycle, in months.
AttrSasAntiRansomware AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasAntiRansomware: Anti-ransomware capacity.
AttrSasCspm AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasCspm: Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].
AttrSasCspmSwitch AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasCspmSwitch: Cloud platform configuration check switch.
AttrSasSc AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasSc: Security screen.
AttrSasSdk AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasSdk: Number of malicious file detections.
AttrSasSdkSwitch AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasSdkSwitch: Malicious file detection SDK.
AttrSasSlsStorage AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasSlsStorage: Log analysis storage capacity.
AttrSasWebguardBoolean AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasWebguardBoolean: Web tamper-proof switch.
AttrSasWebguardOrderNum AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SasWebguardOrderNum: Tamper-proof authorization number.
AttrThreatAnalysis AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ThreatAnalysis: Threat Analysis log storage capacity.
AttrThreatAnalysisSwitch AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ThreatAnalysisSwitch: Threat analysis.
AttrVCore AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VCore: Number of cores.
AttrVersionCode AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VersionCode: Select the security center version.
AttrVulCount AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VulCount: Vulnerability repair times, interval type, value range:[20,100000000].
AttrVulSwitch AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VulSwitch: Vulnerability fix switch.

NodeRequired

public ConstructNode Node { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode

The construct tree node associated with this construct.


RefRequired

public string Ref { get; }
  • Type: string

StackRequired

public Stack Stack { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack

The stack in which this resource is defined.


ResourceOptional

public RosResource Resource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource

AttrBuyNumberRequired

public IResolvable AttrBuyNumber { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BuyNumber: Number of servers.


AttrContainerImageScanRequired

public IResolvable AttrContainerImageScan { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ContainerImageScan: Container Image security scan.

Interval type, value interval:[0,200000].


AttrContainerImageScanNewRequired

public IResolvable AttrContainerImageScanNew { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ContainerImageScanNew: Container Image security scan.

Interval type, value interval:[0,200000].


AttrCreateTimeRequired

public IResolvable AttrCreateTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute CreateTime: The creation time of the resource.


AttrHoneypotRequired

public IResolvable AttrHoneypot { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Honeypot: Number of cloud honeypot licenses.

Interval type, value interval:[20,500].


AttrHoneypotSwitchRequired

public IResolvable AttrHoneypotSwitch { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute HoneypotSwitch: Cloud honeypot.


AttrInstanceIdRequired

public IResolvable AttrInstanceId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute InstanceId: The first ID of the resource.


AttrPaymentTypeRequired

public IResolvable AttrPaymentType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute PaymentType: The payment type of the resource.


AttrRaspCountRequired

public IResolvable AttrRaspCount { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RaspCount: Number of application protection licenses.

Interval type, value interval:[1,100000000].


AttrRenewalPeriodUnitRequired

public IResolvable AttrRenewalPeriodUnit { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RenewalPeriodUnit: Automatic renewal period unit, value:.


AttrRenewalStatusRequired

public IResolvable AttrRenewalStatus { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RenewalStatus: Automatic renewal status, value:.


AttrRenewPeriodRequired

public IResolvable AttrRenewPeriod { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RenewPeriod: Automatic renewal cycle, in months.


AttrSasAntiRansomwareRequired

public IResolvable AttrSasAntiRansomware { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasAntiRansomware: Anti-ransomware capacity.

Unit: GB. Interval type, value interval:[0,9999999999].


AttrSasCspmRequired

public IResolvable AttrSasCspm { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasCspm: Cloud platform configuration check scan times, interval type, value range:[1000,9999999999].


AttrSasCspmSwitchRequired

public IResolvable AttrSasCspmSwitch { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasCspmSwitch: Cloud platform configuration check switch.


AttrSasScRequired

public IResolvable AttrSasSc { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasSc: Security screen.


AttrSasSdkRequired

public IResolvable AttrSasSdk { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasSdk: Number of malicious file detections.

Unit: 10,000 times. Interval type, value interval:[10,9999999999].


AttrSasSdkSwitchRequired

public IResolvable AttrSasSdkSwitch { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasSdkSwitch: Malicious file detection SDK.


AttrSasSlsStorageRequired

public IResolvable AttrSasSlsStorage { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasSlsStorage: Log analysis storage capacity.

Unit: GB. Interval type, value interval:[0,600000].


AttrSasWebguardBooleanRequired

public IResolvable AttrSasWebguardBoolean { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasWebguardBoolean: Web tamper-proof switch.


AttrSasWebguardOrderNumRequired

public IResolvable AttrSasWebguardOrderNum { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SasWebguardOrderNum: Tamper-proof authorization number.


AttrThreatAnalysisRequired

public IResolvable AttrThreatAnalysis { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ThreatAnalysis: Threat Analysis log storage capacity.

Interval type, value interval:[0,9999999999].


AttrThreatAnalysisSwitchRequired

public IResolvable AttrThreatAnalysisSwitch { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ThreatAnalysisSwitch: Threat analysis.


AttrVCoreRequired

public IResolvable AttrVCore { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VCore: Number of cores.


AttrVersionCodeRequired

public IResolvable AttrVersionCode { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VersionCode: Select the security center version.


AttrVulCountRequired

public IResolvable AttrVulCount { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VulCount: Vulnerability repair times, interval type, value range:[20,100000000].


AttrVulSwitchRequired

public IResolvable AttrVulSwitch { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VulSwitch: Vulnerability fix switch.