attributes#

async idem_aws.exec.aws.sns.attributes.update_topic_attributes(hub, ctx, resource_arn: str, old_attributes: Dict[str, str], new_attributes: Dict[str, str])[source]#

Given old and new attributes of SNS topic the function updates the attributes.

Parameters:
  • hub

  • ctx

  • resource_arn (Text) – AWS resource_arn of SNS topic

  • old_attributes (Dict) – old attribute of SNS topic

  • new_attributes (Dict) – new attribute of SNS topic

async idem_aws.exec.aws.sns.attributes.update_subscription_attributes(hub, ctx, resource_arn: str, old_attributes: Dict[str, str], new_attributes: Dict[str, str])[source]#

Given old and new attributes of SNS topic_subscription the function updates the attributes.

Parameters:
  • hub

  • ctx

  • resource_arn (Text) – AWS resource_arn of SNS topic_subscription

  • old_attributes (Dict) – old attribute of SNS topic_subscription

  • new_attributes (Dict) – new attribute of SNS topic_subscription