alicloud logo
Alibaba Cloud v3.34.0, Mar 17 23

alicloud.cfg.AggregateDelivery

Provides a Cloud Config Aggregate Delivery resource.

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

NOTE: Available in v1.172.0+.

Create AggregateDelivery Resource

new AggregateDelivery(name: string, args: AggregateDeliveryArgs, opts?: CustomResourceOptions);
@overload
def AggregateDelivery(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      aggregator_id: Optional[str] = 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 AggregateDelivery(resource_name: str,
                      args: AggregateDeliveryArgs,
                      opts: Optional[ResourceOptions] = None)
func NewAggregateDelivery(ctx *Context, name string, args AggregateDeliveryArgs, opts ...ResourceOption) (*AggregateDelivery, error)
public AggregateDelivery(string name, AggregateDeliveryArgs args, CustomResourceOptions? opts = null)
public AggregateDelivery(String name, AggregateDeliveryArgs args)
public AggregateDelivery(String name, AggregateDeliveryArgs args, CustomResourceOptions options)
type: alicloud:cfg:AggregateDelivery
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AggregateDeliveryArgs
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 AggregateDeliveryArgs
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 AggregateDeliveryArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AggregateDeliveryArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AggregateDeliveryArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AggregateDelivery 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 AggregateDelivery resource accepts the following input properties:

AggregatorId string

The ID of the Aggregator.

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.

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.

AggregatorId string

The ID of the Aggregator.

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.

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.

aggregatorId String

The ID of the Aggregator.

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.

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.

aggregatorId string

The ID of the Aggregator.

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.

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.

aggregator_id str

The ID of the Aggregator.

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.

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.

aggregatorId String

The ID of the Aggregator.

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.

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 AggregateDelivery resource produces the following output properties:

DeliveryChannelId string

The ID of the delivery method.

Id string

The provider-assigned unique ID for this managed resource.

DeliveryChannelId string

The ID of the delivery method.

Id string

The provider-assigned unique ID for this managed resource.

deliveryChannelId String

The ID of the delivery method.

id String

The provider-assigned unique ID for this managed resource.

deliveryChannelId string

The ID of the delivery method.

id string

The provider-assigned unique ID for this managed resource.

delivery_channel_id str

The ID of the delivery method.

id str

The provider-assigned unique ID for this managed resource.

deliveryChannelId String

The ID of the delivery method.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing AggregateDelivery Resource

Get an existing AggregateDelivery 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?: AggregateDeliveryState, opts?: CustomResourceOptions): AggregateDelivery
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        aggregator_id: Optional[str] = None,
        configuration_item_change_notification: Optional[bool] = None,
        configuration_snapshot: Optional[bool] = None,
        delivery_channel_condition: Optional[str] = None,
        delivery_channel_id: 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) -> AggregateDelivery
func GetAggregateDelivery(ctx *Context, name string, id IDInput, state *AggregateDeliveryState, opts ...ResourceOption) (*AggregateDelivery, error)
public static AggregateDelivery Get(string name, Input<string> id, AggregateDeliveryState? state, CustomResourceOptions? opts = null)
public static AggregateDelivery get(String name, Output<String> id, AggregateDeliveryState 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:
AggregatorId string

The ID of the Aggregator.

ConfigurationItemChangeNotification bool

Open or close delivery configuration change history.

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.

DeliveryChannelId string

The ID of the delivery method.

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.

AggregatorId string

The ID of the Aggregator.

ConfigurationItemChangeNotification bool

Open or close delivery configuration change history.

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.

DeliveryChannelId string

The ID of the delivery method.

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.

aggregatorId String

The ID of the Aggregator.

configurationItemChangeNotification Boolean

Open or close delivery configuration change history.

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.

deliveryChannelId String

The ID of the delivery method.

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.

aggregatorId string

The ID of the Aggregator.

configurationItemChangeNotification boolean

Open or close delivery configuration change history.

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.

deliveryChannelId string

The ID of the delivery method.

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.

aggregator_id str

The ID of the Aggregator.

configuration_item_change_notification bool

Open or close delivery configuration change history.

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_id str

The ID of the delivery method.

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.

aggregatorId String

The ID of the Aggregator.

configurationItemChangeNotification Boolean

Open or close delivery configuration change history.

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.

deliveryChannelId String

The ID of the delivery method.

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 Aggregate Delivery can be imported using the id, e.g.

 $ pulumi import alicloud:cfg/aggregateDelivery:AggregateDelivery example <aggregator_id>:<delivery_channel_id>

Package Details

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

This Pulumi package is based on the alicloud Terraform Provider.