Class LogDataProtectionPolicyState.Builder

    • Method Detail

      • logGroupName

        public LogDataProtectionPolicyState.Builder logGroupName​(@Nullable
                                                                 com.pulumi.core.Output<java.lang.String> logGroupName)
        Parameters:
        logGroupName - The name of the log group under which the log stream is to be created.
        Returns:
        builder
      • logGroupName

        public LogDataProtectionPolicyState.Builder logGroupName​(java.lang.String logGroupName)
        Parameters:
        logGroupName - The name of the log group under which the log stream is to be created.
        Returns:
        builder
      • policyDocument

        public LogDataProtectionPolicyState.Builder policyDocument​(@Nullable
                                                                   com.pulumi.core.Output<java.lang.String> policyDocument)
        Parameters:
        policyDocument - Specifies the data protection policy in JSON. Read more at [Data protection policy syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data-start.html#mask-sensitive-log-data-policysyntax).
        Returns:
        builder
      • policyDocument

        public LogDataProtectionPolicyState.Builder policyDocument​(java.lang.String policyDocument)
        Parameters:
        policyDocument - Specifies the data protection policy in JSON. Read more at [Data protection policy syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data-start.html#mask-sensitive-log-data-policysyntax).
        Returns:
        builder