alicloud.cfg.AggregateDelivery
Explore with Pulumi AI
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 since v1.172.0.
Create AggregateDelivery Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AggregateDelivery(name: string, args: AggregateDeliveryArgs, opts?: CustomResourceOptions);
@overload
def AggregateDelivery(resource_name: str,
args: AggregateDeliveryArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AggregateDelivery(resource_name: str,
opts: Optional[ResourceOptions] = None,
aggregator_id: Optional[str] = None,
delivery_channel_target_arn: Optional[str] = None,
delivery_channel_type: 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,
description: Optional[str] = None,
non_compliant_notification: Optional[bool] = None,
oversized_data_oss_target_arn: Optional[str] = None,
status: Optional[int] = 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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var aggregateDeliveryResource = new AliCloud.Cfg.AggregateDelivery("aggregateDeliveryResource", new()
{
AggregatorId = "string",
DeliveryChannelTargetArn = "string",
DeliveryChannelType = "string",
ConfigurationItemChangeNotification = false,
ConfigurationSnapshot = false,
DeliveryChannelCondition = "string",
DeliveryChannelName = "string",
Description = "string",
NonCompliantNotification = false,
OversizedDataOssTargetArn = "string",
Status = 0,
});
example, err := cfg.NewAggregateDelivery(ctx, "aggregateDeliveryResource", &cfg.AggregateDeliveryArgs{
AggregatorId: pulumi.String("string"),
DeliveryChannelTargetArn: pulumi.String("string"),
DeliveryChannelType: pulumi.String("string"),
ConfigurationItemChangeNotification: pulumi.Bool(false),
ConfigurationSnapshot: pulumi.Bool(false),
DeliveryChannelCondition: pulumi.String("string"),
DeliveryChannelName: pulumi.String("string"),
Description: pulumi.String("string"),
NonCompliantNotification: pulumi.Bool(false),
OversizedDataOssTargetArn: pulumi.String("string"),
Status: pulumi.Int(0),
})
var aggregateDeliveryResource = new AggregateDelivery("aggregateDeliveryResource", AggregateDeliveryArgs.builder()
.aggregatorId("string")
.deliveryChannelTargetArn("string")
.deliveryChannelType("string")
.configurationItemChangeNotification(false)
.configurationSnapshot(false)
.deliveryChannelCondition("string")
.deliveryChannelName("string")
.description("string")
.nonCompliantNotification(false)
.oversizedDataOssTargetArn("string")
.status(0)
.build());
aggregate_delivery_resource = alicloud.cfg.AggregateDelivery("aggregateDeliveryResource",
aggregator_id="string",
delivery_channel_target_arn="string",
delivery_channel_type="string",
configuration_item_change_notification=False,
configuration_snapshot=False,
delivery_channel_condition="string",
delivery_channel_name="string",
description="string",
non_compliant_notification=False,
oversized_data_oss_target_arn="string",
status=0)
const aggregateDeliveryResource = new alicloud.cfg.AggregateDelivery("aggregateDeliveryResource", {
aggregatorId: "string",
deliveryChannelTargetArn: "string",
deliveryChannelType: "string",
configurationItemChangeNotification: false,
configurationSnapshot: false,
deliveryChannelCondition: "string",
deliveryChannelName: "string",
description: "string",
nonCompliantNotification: false,
oversizedDataOssTargetArn: "string",
status: 0,
});
type: alicloud:cfg:AggregateDelivery
properties:
aggregatorId: string
configurationItemChangeNotification: false
configurationSnapshot: false
deliveryChannelCondition: string
deliveryChannelName: string
deliveryChannelTargetArn: string
deliveryChannelType: string
description: string
nonCompliantNotification: false
oversizedDataOssTargetArn: string
status: 0
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:
- Aggregator
Id string - The ID of the Aggregator.
- Delivery
Channel stringTarget Arn - 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 stringType - The type of the delivery method. Valid values:
OSS
: Object Storage,MNS
: Message Service,SLS
: Log Service. - Configuration
Item boolChange Notification - 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
isOSS
. - Delivery
Channel stringCondition - 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
isMNS
. - Delivery
Channel stringName - The name of the delivery method.
- Description string
- The description of the delivery method.
- Non
Compliant boolNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - Oversized
Data stringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- Aggregator
Id string - The ID of the Aggregator.
- Delivery
Channel stringTarget Arn - 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 stringType - The type of the delivery method. Valid values:
OSS
: Object Storage,MNS
: Message Service,SLS
: Log Service. - Configuration
Item boolChange Notification - 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
isOSS
. - Delivery
Channel stringCondition - 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
isMNS
. - Delivery
Channel stringName - The name of the delivery method.
- Description string
- The description of the delivery method.
- Non
Compliant boolNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - Oversized
Data stringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- aggregator
Id String - The ID of the Aggregator.
- delivery
Channel StringTarget Arn - 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 StringType - The type of the delivery method. Valid values:
OSS
: Object Storage,MNS
: Message Service,SLS
: Log Service. - configuration
Item BooleanChange Notification - Open or close delivery configuration change history.
- configuration
Snapshot Boolean - Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isOSS
. - delivery
Channel StringCondition - 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
isMNS
. - delivery
Channel StringName - The name of the delivery method.
- description String
- The description of the delivery method.
- non
Compliant BooleanNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized
Data StringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- aggregator
Id string - The ID of the Aggregator.
- delivery
Channel stringTarget Arn - 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 stringType - The type of the delivery method. Valid values:
OSS
: Object Storage,MNS
: Message Service,SLS
: Log Service. - configuration
Item booleanChange Notification - Open or close delivery configuration change history.
- configuration
Snapshot boolean - Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isOSS
. - delivery
Channel stringCondition - 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
isMNS
. - delivery
Channel stringName - The name of the delivery method.
- description string
- The description of the delivery method.
- non
Compliant booleanNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized
Data stringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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_ strtarget_ arn - 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_ strtype - The type of the delivery method. Valid values:
OSS
: Object Storage,MNS
: Message Service,SLS
: Log Service. - configuration_
item_ boolchange_ notification - 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
isOSS
. - delivery_
channel_ strcondition - 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
isMNS
. - delivery_
channel_ strname - The name of the delivery method.
- description str
- The description of the delivery method.
- non_
compliant_ boolnotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized_
data_ stross_ target_ arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- aggregator
Id String - The ID of the Aggregator.
- delivery
Channel StringTarget Arn - 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 StringType - The type of the delivery method. Valid values:
OSS
: Object Storage,MNS
: Message Service,SLS
: Log Service. - configuration
Item BooleanChange Notification - Open or close delivery configuration change history.
- configuration
Snapshot Boolean - Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isOSS
. - delivery
Channel StringCondition - 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
isMNS
. - delivery
Channel StringName - The name of the delivery method.
- description String
- The description of the delivery method.
- non
Compliant BooleanNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized
Data StringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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:
- Delivery
Channel stringId - The ID of the delivery method.
- Id string
- The provider-assigned unique ID for this managed resource.
- Delivery
Channel stringId - The ID of the delivery method.
- Id string
- The provider-assigned unique ID for this managed resource.
- delivery
Channel StringId - The ID of the delivery method.
- id String
- The provider-assigned unique ID for this managed resource.
- delivery
Channel stringId - The ID of the delivery method.
- id string
- The provider-assigned unique ID for this managed resource.
- delivery_
channel_ strid - The ID of the delivery method.
- id str
- The provider-assigned unique ID for this managed resource.
- delivery
Channel StringId - 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.
- Aggregator
Id string - The ID of the Aggregator.
- Configuration
Item boolChange Notification - 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
isOSS
. - Delivery
Channel stringCondition - 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
isMNS
. - Delivery
Channel stringId - The ID of the delivery method.
- Delivery
Channel stringName - The name of the delivery method.
- Delivery
Channel stringTarget Arn - 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 stringType - 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.
- Non
Compliant boolNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - Oversized
Data stringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- Aggregator
Id string - The ID of the Aggregator.
- Configuration
Item boolChange Notification - 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
isOSS
. - Delivery
Channel stringCondition - 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
isMNS
. - Delivery
Channel stringId - The ID of the delivery method.
- Delivery
Channel stringName - The name of the delivery method.
- Delivery
Channel stringTarget Arn - 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 stringType - 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.
- Non
Compliant boolNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - Oversized
Data stringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- aggregator
Id String - The ID of the Aggregator.
- configuration
Item BooleanChange Notification - Open or close delivery configuration change history.
- configuration
Snapshot Boolean - Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isOSS
. - delivery
Channel StringCondition - 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
isMNS
. - delivery
Channel StringId - The ID of the delivery method.
- delivery
Channel StringName - The name of the delivery method.
- delivery
Channel StringTarget Arn - 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 StringType - 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.
- non
Compliant BooleanNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized
Data StringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- aggregator
Id string - The ID of the Aggregator.
- configuration
Item booleanChange Notification - Open or close delivery configuration change history.
- configuration
Snapshot boolean - Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isOSS
. - delivery
Channel stringCondition - 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
isMNS
. - delivery
Channel stringId - The ID of the delivery method.
- delivery
Channel stringName - The name of the delivery method.
- delivery
Channel stringTarget Arn - 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 stringType - 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.
- non
Compliant booleanNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized
Data stringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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_ boolchange_ notification - 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
isOSS
. - delivery_
channel_ strcondition - 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
isMNS
. - delivery_
channel_ strid - The ID of the delivery method.
- delivery_
channel_ strname - The name of the delivery method.
- delivery_
channel_ strtarget_ arn - 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_ strtype - 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_ boolnotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized_
data_ stross_ target_ arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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.
- aggregator
Id String - The ID of the Aggregator.
- configuration
Item BooleanChange Notification - Open or close delivery configuration change history.
- configuration
Snapshot Boolean - Open or close timed snapshot of shipping resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isOSS
. - delivery
Channel StringCondition - 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
isMNS
. - delivery
Channel StringId - The ID of the delivery method.
- delivery
Channel StringName - The name of the delivery method.
- delivery
Channel StringTarget Arn - 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 StringType - 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.
- non
Compliant BooleanNotification - Open or close non-compliance events of delivery resources. NOTE: The attribute is valid when the attribute
delivery_channel_type
isSLS
orMNS
. - oversized
Data StringOss Target Arn - 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
andMNS
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.
- The value must be in one of the following formats:
- 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>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.