alicloud logo
Alibaba Cloud v3.34.0, Mar 17 23

alicloud.cfg.Delivery

Provides a Cloud Config Delivery resource.

For information about Cloud Config Delivery and how to use it, see What is Delivery.

NOTE: Available in v1.171.0+.

Create Delivery Resource

new Delivery(name: string, args: DeliveryArgs, opts?: CustomResourceOptions);
@overload
def Delivery(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             configuration_item_change_notification: Optional[bool] = None,
             configuration_snapshot: Optional[bool] = None,
             delivery_channel_condition: Optional[str] = None,
             delivery_channel_name: Optional[str] = None,
             delivery_channel_target_arn: Optional[str] = None,
             delivery_channel_type: Optional[str] = None,
             description: Optional[str] = None,
             non_compliant_notification: Optional[bool] = None,
             oversized_data_oss_target_arn: Optional[str] = None,
             status: Optional[int] = None)
@overload
def Delivery(resource_name: str,
             args: DeliveryArgs,
             opts: Optional[ResourceOptions] = None)
func NewDelivery(ctx *Context, name string, args DeliveryArgs, opts ...ResourceOption) (*Delivery, error)
public Delivery(string name, DeliveryArgs args, CustomResourceOptions? opts = null)
public Delivery(String name, DeliveryArgs args)
public Delivery(String name, DeliveryArgs args, CustomResourceOptions options)
type: alicloud:cfg:Delivery
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

Delivery Resource Properties

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

Inputs

The Delivery resource accepts the following input properties:

DeliveryChannelTargetArn string

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
DeliveryChannelType string

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

ConfigurationItemChangeNotification bool

Open or close delivery configuration change history. true: open, false: close.

ConfigurationSnapshot bool

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

DeliveryChannelCondition string

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

DeliveryChannelName string

The name of the delivery method.

Description string

The description of the delivery method.

NonCompliantNotification bool

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

OversizedDataOssTargetArn string

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
Status int

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

DeliveryChannelTargetArn string

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
DeliveryChannelType string

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

ConfigurationItemChangeNotification bool

Open or close delivery configuration change history. true: open, false: close.

ConfigurationSnapshot bool

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

DeliveryChannelCondition string

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

DeliveryChannelName string

The name of the delivery method.

Description string

The description of the delivery method.

NonCompliantNotification bool

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

OversizedDataOssTargetArn string

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
Status int

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

deliveryChannelTargetArn String

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
deliveryChannelType String

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

configurationItemChangeNotification Boolean

Open or close delivery configuration change history. true: open, false: close.

configurationSnapshot Boolean

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

deliveryChannelCondition String

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

deliveryChannelName String

The name of the delivery method.

description String

The description of the delivery method.

nonCompliantNotification Boolean

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversizedDataOssTargetArn String

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status Integer

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

deliveryChannelTargetArn string

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
deliveryChannelType string

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

configurationItemChangeNotification boolean

Open or close delivery configuration change history. true: open, false: close.

configurationSnapshot boolean

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

deliveryChannelCondition string

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

deliveryChannelName string

The name of the delivery method.

description string

The description of the delivery method.

nonCompliantNotification boolean

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversizedDataOssTargetArn string

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status number

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

delivery_channel_target_arn str

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
delivery_channel_type str

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

configuration_item_change_notification bool

Open or close delivery configuration change history. true: open, false: close.

configuration_snapshot bool

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

delivery_channel_condition str

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

delivery_channel_name str

The name of the delivery method.

description str

The description of the delivery method.

non_compliant_notification bool

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversized_data_oss_target_arn str

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status int

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

deliveryChannelTargetArn String

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
deliveryChannelType String

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

configurationItemChangeNotification Boolean

Open or close delivery configuration change history. true: open, false: close.

configurationSnapshot Boolean

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

deliveryChannelCondition String

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

deliveryChannelName String

The name of the delivery method.

description String

The description of the delivery method.

nonCompliantNotification Boolean

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversizedDataOssTargetArn String

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status Number

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

Outputs

All input properties are implicitly available as output properties. Additionally, the Delivery 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 Delivery Resource

Get an existing Delivery 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?: DeliveryState, opts?: CustomResourceOptions): Delivery
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        configuration_item_change_notification: Optional[bool] = None,
        configuration_snapshot: Optional[bool] = None,
        delivery_channel_condition: Optional[str] = None,
        delivery_channel_name: Optional[str] = None,
        delivery_channel_target_arn: Optional[str] = None,
        delivery_channel_type: Optional[str] = None,
        description: Optional[str] = None,
        non_compliant_notification: Optional[bool] = None,
        oversized_data_oss_target_arn: Optional[str] = None,
        status: Optional[int] = None) -> Delivery
func GetDelivery(ctx *Context, name string, id IDInput, state *DeliveryState, opts ...ResourceOption) (*Delivery, error)
public static Delivery Get(string name, Input<string> id, DeliveryState? state, CustomResourceOptions? opts = null)
public static Delivery get(String name, Output<String> id, DeliveryState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
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
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
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
The unique name of the resulting resource.
id
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
The unique name of the resulting resource.
id
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:
ConfigurationItemChangeNotification bool

Open or close delivery configuration change history. true: open, false: close.

ConfigurationSnapshot bool

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

DeliveryChannelCondition string

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

DeliveryChannelName string

The name of the delivery method.

DeliveryChannelTargetArn string

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
DeliveryChannelType string

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

Description string

The description of the delivery method.

NonCompliantNotification bool

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

OversizedDataOssTargetArn string

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
Status int

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

ConfigurationItemChangeNotification bool

Open or close delivery configuration change history. true: open, false: close.

ConfigurationSnapshot bool

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

DeliveryChannelCondition string

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

DeliveryChannelName string

The name of the delivery method.

DeliveryChannelTargetArn string

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
DeliveryChannelType string

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

Description string

The description of the delivery method.

NonCompliantNotification bool

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

OversizedDataOssTargetArn string

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
Status int

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

configurationItemChangeNotification Boolean

Open or close delivery configuration change history. true: open, false: close.

configurationSnapshot Boolean

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

deliveryChannelCondition String

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

deliveryChannelName String

The name of the delivery method.

deliveryChannelTargetArn String

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
deliveryChannelType String

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

description String

The description of the delivery method.

nonCompliantNotification Boolean

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversizedDataOssTargetArn String

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status Integer

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

configurationItemChangeNotification boolean

Open or close delivery configuration change history. true: open, false: close.

configurationSnapshot boolean

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

deliveryChannelCondition string

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

deliveryChannelName string

The name of the delivery method.

deliveryChannelTargetArn string

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
deliveryChannelType string

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

description string

The description of the delivery method.

nonCompliantNotification boolean

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversizedDataOssTargetArn string

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status number

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

configuration_item_change_notification bool

Open or close delivery configuration change history. true: open, false: close.

configuration_snapshot bool

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

delivery_channel_condition str

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

delivery_channel_name str

The name of the delivery method.

delivery_channel_target_arn str

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
delivery_channel_type str

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

description str

The description of the delivery method.

non_compliant_notification bool

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversized_data_oss_target_arn str

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status int

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

configurationItemChangeNotification Boolean

Open or close delivery configuration change history. true: open, false: close.

configurationSnapshot Boolean

Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute delivery_channel_type is OSS.

deliveryChannelCondition String

The rule attached to the delivery method. Please refer to api CreateConfigDeliveryChannel for example format. NOTE: The attribute is valid when the attribute delivery_channel_type is MNS.

deliveryChannelName String

The name of the delivery method.

deliveryChannelTargetArn String

The ARN of the delivery destination. The value must be in one of the following formats:

  • acs:oss:{RegionId}:{Aliuid}:{bucketName}: if your delivery destination is an Object Storage Service (OSS) bucket.
  • acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}: if your delivery destination is a Message Service (MNS) topic.
  • acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}: if your delivery destination is a Log Service Logstore.
deliveryChannelType String

The type of the delivery method. Valid values: OSS: Object Storage, MNS: Message Service, SLS: Log Service.

description String

The description of the delivery method.

nonCompliantNotification Boolean

Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute delivery_channel_type is SLS or MNS.

oversizedDataOssTargetArn String

The oss ARN of the delivery channel when the value data oversized limit.

  • The value must be in one of the following formats: acs:oss:{RegionId}:{accountId}:{bucketName}, if your delivery destination is an Object Storage Service (OSS) bucket.
  • Only delivery channels SLS and MNS are supported. The delivery channel limit for Log Service SLS is 1 MB, and the delivery channel limit for Message Service MNS is 64 KB.
status Number

The status of the delivery method. Valid values: 0: The delivery method is disabled. 1: The delivery destination is enabled. This is the default value.

Import

Cloud Config Delivery can be imported using the id, e.g.

 $ pulumi import alicloud:cfg/delivery:Delivery example <id>

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes

This Pulumi package is based on the alicloud Terraform Provider.