Class DataCollectionRuleArgs


  • public final class DataCollectionRuleArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • dataCollectionEndpointId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataCollectionEndpointId()
        Returns:
        The resource ID of the data collection endpoint that this rule can be used with.
      • dataCollectionRuleName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataCollectionRuleName()
        Returns:
        The name of the data collection rule. The name is case insensitive.
      • dataFlows

        public java.util.Optional<com.pulumi.core.Output<java.util.List<DataFlowArgs>>> dataFlows()
        Returns:
        The specification of data flows.
      • dataSources

        public java.util.Optional<com.pulumi.core.Output<DataCollectionRuleDataSourcesArgs>> dataSources()
        Returns:
        The specification of data sources. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Description of the data collection rule.
      • kind

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​KnownDataCollectionRuleResourceKind>>> kind()
        Returns:
        The kind of the resource.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The geo-location where the resource lives.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        The name of the resource group. The name is case insensitive.
      • streamDeclarations

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​StreamDeclarationArgs>>> streamDeclarations()
        Returns:
        Declaration of custom streams used in this rule.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Resource tags.